From 5281212be38447df70380d4e9e8cd0ef1cf11517 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- net/tac_plus4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/tac_plus4/Makefile') diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index 8a602a60e43c..5edf6af460b6 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Mar 1997 # Whom: Igor Vinokurov # -# $Id: Makefile,v 1.3 1998/01/16 04:06:17 jseger Exp $ +# $Id: Makefile,v 1.4 1999/02/03 11:11:56 asami Exp $ # DISTNAME= tac_plus.2.1 @@ -36,7 +36,7 @@ do-install: ${ECHO} "Installing ${PREFIX}/etc/rc.d/tac_plus.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/tac_plus.sh; \ echo "[ -x ${PREFIX}/sbin/tac_plus -a -f ${PREFIX}/etc/tac_plus.conf ] && ${PREFIX}/sbin/tac_plus -C ${PREFIX}/etc/tac_plus.conf && echo -n ' tac_plus'" >> ${PREFIX}/etc/rc.d/tac_plus.sh; \ - chmod 751 ${PREFIX}/etc/rc.d/tac_plus.sh; \ + ${CHMOD} 751 ${PREFIX}/etc/rc.d/tac_plus.sh; \ fi .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/tac_plus -- cgit v1.2.3