diff options
author | Joe Greco <jgreco@FreeBSD.org> | 1997-04-03 23:09:49 +0000 |
---|---|---|
committer | Joe Greco <jgreco@FreeBSD.org> | 1997-04-03 23:09:49 +0000 |
commit | e7c49bb4bb1799d7cff292ff1278d8c947e1a9f0 (patch) | |
tree | a1ef83f06cd03a998dc62236bd09c5d8ab12dfd6 /security/tripwire-131 | |
parent | 485f7e5c4e1b081b6673e300d473ac07f961fe4e (diff) | |
download | ports-e7c49bb4bb1799d7cff292ff1278d8c947e1a9f0.tar.gz ports-e7c49bb4bb1799d7cff292ff1278d8c947e1a9f0.zip |
Notes
Diffstat (limited to 'security/tripwire-131')
-rw-r--r-- | security/tripwire-131/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tripwire-131/Makefile b/security/tripwire-131/Makefile index 83ab0b135de9..b9ac9dddf8ad 100644 --- a/security/tripwire-131/Makefile +++ b/security/tripwire-131/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Mar 1997 # Whom: Joe Greco <jgreco@ns.sol.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/04/01 04:44:00 jdp Exp $ # DISTNAME= tripwire-1.2 @@ -36,12 +36,12 @@ post-install: @ newfs -u 0 -t 0 -i 196608 -m 0 -T minimum -o space /dev/rfd0c @ mount /dev/fd0c /mnt @ ${GZIP_CMD} < ${PREFIX}/bin/tripwire > /mnt/tripwire - @ chmod 555 /mnt/tripwire @ ${CP} -p /var/adm/tcheck/tw.config /mnt/tw.config @ ${GZIP_CMD} < /var/adm/tcheck/databases/tw.db_`hostname` \ > /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 @ umount /mnt @ ${ECHO} Do not forget to remove and write-protect the floppy. .endif |