summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filesystem/.md5sum6
-rw-r--r--filesystem/Pkgfile4
-rw-r--r--filesystem/group1
-rw-r--r--filesystem/passwd1
-rw-r--r--filesystem/shadow1
5 files changed, 8 insertions, 5 deletions
diff --git a/filesystem/.md5sum b/filesystem/.md5sum
index 223f3445..b575234b 100644
--- a/filesystem/.md5sum
+++ b/filesystem/.md5sum
@@ -1,9 +1,9 @@
0ddfec662cbd2cc3b53f61cb9a5a72a0 fstab
-3ebcb005449f69c2ef58fd54b23125ba group
+3f2325551b8eb5d7a55a54b08fe967db group
6cef6f5ab23244460cdf13c98e68b010 issue
346ede8d637940e2898cd29c56a37d30 mime.types
d41d8cd98f00b204e9800998ecf8427e motd
-aa183b009b52291616573c8071db792a passwd
+a76a49d1c8ec2c3b3acbe7b17842fb9f passwd
4faaa4e1ba24038f8638a0cae5046cfb securetty
-0034d284ea9b44efb750535ab3f15837 shadow
+4e223e60eeeed7d04eca5c0473ac8984 shadow
87f6864e24d24c8fb8718ed70269309c shells
diff --git a/filesystem/Pkgfile b/filesystem/Pkgfile
index 84041b3f..b77237bd 100644
--- a/filesystem/Pkgfile
+++ b/filesystem/Pkgfile
@@ -3,8 +3,8 @@
# Maintainer: Per Lidén, core-ports at crux dot nu
name=filesystem
-version=2.2
-release=2
+version=2.3
+release=1
source=(issue motd shells group passwd shadow securetty fstab mime.types)
build() {
diff --git a/filesystem/group b/filesystem/group
index 77acea55..10dcc2e9 100644
--- a/filesystem/group
+++ b/filesystem/group
@@ -12,5 +12,6 @@ wheel::10:root
ftp::11:
mail::12:
slocate::13:
+www::15:
nobody::99:
users::100:
diff --git a/filesystem/passwd b/filesystem/passwd
index b3394067..71177e64 100644
--- a/filesystem/passwd
+++ b/filesystem/passwd
@@ -3,4 +3,5 @@ bin:x:1:1:bin:/bin:
daemon:x:2:2:daemon:/sbin:
mail:x:8:12:mail:/var/spool/mail:
ftp:x:14:11:ftp:/var/ftp:
+www:x:15:15:www:/var/www:/bin/false
nobody:x:99:99:nobody:/:
diff --git a/filesystem/shadow b/filesystem/shadow
index 56ecb2d5..e622a266 100644
--- a/filesystem/shadow
+++ b/filesystem/shadow
@@ -3,4 +3,5 @@ bin:x:0::::::
daemon:x:0::::::
mail:x:0::::::
ftp:x:0::::::
+www:x:0::::::
nobody:x:0::::::

Generated by cgit