aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2001-12-29 23:29:58 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2001-12-29 23:29:58 +0000
commit705d3b985da7c0b5f9dfc0445a6c6860d2c8e70b (patch)
tree6be210f2870acc2a50d2d48295b460e0736d4dd6 /print
parenta29a5b29b1aba754d82f1247a73e2b7d4cfc8ba5 (diff)
downloadports-705d3b985da7c0b5f9dfc0445a6c6860d2c8e70b.tar.gz
ports-705d3b985da7c0b5f9dfc0445a6c6860d2c8e70b.zip
unbreak port for -current
Since the `.' seperator has been deprecated for a while now, the chown command fails - at least under -current. Changed his patch to patch actually SETUP.in and not the resulting file SETUP after running configure. Submitted by: "Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk>
Notes
Notes: svn path=/head/; revision=52380
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/files/patch-SETUP.in38
1 files changed, 38 insertions, 0 deletions
diff --git a/print/apsfilter/files/patch-SETUP.in b/print/apsfilter/files/patch-SETUP.in
new file mode 100644
index 000000000000..6a4f094da828
--- /dev/null
+++ b/print/apsfilter/files/patch-SETUP.in
@@ -0,0 +1,38 @@
+--- SETUP.in.orig Sun Dec 30 00:22:18 2001
++++ SETUP.in Sun Dec 30 00:23:48 2001
+@@ -1299,7 +1299,7 @@
+ if [ "$SMB_PASSWD" ]; then
+ echo "read protect SETUP.cfg, since it contains password..."
+ chmod 600 SETUP.cfg
+- chown root.$LP_GROUP SETUP.cfg
++ chown root:$LP_GROUP SETUP.cfg
+ fi
+ }
+
+@@ -1434,7 +1434,7 @@
+ # after having set sane defaults, fix permissions
+ echo $n "changing permissions of $APS_BASEDIR... $c"
+ chmod 555 .
+- chown -R $DIR_OWNER.$DIR_GROUP .
++ chown -R $DIR_OWNER:$DIR_GROUP .
+ find . -type d -print | xargs chmod 555
+ find . -type f -print | xargs chmod a+r,a-w
+ echo "done."
+@@ -1672,7 +1672,7 @@
+ chmod 664 "$SPOOLDIR/lock"
+
+ # set sane permissions for spooldir
+- chown -R $LP_OWNER.$LP_GROUP "$SPOOLDIR"
++ chown -R $LP_OWNER:$LP_GROUP "$SPOOLDIR"
+
+ # samba printer
+ if [ "$INTERFACE" = samba ]; then
+@@ -1699,7 +1699,7 @@
+ if [ "$SMB_PASSWD" ]; then
+ echo " read protect password information..."
+ chmod 600 smbclient.conf
+- chown $LP_OWNER.$LP_GROUP smbclient.conf
++ chown $LP_OWNER:$LP_GROUP smbclient.conf
+ fi
+ fi
+