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/rwhois/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/rwhois/Makefile') diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile index 827473d32be7..ed5c57e1b0c8 100644 --- a/net/rwhois/Makefile +++ b/net/rwhois/Makefile @@ -3,7 +3,7 @@ # Date created: May 9th 1997 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.5 1998/10/16 03:10:09 jseger Exp $ +# $Id: Makefile,v 1.6 1999/06/26 22:58:41 mharo Exp $ # DISTNAME= rwhois-1.0B9.2 @@ -36,6 +36,6 @@ post-install: @ echo "# configured your server's data" >> ${PREFIX}/etc/rc.d/rwhoisd.sh @ echo "echo \"rwhoisd not started; sample data still in place. See ${PREFIX}/share/doc/rwhois for details.\"" >> ${PREFIX}/etc/rc.d/rwhoisd.sh @ echo "#[ -x ${PREFIX}/lib/rwhois/sbin/rwhoisd ] && ${PREFIX}/lib/rwhois/sbin/rwhoisd -c ${PREFIX}/lib/rwhois/rwhois.conf & && echo -n ' rwhoisd'" >> ${PREFIX}/etc/rc.d/rwhoisd.sh - chmod 751 ${PREFIX}/etc/rc.d/rwhoisd.sh + ${CHMOD} 751 ${PREFIX}/etc/rc.d/rwhoisd.sh .include -- cgit v1.2.3