summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-12 07:03:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-12 07:04:45 +0000
commitbd83f5998c32c978e3840633eac86a638bb4087f (patch)
tree69ccf31d302ff2b2b84519599a06accfeec3b437
parent1ea231da8102ab9c85a7122497354542eadc5e7a (diff)
downloadalpine-baselayout-bd83f5998c32c978e3840633eac86a638bb4087f.tar.bz2
alpine-baselayout-bd83f5998c32c978e3840633eac86a638bb4087f.tar.xz
shadow is generated. let git ingore it
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
-rw-r--r--shadow43
3 files changed, 2 insertions, 44 deletions
diff --git a/.gitignore b/.gitignore
index 335ec95..963385f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
*.tar.gz
+shadow
diff --git a/Makefile b/Makefile
index d4fb4a6..aa60130 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ clean:
rm -f $(TARBALL) $(GENERATED_FILES) *~
shadow: passwd
- @lastchange=$$(( `date +%s` / ( 24 * 3600 ) ));\
+ lastchange=$$(( `date +%s` / ( 24 * 3600 ) ));\
awk -F: ' { \
pw = ":!:";\
if ($$1 == "root") { pw = "::" };\
diff --git a/shadow b/shadow
deleted file mode 100644
index 28a78b8..0000000
--- a/shadow
+++ /dev/null
@@ -1,43 +0,0 @@
-root::13560:0:::::
-bin:!:13560:0:::::
-daemon:!:13560:0:::::
-adm:!:13560:0:::::
-lp:!:13560:0:::::
-sync:!:13560:0:::::
-shutdown:!:13560:0:::::
-halt:!:13560:0:::::
-mail:!:13560:0:::::
-news:!:13560:0:::::
-uucp:!:13560:0:::::
-operator:!:13560:0:::::
-man:!:13560:0:::::
-postmaster:!:13560:0:::::
-cron:!:13560:0:::::
-ftp:!:13560:0:::::
-sshd:!:13560:0:::::
-at:!:13560:0:::::
-squid:!:13560:0:::::
-gdm:!:13560:0:::::
-xfs:!:13560:0:::::
-games:!:13560:0:::::
-named:!:13560:0:::::
-mysql:!:13560:0:::::
-postgres:!:13560:0:::::
-apache:!:13560:0:::::
-nut:!:13560:0:::::
-cyrus:!:13560:0:::::
-vpopmail:!:13560:0:::::
-ntp:!:13560:0:::::
-alias:!:13560:0:::::
-qmaild:!:13560:0:::::
-qmaill:!:13560:0:::::
-qmailp:!:13560:0:::::
-qmailq:!:13560:0:::::
-qmailr:!:13560:0:::::
-qmails:!:13560:0:::::
-postfix:!:13560:0:::::
-smmsp:!:13560:0:::::
-portage:!:13560:0:::::
-guest:!:13560:0:::::
-nobody:!:13560:0:::::
-distcc:!:13560:0:::::