[projects/setup] add etc/sub[ug]id
glen
glen at pld-linux.org
Tue Nov 20 10:58:08 CET 2018
commit 2294cfdbf509616beb3e93023608443374a4c23b
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Tue Nov 20 11:47:50 2018 +0200
add etc/sub[ug]id
Makefile | 4 ++--
etc/subgid | 0
etc/subuid | 0
3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
index e5ffa72..f001a32 100644
--- 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
index 0000000..e69de29
diff --git a/etc/subuid b/etc/subuid
new file mode 100644
index 0000000..e69de29
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/setup.git/commitdiff/c2270ab060eec5f143a9a289098dd728c05377ca
More information about the pld-cvs-commit
mailing list