pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/mgetty+sendfax The INSTALL and DEINSTALL scripts...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc3558536d80
branches:  trunk
changeset: 459795:fc3558536d80
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Aug 07 15:29:57 2003 +0000

description:
The INSTALL and DEINSTALL scripts were overlooked during the
conversion to USE_NEW_TEXINFO. But...
Replace them with MAKE_DIRS_PERMS from the bsd.pkg.install.mk
framework.

diffstat:

 comms/mgetty+sendfax/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r cca055495bc6 -r fc3558536d80 comms/mgetty+sendfax/Makefile
--- a/comms/mgetty+sendfax/Makefile     Thu Aug 07 14:00:35 2003 +0000
+++ b/comms/mgetty+sendfax/Makefile     Thu Aug 07 15:29:57 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2003/07/17 21:26:51 grant Exp $
+# $NetBSD: Makefile,v 1.32 2003/08/07 15:29:57 seb Exp $
 # FreeBSD Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp
 #
 
@@ -40,6 +40,10 @@
 .endif
 
 _EXAMPLES_DIR=         ${PREFIX}/share/examples/mgetty+sendfax
+MAKE_DIRS_PERMS+=      /var/spool/fax ${ROOT_USER} ${ROOT_GROUP} 755
+MAKE_DIRS_PERMS+=      /var/spool/fax/incoming ${ROOT_USER} ${ROOT_GROUP} 755
+MAKE_DIRS_PERMS+=      /var/spool/fax/outgoing ${ROOT_USER} ${ROOT_GROUP} 1777
+MAKE_DIRS_PERMS+=      /var/spool/fax/outgoing/locks ${ROOT_USER} ${ROOT_GROUP} 777
 
 do-configure:
        ${MV} ${WRKSRC}/doc/fax.1in ${WRKSRC}/doc/sendfax.1in



Home | Main Index | Thread Index | Old Index