Module Name: src
Committed By: christos
Date: Wed May 19 12:50:49 UTC 2010
Modified Files:
src/external/bsd/cron/dist: pathnames.h
Log Message:
rename the allow and deny files to match the documentation.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/cron/dist/pathnames.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/cron/dist/pathnames.h
diff -u src/external/bsd/cron/dist/pathnames.h:1.2 src/external/bsd/cron/dist/pathnames.h:1.3
--- src/external/bsd/cron/dist/pathnames.h:1.2 Thu May 6 14:53:17 2010
+++ src/external/bsd/cron/dist/pathnames.h Wed May 19 08:50:49 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: pathnames.h,v 1.2 2010/05/06 18:53:17 christos Exp $ */
+/* $NetBSD: pathnames.h,v 1.3 2010/05/19 12:50:49 christos Exp $ */
/* Copyright 1993,1994 by Paul Vixie
* All rights reserved
@@ -56,8 +56,8 @@
/* cron allow/deny file. At least cron.deny must
* exist for ordinary users to run crontab.
*/
-#define CRON_ALLOW "cron.allow"
-#define CRON_DENY "cron.deny"
+#define CRON_ALLOW "allow"
+#define CRON_DENY "deny"
/* undefining this turns off logging to a file. If
* neither LOG_FILE or SYSLOG is defined, we don't log.