summaryrefslogtreecommitdiff
path: root/debian/patches/508_nologin_in_usr_sbin
blob: 3939e0bdc359f6ff3c42557f71e36a18205b2de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,7 +23,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
 if ENABLE_SUBIDS
 ubin_PROGRAMS += newgidmap newuidmap
@@ -38,6 +37,7 @@
 	grpunconv \
 	logoutd \
 	newusers \
+	nologin \
 	pwck \
 	pwconv \
 	pwunconv \