diff options
author | bouyer <bouyer> | 1999-04-07 09:44:44 +0000 |
---|---|---|
committer | bouyer <bouyer> | 1999-04-07 09:44:44 +0000 |
commit | 2d0c4e51cb6f3019125967e058a3f3fce088bdcb (patch) | |
tree | 7d1f07a1e8e6cc5f65abaf9c150e712ec1dc3022 /net/samba | |
parent | c2ec64e962684881b77dc02749767534b64ec0f1 (diff) | |
download | pkgsrc-2d0c4e51cb6f3019125967e058a3f3fce088bdcb.tar.gz |
Change ${CHOWN} bin:bin to ${CHOWN} ${BINOWN}:${BINGRP}; pointed out
by Alistair G. Crooks.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 7fe69de4b41..bf0cc8fdcc2 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1999/04/07 09:18:18 agc Exp $ +# $NetBSD: Makefile,v 1.24 1999/04/07 09:44:44 bouyer Exp $ DISTNAME= samba-2.0.3 CATEGORIES= net @@ -54,7 +54,7 @@ post-install: ${ECHO} ' $$nmbd -D' >> ${STARTUP_SCRIPT}; \ ${ECHO} "fi" >> ${STARTUP_SCRIPT}; \ ${CHMOD} 755 ${STARTUP_SCRIPT}; \ - ${CHOWN} bin:bin ${STARTUP_SCRIPT}; + ${CHOWN} ${BINOWN}:${BINGRP} ${STARTUP_SCRIPT}; @if [ ! -f ${SAMPLE_CONFIG} ]; then \ ${SED} -e 's:__LOGDIR__:${SAMBA_LOGDIR}:g' \ -e 's:__ETCDIR__:${SAMBA_ETCDIR}:g' \ |