[Pkg-shadow-commits] r1043 - in trunk/debian: . patches

Nicolas FRANCOIS nekral-guest at costa.debian.org
Tue Jul 11 22:00:27 UTC 2006


Author: nekral-guest
Date: 2006-07-11 22:00:26 +0000 (Tue, 11 Jul 2006)
New Revision: 1043

Added:
   trunk/debian/patches/508_nologin_in_usr_sbin
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
Keep nologin in /usr/sbin


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-07-11 21:59:40 UTC (rev 1042)
+++ trunk/debian/changelog	2006-07-11 22:00:26 UTC (rev 1043)
@@ -10,6 +10,7 @@
   * Debian specific fixes:
     - 503_shadowconfig.8: fix a typo in the French manpage (README.debian
       instead of README.Debian). Thanks to Mohammed Adnène Trojette.
+    - 508_nologin_in_usr_sbin: keep nologin in /usr/sbin.
   * Debian packaging fixes:
     - passwd.postinst: Modified call to shadowconfig as "install" is not
       a documented argument to postinst. Thanks to Justin Pryzby for

Added: trunk/debian/patches/508_nologin_in_usr_sbin
===================================================================
--- trunk/debian/patches/508_nologin_in_usr_sbin	2006-07-11 21:59:40 UTC (rev 1042)
+++ trunk/debian/patches/508_nologin_in_usr_sbin	2006-07-11 22:00:26 UTC (rev 1043)
@@ -0,0 +1,20 @@
+Index: shadow-4.0.17/src/Makefile.am
+===================================================================
+--- shadow-4.0.17.orig/src/Makefile.am	2006-07-11 22:23:14.000000000 +0200
++++ shadow-4.0.17/src/Makefile.am	2006-07-11 22:23:34.000000000 +0200
+@@ -21,7 +21,6 @@
+ # $prefix/bin and $prefix/sbin, no install-data hacks...)
+ 
+ bin_PROGRAMS   = groups login su
+-sbin_PROGRAMS  = nologin
+ ubin_PROGRAMS  = faillog lastlog chage chfn chsh expiry gpasswd newgrp passwd
+ usbin_PROGRAMS = \
+ 	cppw \
+@@ -35,6 +34,7 @@
+ 	grpunconv \
+ 	logoutd \
+ 	newusers \
++	nologin \
+ 	pwck \
+ 	pwconv \
+ 	pwunconv \

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2006-07-11 21:59:40 UTC (rev 1042)
+++ trunk/debian/patches/series	2006-07-11 22:00:26 UTC (rev 1043)
@@ -34,3 +34,4 @@
 402-clarify_usermod_usage
 487_passwd_chauthtok_failed_message
 403_fix_PATH-MAX_hurd
+508_nologin_in_usr_sbin




More information about the Pkg-shadow-commits mailing list