summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:::::