]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-MCONFIG.patch
- init var
[packages/util-linux.git] / util-linux-MCONFIG.patch
1 diff -ur util-linux-2.12q.org/MCONFIG util-linux-2.12q/MCONFIG
2 --- util-linux-2.12q.org/MCONFIG        2004-12-13 00:15:48.000000000 +0100
3 +++ util-linux-2.12q/MCONFIG    2005-02-27 19:20:32.000000000 +0100
4 @@ -22,20 +22,20 @@
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_SELINUX is set to "yes", the login will make sure the user is
12  # logged into an appropriate security context
13 -HAVE_SELINUX=no
14 +HAVE_SELINUX=yes
15  
16  # If HAVE_SHADOW is set to "yes", then login, chfn, chsh, newgrp, passwd,
17  # and vipw will not be built or installed from the login-utils
18  # subdirectory.  
19 -HAVE_SHADOW=yes
20 +HAVE_SHADOW=no
21  
22  # If HAVE_PASSWD is set to "yes", then passwd will not be built or
23  # installed from the login-utils subdirectory.
24 -HAVE_PASSWD=no
25 +HAVE_PASSWD=yes
26  
27  # If you use chfn and chsh from this package, REQUIRE_PASSWORD will require
28  # non-root users to enter the account password before updating /etc/passwd.
29 @@ -102,7 +102,7 @@
30  # If HAVE_SLN is set to "yes", then sln won't be installed
31  # (but the man page sln.8 will be installed anyway).
32  # sln also comes with libc and glibc.
33 -HAVE_SLN=no
34 +HAVE_SLN=yes
35  
36  # If HAVE_FDUTILS is set to "yes", then setfdprm won't be installed.
37  HAVE_FDUTILS=no
38 @@ -160,7 +160,7 @@
39  # SLANGFLAGS=-I/usr/include/slang
40  # No such subdirectory - slcurses.h lives in /usr/include
41  #   (no extra definition required).
42 -LIBSLANG=-lslang
43 +# LIBSLANG=-lslang
44  
45  #
46  # Paths used for compilation (not all are actually used, see CFLAGS below)
47 @@ -212,7 +212,7 @@
48  MANMODE=       644
49  DATMODE=       644
50  INFOMODE=      644
51 -SUIDMODE=      4755
52 +SUIDMODE=      4711
53  
54  CHMOD=         chmod
55  INSTALL=       install
56 @@ -220,7 +220,7 @@
57  INSTALLBIN=    $(INSTALL) -m $(BINMODE)
58  INSTALLMAN=    $(INSTALL) -m $(MANMODE)
59  INSTALLDAT=    $(INSTALL) -m $(DATMODE)
60 -INSTALLSUID=    $(INSTALL) -m $(SUIDMODE) -o root
61 +INSTALLSUID=    $(INSTALL) -m $(SUIDMODE)
62  
63  ifeq "$(DISABLE_NLS)" "yes"
64  NLSFLAGS = -DDISABLE_NLS
This page took 0.034911 seconds and 3 git commands to generate.