From ccb03fc9015e6c8131e4d289a36e0145eaf2b5a2 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 3 Apr 2015 18:25:42 +0200 Subject: [PATCH] remove sysusers.d --- sysusers.d/.gitignore | 2 -- sysusers.d/Makefile | 1 - sysusers.d/basic.conf.in | 37 ---------------------------------- sysusers.d/systemd-remote.conf | 10 --------- sysusers.d/systemd.conf.m4 | 20 ------------------ 5 files changed, 70 deletions(-) delete mode 100644 sysusers.d/.gitignore delete mode 120000 sysusers.d/Makefile delete mode 100644 sysusers.d/basic.conf.in delete mode 100644 sysusers.d/systemd-remote.conf delete mode 100644 sysusers.d/systemd.conf.m4 diff --git a/sysusers.d/.gitignore b/sysusers.d/.gitignore deleted file mode 100644 index bb3aaaf82..000000000 --- a/sysusers.d/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/basic.conf -/systemd.conf diff --git a/sysusers.d/Makefile b/sysusers.d/Makefile deleted file mode 120000 index bd1047548..000000000 --- a/sysusers.d/Makefile +++ /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 index 823d6cb20..000000000 --- a/sysusers.d/basic.conf.in +++ /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 index 15969e9a9..000000000 --- a/sysusers.d/systemd-remote.conf +++ /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 index 23175de1f..000000000 --- a/sysusers.d/systemd.conf.m4 +++ /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 -- 2.30.2