diff options
Diffstat (limited to '')
-rwxr-xr-x | source/a/etc/etc.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/etc/group.new | 1 | ||||
-rw-r--r-- | source/a/etc/passwd.new | 1 | ||||
-rw-r--r-- | source/a/etc/shadow.new | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/source/a/etc/etc.SlackBuild b/source/a/etc/etc.SlackBuild index 35e514145..52c86d829 100755 --- a/source/a/etc/etc.SlackBuild +++ b/source/a/etc/etc.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=etc VERSION=15.1 -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/etc/group.new b/source/a/etc/group.new index 963a320ca..b44f6f611 100644 --- a/source/a/etc/group.new +++ b/source/a/etc/group.new @@ -56,5 +56,6 @@ nobody:x:98:nobody nogroup:x:99: users:x:100: console:x:101: +avahi:x:214: colord:x:303: ldap:x:330: diff --git a/source/a/etc/passwd.new b/source/a/etc/passwd.new index 32810e417..1337f161a 100644 --- a/source/a/etc/passwd.new +++ b/source/a/etc/passwd.new @@ -34,5 +34,6 @@ postfix:x:91:91:User for Postfix MTA:/dev/null:/bin/false dovecot:x:94:94:User for Dovecot processes:/dev/null:/bin/false dovenull:x:95:95:User for Dovecot login processing:/dev/null:/bin/false nobody:x:99:99:nobody:/:/bin/false +avahi:x:214:214:User for avahi:/dev/null:/bin/false colord:x:303:303:User for colord:/var/lib/colord:/bin/false ldap:x:330:330:OpenLDAP server:/var/lib/openldap:/bin/false diff --git a/source/a/etc/shadow.new b/source/a/etc/shadow.new index 7b6d8b18b..add579ad6 100644 --- a/source/a/etc/shadow.new +++ b/source/a/etc/shadow.new @@ -34,5 +34,6 @@ postfix:*:9797:0::::: dovecot:*:9797:0::::: dovenull:*:9797:0::::: nobody:*:9797:0::::: +avahi:*:9797:0::::: colord:*:9797:0::::: ldap:*:9797:0::::: |