diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qpage/files/patch-aa | 6 |
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 + |