diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /security/tripwire12 | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
Diffstat (limited to 'security/tripwire12')
-rw-r--r-- | security/tripwire12/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tripwire12/Makefile b/security/tripwire12/Makefile index e0a5e03b344f..b8a2e9ebe99f 100644 --- a/security/tripwire12/Makefile +++ b/security/tripwire12/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Mar 1997 # Whom: Joe Greco <jgreco@ns.sol.net> # -# $Id: Makefile,v 1.3 1998/04/07 17:42:21 jgreco Exp $ +# $Id: Makefile,v 1.4 1998/12/01 08:33:29 asami Exp $ # DISTNAME= tripwire-1.2 @@ -41,7 +41,7 @@ post-install: > /mnt/tw.db_`hostname`.gz @ ${CP} -p ${FILESDIR}/twcheck /mnt/twcheck @ ${GZIP_CMD} < /usr/bin/gunzip > /mnt/gunzip - @ chmod 555 /mnt/tripwire /mnt/gunzip /mnt/twcheck + @ ${CHMOD} 555 /mnt/tripwire /mnt/gunzip /mnt/twcheck @ umount /mnt @ ${ECHO} Do not forget to remove and write-protect the floppy. .endif |