[Pkg-irc-commits] r37 - in /packages/atheme-services/trunk/debian: atheme-services.postinst rules

mario at users.alioth.debian.org mario at users.alioth.debian.org
Sun Dec 9 23:01:06 UTC 2007


Author: mario
Date: Sun Dec  9 23:01:06 2007
New Revision: 37

URL: http://svn.debian.org/wsvn/pkg-irc/?sc=1&rev=37
Log: (empty)

Modified:
    packages/atheme-services/trunk/debian/atheme-services.postinst
    packages/atheme-services/trunk/debian/rules

Modified: packages/atheme-services/trunk/debian/atheme-services.postinst
URL: http://svn.debian.org/wsvn/pkg-irc/packages/atheme-services/trunk/debian/atheme-services.postinst?rev=37&op=diff
==============================================================================
--- packages/atheme-services/trunk/debian/atheme-services.postinst (original)
+++ packages/atheme-services/trunk/debian/atheme-services.postinst Sun Dec  9 23:01:06 2007
@@ -13,9 +13,7 @@
 	    chown irc:irc /var/log/atheme/
 	    chown irc:irc /var/run/atheme/
 	    chown root:irc /etc/atheme/
-	    chmod 755 /etc/atheme/
-	    chown root:irc /etc/atheme/*
-	    chmod 640 /etc/atheme/*
+	    chmod 770 /etc/atheme/
 	;;
     abort-upgrade|abort-remove|abort-deconfigure)
     ;;

Modified: packages/atheme-services/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-irc/packages/atheme-services/trunk/debian/rules?rev=37&op=diff
==============================================================================
--- packages/atheme-services/trunk/debian/rules (original)
+++ packages/atheme-services/trunk/debian/rules Sun Dec  9 23:01:06 2007
@@ -63,7 +63,8 @@
 
 	# atheme-services allows wide configure latitude, so we want to make sure the user
 	# reads the config files...
-	rm -f $(CURDIR)/debian/atheme-services/etc/atheme/*.example
+	rm -f $(CURDIR)/debian/atheme-services/etc/atheme/*
+	rm -f $(CURDIR)/debian/atheme-services/usr/share/doc/atheme-services/LICENSE
 
 binary-indep: build install
 




More information about the Pkg-irc-commits mailing list