summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-08-23 03:08:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-08-23 03:08:42 +0000
commit6266ce3e4abc58697b54a4aace3010596af85dce (patch)
treee02998b6eca448640b8be41056f8785d22b17fc5 /comms
parentFix build on -STABLE. (diff)
Use POSIX syntax for chown to fix install on -current
Noticed by: bento
Notes
Notes: svn path=/head/; revision=64850
Diffstat (limited to 'comms')
-rw-r--r--comms/qpage/files/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/qpage/files/patch-aa b/comms/qpage/files/patch-aa
index 962b47191173..971a5b9dd7a4 100644
--- a/comms/qpage/files/patch-aa
+++ b/comms/qpage/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Jun 27 14:43:10 1997
-+++ Makefile Thu Jun 4 09:10:31 1998
+--- Makefile.orig Thu Jun 26 23:43:10 1997
++++ Makefile Thu Aug 22 20:07:53 2002
@@ -16,11 +16,13 @@
# NEED_STRERROR - your system does NOT support strerror()
#
@@ -27,7 +27,7 @@
+ ${BSD_INSTALL_DATA} example-qpage.cf ${PREFIX}/etc
+ if [ ! -d /var/spool/qpage ]; then \
+ mkdir /var/spool/qpage; \
-+ chown root.dialer /var/spool/qpage; \
++ chown root:dialer /var/spool/qpage; \
+ chmod 0775 /var/spool/qpage; \
+ fi
+