diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-01-14 04:33:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-01-14 04:33:41 +0000 |
commit | a6915f6bb6a78d8520750a679a5e8a2a62e0d6e2 (patch) | |
tree | 8b3eba70fbf0f21cc02d87c3274d0195e60d93a8 /comms/hylafax | |
parent | Add missing manpage and file to pkg-plist. (diff) |
Don't change the ownership of system directories.
Notes
Notes:
svn path=/head/; revision=73086
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/files/patch-Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/hylafax/files/patch-Makefile.in b/comms/hylafax/files/patch-Makefile.in new file mode 100644 index 000000000000..f6af939424ca --- /dev/null +++ b/comms/hylafax/files/patch-Makefile.in @@ -0,0 +1,14 @@ +--- Makefile.in.orig Mon May 27 21:22:33 2002 ++++ Makefile.in Mon Jan 13 20:20:15 2003 +@@ -219,10 +219,8 @@ + makeClientDirs:: + -${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \ + -idb hylafax.sw.client -dir \ +- ${BIN} ${LIBDATA} ${LIBEXEC} ${SBIN} ++ ${LIBDATA} + makeServerDirs:: +- -${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \ +- -idb hylafax.sw.server -dir ${SBIN}; + -${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m ${DIRMODE} \ + -idb hylafax.sw.server -dir ${SPOOL} + -${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m ${DIRMODE} \ |