]> git.pld-linux.org Git - projects/setup.git/commitdiff
add etc/sub[ug]id
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 20 Nov 2018 09:47:50 +0000 (11:47 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 20 Nov 2018 09:47:50 +0000 (11:47 +0200)
Makefile
etc/subgid [new file with mode: 0644]
etc/subuid [new file with mode: 0644]

index e5ffa7234ebef241713cfb198ef656d1a4010e48..f001a32c2f62a121022532c4afc09f06e3a67b96 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ VERSION         = 2.9.0
 CC             = gcc
 OPT_FLAGS      = -Wformat -Werror=format-security -fvar-tracking-assignments -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector -O2 -g2 -Wall
 CFLAGS         = $(OPT_FLAGS) -Wall -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
-INSTALL                = install
+INSTALL                = install -p
 SBINDIR                = /sbin
 ETCDIR         = /etc
 PROFILEDIR     = $(ETCDIR)/profile.d
@@ -18,7 +18,7 @@ BIN_FILES     = joinpasswd update-fstab postshell delpasswd
 DOCS           = ChangeLog
 ETC_FILES      = filesystems fstab group host.conf hosts motd \
            netgroup passwd profile protocols resolv.conf securetty \
-           services shells suid_profile
+           services shells suid_profile subgid subuid
 PROFILE_FILES  = 00-tmp-dir.csh 00-tmp-dir.sh
 ENV_FILES      = EDITOR HISTFILESIZE HOME_ETC MAILCHECK MAILPATH \
            NNTPSERVER ORGANIZATION TMOUT VISUAL
diff --git a/etc/subgid b/etc/subgid
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/etc/subuid b/etc/subuid
new file mode 100644 (file)
index 0000000..e69de29
This page took 0.168074 seconds and 4 git commands to generate.