summaryrefslogtreecommitdiff
path: root/security/tripwire12
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /security/tripwire12
parentAssign USE_XLIB var. Any ports which use XLib needs it. (diff)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'security/tripwire12')
-rw-r--r--security/tripwire12/Makefile4
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