Actions
Bug #1431
closedat(1) looks for at.{allow,deny} files in non-standard path
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Salute.
POSIX says that at(1) should look for at.{allow, deny} permission files in
/usr/lib/cron. But our at(1) implementation uses /var/at. I checked NetBSD and
it uses /var/at as well. On the other side Solaris gets it right.
Any suggestions on how to handle it ?
Cheers,
Stathis
Updated by Anonymous over 15 years ago
POSIX says that at(1) should look for at.{allow, deny} permission files in
/usr/lib/cron. But our at(1) implementation uses /var/at. I checked NetBSD and
it uses /var/at as well. On the other side Solaris gets it right.
I've just been informed by swildner@ that in Issue 7 they replaced
"/usr/lib/cron/" path with "implementation defined directory".
So we are ok.
Cheers,
Stathis
Actions