]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-MCONFIG.patch
stado plomb na util-linuxa
[packages/util-linux.git] / util-linux-MCONFIG.patch
1 diff -Nur util-linux-2.9r/MCONFIG util-linux-2.9r.pld/MCONFIG
2 --- util-linux-2.9r/MCONFIG     Sat Mar 13 02:40:49 1999
3 +++ util-linux-2.9r.pld/MCONFIG Sun May 23 13:53:57 1999
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.
25 @@ -66,7 +66,7 @@
26  USE_TTY_GROUP=yes
27  
28  # If HAVE_OPENPTY is set to "yes", then script will use the Unix98 ptys
29 -HAVE_OPENPTY=no
30 +HAVE_OPENPTY=yes
31  
32  # If HAVE_RESET is set to "yes", then reset won't be installed.  The version
33  # of reset that comes with the ncurses package is less aggressive.
34 @@ -75,7 +75,7 @@
35  # If HAVE_SLN is set to "yes", then sln won't be installed
36  # (but the man page sln.8 will be installed anyway).
37  # sln also comes with libc and glibc.
38 -HAVE_SLN=no
39 +HAVE_SLN=yes
40  
41  CC=            gcc
42  
43 @@ -114,7 +114,7 @@
44  # SLANGFLAGS=-I/usr/include/slang
45  # No such subdirectory - slcurses.h lives in /usr/include
46  #   (no extra definition required).
47 -LIBSLANG=-lslang
48 +# LIBSLANG=-lslang
49  
50  
51  DEVDIR=                $(DESTDIR)/dev
52 @@ -127,13 +127,13 @@
53  BINDIR=         $(DESTDIR)/bin
54  VARPATH=       $(DESTDIR)/var
55  LOGDIR=                $(DESTDIR)/var/log
56 -MANDIR=                $(DESTDIR)/usr/man
57 +MANDIR=                $(DESTDIR)/usr/share/man
58  MAN1DIR=       $(MANDIR)/man1
59  MAN3DIR=       $(MANDIR)/man3
60  MAN5DIR=       $(MANDIR)/man5
61  MAN6DIR=       $(MANDIR)/man6
62  MAN8DIR=       $(MANDIR)/man8
63 -INFODIR=       $(DESTDIR)/usr/info
64 +INFODIR=       $(DESTDIR)/usr/share/info
65  
66  # Directory for shutdown, halt, reboot, etc.
67  SHUTDOWNDIR=   $(SBINDIR)
68 @@ -150,7 +150,7 @@
69  MANMODE=       644
70  DATMODE=       644
71  INFOMODE=      644
72 -SUIDMODE=      4755
73 +SUIDMODE=      4711
74  
75  CHMOD=         chmod
76  INSTALL=       install
77 @@ -158,7 +158,7 @@
78  INSTALLBIN=    $(INSTALL) -m $(BINMODE)
79  INSTALLMAN=    $(INSTALL) -m $(MANMODE)
80  INSTALLDAT=    $(INSTALL) -m $(DATMODE)
81 -INSTALLSUID=    $(INSTALL) -m $(SUIDMODE) -o root
82 +INSTALLSUID=    $(INSTALL) -m $(SUIDMODE)
83  
84  %.o: %.c
85         $(CC) -c $(CFLAGS) $< -o $@
This page took 0.037956 seconds and 4 git commands to generate.