From d1f5aedd76df437a08f3283fa00bc8a9dab7fa2b Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 4 Jul 2014 14:46:20 +0200 Subject: "Fedora Support", step 1 -> Several changes: 1) Make sure /bin /sbin /lib and /lib64 are ALWAYS symlinks to /usr/XXX, no matter what the current distribution does. 2) Make sure nobody and nogroup exist. 3) Fix various modules making assumptions that are not true on every distro. 4) Add symlinks to kdm module since fedora is looking for kdmrc in yet another spot. 5) Add detection of fedora, support its package manager What still breaks: dnbd3 Other distros might not work now, they need adaption to changed logic in some modules. --- remote/modules/sshd/data/etc/tmpfiles.d/sshd.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'remote/modules/sshd') diff --git a/remote/modules/sshd/data/etc/tmpfiles.d/sshd.conf b/remote/modules/sshd/data/etc/tmpfiles.d/sshd.conf index 77e6e459..ffb34ca6 100644 --- a/remote/modules/sshd/data/etc/tmpfiles.d/sshd.conf +++ b/remote/modules/sshd/data/etc/tmpfiles.d/sshd.conf @@ -1,2 +1,3 @@ d /var/run/sshd 0755 root root +d /var/empty/sshd 0755 root root -- cgit v1.2.3-55-g7522