]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-MCONFIG.patch
- up to 2.12q
[packages/util-linux.git] / util-linux-MCONFIG.patch
CommitLineData
d95dd929
AM
1diff -urN util-linux-2.11d.org/MCONFIG util-linux-2.11d/MCONFIG
2--- util-linux-2.11d.org/MCONFIG Sun Jun 3 21:42:36 2001
3+++ util-linux-2.11d/MCONFIG Sun Jun 3 21:42:47 2001
67dbd305 4@@ -16,17 +16,17 @@
5 # If HAVE_PAM is set to "yes", then login, chfn, chsh, and newgrp
6 # will use PAM for authentication. Additionally, passwd will not be
7 # installed as it is not PAM aware.
8-HAVE_PAM=no
9+HAVE_PAM=yes
10
11 # If HAVE_SHADOW is set to "yes", then login, chfn, chsh, newgrp, passwd,
12 # and vipw will not be built or installed from the login-utils
13 # subdirectory.
14-HAVE_SHADOW=yes
15+HAVE_SHADOW=no
16
17 # If HAVE_PASSWD is set to "yes", then passwd will not be built or
18 # installed from the login-utils subdirectory (but login, chfn, chsh,
19 # newgrp, and vipw *will* be installed).
20-HAVE_PASSWD=no
21+HAVE_PASSWD=yes
22
23 # If you use chfn and chsh from this package, REQUIRE_PASSWORD will require
24 # non-root users to enter the account password before updating /etc/passwd.
d95dd929 25@@ -83,7 +83,7 @@
67dbd305 26 # If HAVE_SLN is set to "yes", then sln won't be installed
27 # (but the man page sln.8 will be installed anyway).
28 # sln also comes with libc and glibc.
29-HAVE_SLN=no
30+HAVE_SLN=yes
31
d95dd929
AM
32 # If HAVE_FDUTILS is set to "yes", then setfdprm won't be installed.
33 HAVE_FDUTILS=no
34@@ -117,7 +117,7 @@
67dbd305 35 # SLANGFLAGS=-I/usr/include/slang
36 # No such subdirectory - slcurses.h lives in /usr/include
37 # (no extra definition required).
38-LIBSLANG=-lslang
39+# LIBSLANG=-lslang
40
d95dd929
AM
41 #
42 # Paths used for compilation (not all are actually used, see CFLAGS below)
43@@ -175,7 +175,7 @@
67dbd305 44 MANMODE= 644
45 DATMODE= 644
46 INFOMODE= 644
47-SUIDMODE= 4755
48+SUIDMODE= 4711
49
50 CHMOD= chmod
51 INSTALL= install
d95dd929 52@@ -183,7 +183,7 @@
67dbd305 53 INSTALLBIN= $(INSTALL) -m $(BINMODE)
54 INSTALLMAN= $(INSTALL) -m $(MANMODE)
55 INSTALLDAT= $(INSTALL) -m $(DATMODE)
56-INSTALLSUID= $(INSTALL) -m $(SUIDMODE) -o root
57+INSTALLSUID= $(INSTALL) -m $(SUIDMODE)
58
d95dd929
AM
59 CFLAGS := $(CFLAGS) $(OPT) -I$(LIB) $(WARNFLAGS) \
60 $(CURSESFLAGS) $(SLANGFLAGS) \
This page took 0.055308 seconds and 4 git commands to generate.