make DaemonPortOptions values case insensitive & include error on
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 13 May 1995 23:19:32 +0000 (15:19 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 13 May 1995 23:19:32 +0000 (15:19 -0800)
unrecognized values

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.85

usr/src/usr.sbin/sendmail/src/daemon.c

index 5e0ee34..cf8363e 100644 (file)
@@ -12,9 +12,9 @@
 
 #ifndef lint
 #ifdef DAEMON
 
 #ifndef lint
 #ifdef DAEMON
-static char sccsid[] = "@(#)daemon.c   8.84 (Berkeley) %G% (with daemon mode)";
+static char sccsid[] = "@(#)daemon.c   8.85 (Berkeley) %G% (with daemon mode)";
 #else
 #else
-static char sccsid[] = "@(#)daemon.c   8.84 (Berkeley) %G% (without daemon mode)";
+static char sccsid[] = "@(#)daemon.c   8.85 (Berkeley) %G% (without daemon mode)";
 #endif
 #endif /* not lint */
 
 #endif
 #endif /* not lint */