diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-04-17 21:26:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-04-17 21:26:39 +0000 |
commit | 125dfbe9c88f88be29d709aca49611225671aa34 (patch) | |
tree | da3f69d0634f672e06bcb42a97f31c60a936ba2d /libexec | |
parent | 9db3fef6889ea4b92dd3ae94e557078cb7fccd22 (diff) |
Switch from the old shell script /etc/security
to the new Perl script /usr/libexec/security.
The new script was tested by sthen@ and ajacoutot@.
Committing now due to repeated prodding from deraadt@.
In case problems show up, they will be fixed in tree.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index aa6b2f3ee1e..fd77323d4ff 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,11 +1,11 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.44 2007/05/18 16:08:12 deraadt Exp $ +# $OpenBSD: Makefile,v 1.45 2011/04/17 21:26:38 schwarze Exp $ .include <bsd.own.mk> SUBDIR= comsat fingerd ftpd getNAME getty identd lockspool \ mail.local makewhatis rpc.rquotad rpc.rstatd rpc.rusersd \ - rpc.rwalld rpc.sprayd spamd spamlogd spamd-setup rshd \ + rpc.rwalld rpc.sprayd security spamd spamlogd spamd-setup rshd \ talkd tcpd tftp-proxy tftpd uucpd SUBDIR+=login_passwd login_skey login_reject login_chpass \ |