[Pkg-cups-devel] r33 - in cupsys/branches/cups-1.2/debian: . patches
Kenshi Muto
kmuto at costa.debian.org
Sun Nov 13 06:43:42 UTC 2005
Author: kmuto
Date: Sun Nov 13 06:43:38 2005
New Revision: 33
Modified:
cupsys/branches/cups-1.2/debian/changelog
cupsys/branches/cups-1.2/debian/cupsys-client.postinst
cupsys/branches/cups-1.2/debian/patches/05_avoidunknowngroup.dpatch
Log:
Install lppasswd as owner 'lp'.
Modified: cupsys/branches/cups-1.2/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2/debian/changelog (original)
+++ cupsys/branches/cups-1.2/debian/changelog Sun Nov 13 06:43:38 2005
@@ -10,6 +10,7 @@
Debian uses dh_installman.
* 04_freebsd.dpatch: Apply Brian's patch to support GNU/kFreeBSD
(closes: #338266)
+ * Install lppasswd as owner 'lp'.
-- Kenshi Muto <kmuto at debian.org> Fri, 4 Nov 2005 13:56:27 +0000
Modified: cupsys/branches/cups-1.2/debian/cupsys-client.postinst
==============================================================================
--- cupsys/branches/cups-1.2/debian/cupsys-client.postinst (original)
+++ cupsys/branches/cups-1.2/debian/cupsys-client.postinst Sun Nov 13 06:43:38 2005
@@ -27,7 +27,7 @@
if [ -z "`getent group lpadmin`" ]; then
addgroup --system lpadmin
fi
- chown root:lpadmin /usr/bin/lppasswd
+ chown lp:lpadmin /usr/bin/lppasswd
chmod u+s /usr/bin/lppasswd
;;
Modified: cupsys/branches/cups-1.2/debian/patches/05_avoidunknowngroup.dpatch
==============================================================================
--- cupsys/branches/cups-1.2/debian/patches/05_avoidunknowngroup.dpatch (original)
+++ cupsys/branches/cups-1.2/debian/patches/05_avoidunknowngroup.dpatch Sun Nov 13 06:43:38 2005
@@ -13,7 +13,7 @@
$(INSTALL_BIN) lpoptions $(BINDIR)
$(INSTALL_BIN) lpstat $(BINDIR)
- $(INSTALL_BIN) -m 4755 -o $(CUPS_USER) -g $(CUPS_GROUP) lppasswd $(BINDIR) || $(INSTALL_BIN) lppasswd $(BINDIR)
-+ $(INSTALL_BIN) -m 4755 -o root -g root lppasswd $(BINDIR) || $(INSTALL_BIN) lppasswd $(BINDIR)
++ $(INSTALL_BIN) -m 4755 -o lp -g root lppasswd $(BINDIR) || $(INSTALL_BIN) lppasswd $(BINDIR)
#
More information about the Pkg-cups-devel
mailing list