summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-08-31 11:59:41 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-08-31 12:14:08 +0200
commit0a129cd158f39ff0c7e40a93622586db74eba89c (patch)
tree937903565ef8a4642e014e5112c7f70f4ec04e99
parent156b283772b7c2fa228f8b5896eee0cd2f12f477 (diff)
downloadsetup-0a129cd158f39ff0c7e40a93622586db74eba89c.tar
setup-0a129cd158f39ff0c7e40a93622586db74eba89c.tar.gz
setup-0a129cd158f39ff0c7e40a93622586db74eba89c.tar.bz2
setup-0a129cd158f39ff0c7e40a93622586db74eba89c.tar.xz
setup-0a129cd158f39ff0c7e40a93622586db74eba89c.zip
move files (simplify + easier comp with FC)
-rw-r--r--Makefile16
-rw-r--r--group (renamed from passgrp/group)0
-rw-r--r--passgrp/Makefile9
-rw-r--r--passwd (renamed from passgrp/passwd)0
4 files changed, 2 insertions, 23 deletions
diff --git a/Makefile b/Makefile
index db0ab0a..6bc84d5 100644
--- a/Makefile
+++ b/Makefile
@@ -2,27 +2,15 @@ NAME = setup
VERSION = 2.7.21
SVNPATH = svn+ssh://svn.mageia.org/svn/soft/$(PACKAGE)
-LIST = csh.cshrc csh.login host.conf hosts.allow hosts.deny inputrc \
- motd printcap protocols securetty services shells profile \
+LIST = csh.cshrc csh.login gshadow group host.conf hosts.allow hosts.deny inputrc \
+ motd passwd printcap protocols securetty services shadow shells profile \
filesystems fstab resolv.conf hosts
-subdir = passgrp
-
-all:
- @for dir in $(subdir);do \
- make -C $$dir all ;\
- done
clean:
- @for dir in $(subdir);do \
- make -C $$dir clean ;\
- done
rm -f *~ \#*\#
install:
- @for dir in $(subdir); do \
- make -C $$dir install DESTDIR=$(DESTDIR);\
- done
install -d -m 755 $(DESTDIR)/etc/
install -d -m 755 $(DESTDIR)/var/log/
for i in $(LIST); do \
diff --git a/passgrp/group b/group
index 7a613f6..7a613f6 100644
--- a/passgrp/group
+++ b/group
diff --git a/passgrp/Makefile b/passgrp/Makefile
deleted file mode 100644
index 5138027..0000000
--- a/passgrp/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-mandir = /usr/share/man
-
-all:
-
-clean:
-
-install:
- install -D -m 644 group $(DESTDIR)/etc/group
- install -D -m 644 passwd $(DESTDIR)/etc/passwd
diff --git a/passgrp/passwd b/passwd
index c8e2152..c8e2152 100644
--- a/passgrp/passwd
+++ b/passwd