Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/cron/dist rename the allow and deny files to ma...



details:   https://anonhg.NetBSD.org/src/rev/addbcc499919
branches:  trunk
changeset: 754998:addbcc499919
user:      christos <christos%NetBSD.org@localhost>
date:      Wed May 19 12:50:49 2010 +0000

description:
rename the allow and deny files to match the documentation.

diffstat:

 external/bsd/cron/dist/pathnames.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 3559d3ff35d7 -r addbcc499919 external/bsd/cron/dist/pathnames.h
--- a/external/bsd/cron/dist/pathnames.h        Wed May 19 12:16:45 2010 +0000
+++ b/external/bsd/cron/dist/pathnames.h        Wed May 19 12:50:49 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index