systemd: remove tmpfiles rules nowincluded in systemd

No need for resolv.conf or /var/lib/systemd any more.
This commit is contained in:
Michael Marineau 2014-07-14 15:26:16 -07:00
parent 89e7a55cf3
commit be726b28fd
4 changed files with 0 additions and 4 deletions

View File

@ -6,4 +6,3 @@ d /etc/systemd/network - - - - -
d /etc/systemd/system - - - - -
d /etc/systemd/user - - - - -
d /etc/tmpfiles.d - - - - -
d /var/lib/systemd - - - - -

View File

@ -1 +0,0 @@
L /etc/resolv.conf - - - - /run/systemd/resolve/resolv.conf

View File

@ -361,7 +361,6 @@ multilib_src_install_all() {
mv "${D}"/usr/lib/sysctl.d/50-coredump.conf{,.disabled} || die
systemd_dotmpfilesd "${FILESDIR}"/systemd-coreos.conf
systemd_dotmpfilesd "${FILESDIR}"/systemd-resolv.conf
# Don't default to graphical.target
rm "${D}"/usr/lib/systemd/system/default.target || die

View File

@ -352,7 +352,6 @@ multilib_src_install_all() {
mv "${D}"/usr/lib/sysctl.d/50-coredump.conf{,.disabled} || die
systemd_dotmpfilesd "${FILESDIR}"/systemd-coreos.conf
systemd_dotmpfilesd "${FILESDIR}"/systemd-resolv.conf
# Don't default to graphical.target
rm "${D}"/usr/lib/systemd/system/default.target || die