summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-09 12:48:21 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-09 12:48:21 +0000
commitf2df5b608b4b05ab868d4c2aba0305dbe300aed7 (patch)
tree801b1d9d789bc48b7ab58d055d06c4ec2652c896 /usr.sbin/cron
parentbec59453be3c5c0ada0753388c53cc6c18a8cedd (diff)
downloadFreeBSD-src-f2df5b608b4b05ab868d4c2aba0305dbe300aed7.zip
FreeBSD-src-f2df5b608b4b05ab868d4c2aba0305dbe300aed7.tar.gz
Fix nested comments for -Wcomment warnings.
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r--usr.sbin/cron/cron/config.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/cron/cron/config.h b/usr.sbin/cron/cron/config.h
index eeae83a..640e001 100644
--- a/usr.sbin/cron/cron/config.h
+++ b/usr.sbin/cron/cron/config.h
@@ -17,7 +17,7 @@
/* config.h - configurables for Vixie Cron
*
- * $Id: config.h,v 1.2 1995/04/12 19:28:30 ache Exp $
+ * $Id: config.h,v 1.3 1995/04/14 21:54:16 ache Exp $
*/
#if !defined(_PATH_SENDMAIL)
@@ -49,15 +49,15 @@
* -t = read recipients from header of message
*/
-/* #define MAILCMD "/bin/mail" /*-*/
-/* #define MAILARGS "%s -d %s" /*-*/
+/* #define MAILCMD "/bin/mail" */ /*-*/
+/* #define MAILARGS "%s -d %s" */ /*-*/
/* -d = undocumented but common flag: deliver locally?
*/
-/* #define MAILCMD "/usr/mmdf/bin/submit" /*-*/
-/* #define MAILARGS "%s -mlrxto %s" /*-*/
+/* #define MAILCMD "/usr/mmdf/bin/submit" */ /*-*/
+/* #define MAILARGS "%s -mlrxto %s" */ /*-*/
-/* #define MAIL_DATE /*-*/
+/* #define MAIL_DATE */ /*-*/
/* should we include an ersatz Date: header in
* generated mail? if you are using sendmail
* for MAILCMD, it is better to let sendmail
@@ -68,7 +68,7 @@
* defined but neither exists, should crontab(1) be
* usable only by root?
*/
-/*#define ALLOW_ONLY_ROOT /*-*/
+/* #define ALLOW_ONLY_ROOT */ /*-*/
/* if you want to use syslog(3) instead of appending
* to CRONDIR/LOG_FILE (/var/cron/log, e.g.), define
OpenPOWER on IntegriCloud