[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2517 - in glibc-package/trunk/debian: . debhelper.in



Author: aurel32
Date: 2007-08-16 22:00:36 +0000 (Thu, 16 Aug 2007)
New Revision: 2517

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
  * debian/debhelper.in/libc.preinst: add proftpd to the list of services to
    restart.  Closes: bug#435640.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-08-16 21:59:12 UTC (rev 2516)
+++ glibc-package/trunk/debian/changelog	2007-08-16 22:00:36 UTC (rev 2517)
@@ -25,8 +25,10 @@
     rule 9 for IPv4 adresses.  Closes: bug#438179
   * debian/debhelper.in/libc.preinst: change version check for NSS services to
     (<< 2.6-1).
+  * debian/debhelper.in/libc.preinst: add proftpd to the list of services to
+    restart.  Closes: bug#435640.
 
- -- Aurelien Jarno <aurel32@debian.org>  Thu, 16 Aug 2007 23:58:17 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 16 Aug 2007 23:59:56 +0200
 
 glibc (2.6.1-1) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2007-08-16 21:59:12 UTC (rev 2516)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2007-08-16 22:00:36 UTC (rev 2517)
@@ -45,7 +45,7 @@
 
     # NSS authentication trouble guard
     if dpkg --compare-versions $2 lt 2.6-1; then
-	check="xdm kdm gdm postgresql xscreensaver"
+	check="xdm kdm gdm postgresql xscreensaver proftpd"
 	# Only get the ones that are installed, and configured
 	service=$(dpkg -s $check 2> /dev/null | awk 'BEGIN{RS="\n\n";FS="\n"}{if ( $2 ~ /Status: .* installed$/ ) { print $1 } }' | cut -f 2 -d ' ')
 



Reply to: