From 705d3b985da7c0b5f9dfc0445a6c6860d2c8e70b Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sat, 29 Dec 2001 23:29:58 +0000 Subject: 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" --- print/apsfilter/files/patch-SETUP.in | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 print/apsfilter/files/patch-SETUP.in (limited to 'print/apsfilter') 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 + -- cgit v1.2.3