chiark / gitweb /
remove sysusers.d
authorAndy Wingo <wingo@pobox.com>
Fri, 3 Apr 2015 16:25:42 +0000 (18:25 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 8 Apr 2015 06:30:28 +0000 (08:30 +0200)
sysusers.d/.gitignore [deleted file]
sysusers.d/Makefile [deleted symlink]
sysusers.d/basic.conf.in [deleted file]
sysusers.d/systemd-remote.conf [deleted file]
sysusers.d/systemd.conf.m4 [deleted file]

diff --git a/sysusers.d/.gitignore b/sysusers.d/.gitignore
deleted file mode 100644 (file)
index bb3aaaf..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/basic.conf
-/systemd.conf
diff --git a/sysusers.d/Makefile b/sysusers.d/Makefile
deleted file mode 120000 (symlink)
index bd10475..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../src/Makefile
\ No newline at end of file
diff --git a/sysusers.d/basic.conf.in b/sysusers.d/basic.conf.in
deleted file mode 100644 (file)
index 823d6cb..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-#  This file is part of systemd.
-#
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as published by
-#  the Free Software Foundation; either version 2.1 of the License, or
-#  (at your option) any later version.
-
-# The superuser
-u root    0     "Super User" /root
-
-# The nobody user for NFS file systems
-u nobody  65534 "Nobody"     -
-
-# Administrator group: can *see* more than normal users
-g adm     -     -            -
-
-# Administrator group: can *do* more than normal users
-g wheel   -     -            -
-
-# Access to certain kernel and userspace facilities
-g kmem    -     -            -
-g lock    -     -            -
-g tty     @TTY_GID@     -            -
-g utmp    -     -            -
-
-# Hardware access groups
-g audio   -     -            -
-g cdrom   -     -            -
-g dialout -     -            -
-g disk    -     -            -
-g input   -     -            -
-g lp      -     -            -
-g tape    -     -            -
-g video   -     -            -
-
-# Default group for normal users
-g users   -     -            -
diff --git a/sysusers.d/systemd-remote.conf b/sysusers.d/systemd-remote.conf
deleted file mode 100644 (file)
index 15969e9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#  This file is part of systemd.
-#
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as published by
-#  the Free Software Foundation; either version 2.1 of the License, or
-#  (at your option) any later version.
-
-u systemd-journal-gateway - "systemd Journal Gateway"
-u systemd-journal-remote  - "systemd Journal Remote"
-u systemd-journal-upload  - "systemd Journal Upload"
diff --git a/sysusers.d/systemd.conf.m4 b/sysusers.d/systemd.conf.m4
deleted file mode 100644 (file)
index 23175de..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#  This file is part of systemd.
-#
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as published by
-#  the Free Software Foundation; either version 2.1 of the License, or
-#  (at your option) any later version.
-
-g systemd-journal   - -
-m4_ifdef(`ENABLE_KDBUS',
-u systemd-bus-proxy - "systemd Bus Proxy"
-)m4_dnl
-m4_ifdef(`ENABLE_NETWORKD',
-u systemd-network   - "systemd Network Management"
-)m4_dnl
-m4_ifdef(`ENABLE_RESOLVED',
-u systemd-resolve   - "systemd Resolver"
-)m4_dnl
-m4_ifdef(`ENABLE_TIMESYNCD',
-u systemd-timesync  - "systemd Time Synchronization"
-)m4_dnl