[Pkg-apache-commits] r1079 - in /trunk/ssl-cert/debian: changelog postinst

sf at alioth.debian.org sf at alioth.debian.org
Sun Nov 1 10:51:40 UTC 2009


Author: sf
Date: Sun Nov  1 10:51:39 2009
New Revision: 1079

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1079
Log:
Create group even if user tweaked NAME_REGEX

Modified:
    trunk/ssl-cert/debian/changelog
    trunk/ssl-cert/debian/postinst

Modified: trunk/ssl-cert/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/ssl-cert/debian/changelog?rev=1079&op=diff
==============================================================================
--- trunk/ssl-cert/debian/changelog (original)
+++ trunk/ssl-cert/debian/changelog Sun Nov  1 10:51:39 2009
@@ -1,6 +1,7 @@
 ssl-cert (1.0.24) UNRELEASED; urgency=low
 
   * Print error message if debconf fails. Closes: #288045
+  * Create group even if user tweaked NAME_REGEX. Closes: #540016
   * Update Slovak translation, thanks to helix84 at centrum.sk. Closes: #514376
   * Fix typo. Closes: #536083 LP: #352157
   * Fix lintian warnings:

Modified: trunk/ssl-cert/debian/postinst
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/ssl-cert/debian/postinst?rev=1079&op=diff
==============================================================================
--- trunk/ssl-cert/debian/postinst (original)
+++ trunk/ssl-cert/debian/postinst Sun Nov  1 10:51:39 2009
@@ -4,7 +4,7 @@
 
 # Create the ssl-cert system group for snakeoil ownership:
 if ! getent group ssl-cert >/dev/null; then
-	addgroup --quiet --system ssl-cert
+	addgroup --quiet --system --force-badname ssl-cert
 fi
 
 check_vuln_version () {




More information about the Pkg-apache-commits mailing list