diff --git a/src/etc/Makefile b/src/etc/Makefile index 750b6e64..5442399f 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.294 2010/10/26 20:56:03 robert Exp $ +# $OpenBSD: Makefile,v 1.295 2011/04/17 21:26:38 schwarze Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -18,7 +18,7 @@ BIN1= changelist ccd.conf csh.cshrc csh.login csh.logout daily dhcpd.conf \ ksh.kshrc locate.rc man.conf monthly motd mrouted.conf myname \ netstart networks newsyslog.conf printcap protocols \ rbootd.conf rc rc.conf rc.local rc.securelevel rc.shutdown \ - remote rpc security services shells syslog.conf weekly \ + remote rpc services shells syslog.conf weekly \ etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf \ moduli pf.os sensorsd.conf ifstated.conf diff --git a/src/etc/daily b/src/etc/daily index e0283fe5..941d1f0d 100644 --- a/src/etc/daily +++ b/src/etc/daily @@ -1,5 +1,5 @@ # -# $OpenBSD: daily,v 1.69 2011/04/15 11:23:39 halex Exp $ +# $OpenBSD: daily,v 1.70 2011/04/17 21:26:38 schwarze Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # # For local additions, create the file /etc/daily.local. @@ -192,8 +192,8 @@ end_part MAINOUT=/var/log/security.out install -o 0 -g 0 -m 600 -b /dev/null $MAINOUT -start_part "Running /etc/security:" -run_script "security" +start_part "Running security(8):" +/usr/libexec/security end_part rm -f $PARTOUT