diff options
author | Henry Gebhardt <hsggebhardt@gmail.com> | 2013-08-31 11:38:52 -0400 |
---|---|---|
committer | Henry Gebhardt <hsggebhardt@gmail.com> | 2013-08-31 11:38:52 -0400 |
commit | 09f42ea9a4c49e44cc4127402f6cffceb959b925 (patch) | |
tree | 504a47aa6c280e0b67a2af93943be562767e2297 | |
parent | sys-apps/systemd-units-18: apache2 now in main (diff) | |
download | systemd-09f42ea9a4c49e44cc4127402f6cffceb959b925.tar.gz systemd-09f42ea9a4c49e44cc4127402f6cffceb959b925.tar.bz2 systemd-09f42ea9a4c49e44cc4127402f6cffceb959b925.zip |
sys-apps/systemd-units-19: remove metalog, gdm, preload units
metalog is included in main tree.
gdm has been included in gnome3 for a while now, so I don't see reason
to keep it around any longer.
preload is outdated and no longer maintained, see bug
https://bugs.gentoo.org/show_bug.cgi?id=483154
-rw-r--r-- | sys-apps/systemd-units/files/services-basic/metalog.service | 10 | ||||
-rw-r--r-- | sys-apps/systemd-units/files/services-desktop/gdm.service | 12 | ||||
-rw-r--r-- | sys-apps/systemd-units/files/services-desktop/preload.service | 11 | ||||
-rw-r--r-- | sys-apps/systemd-units/systemd-units-19.ebuild (renamed from sys-apps/systemd-units/systemd-units-18.ebuild) | 6 |
4 files changed, 1 insertions, 38 deletions
diff --git a/sys-apps/systemd-units/files/services-basic/metalog.service b/sys-apps/systemd-units/files/services-basic/metalog.service deleted file mode 100644 index adc66ba..0000000 --- a/sys-apps/systemd-units/files/services-basic/metalog.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=System Logger Daemon -Names=syslog.service - -[Service] -ExecStart=/usr/sbin/metalog -Restart=always - -[Install] -Alias=syslog.service diff --git a/sys-apps/systemd-units/files/services-desktop/gdm.service b/sys-apps/systemd-units/files/services-desktop/gdm.service deleted file mode 100644 index 5b4d271..0000000 --- a/sys-apps/systemd-units/files/services-desktop/gdm.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Gnome Display Manager -Conflicts=getty@tty1.service -After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service - -[Service] -ExecStart=/usr/bin/gdm -nodaemon -ExecStop=/usr/sbin/gdm-stop -Restart=always - -[Install] -Alias=display-manager.service diff --git a/sys-apps/systemd-units/files/services-desktop/preload.service b/sys-apps/systemd-units/files/services-desktop/preload.service deleted file mode 100644 index ef21efc..0000000 --- a/sys-apps/systemd-units/files/services-desktop/preload.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Preload daemon - -[Service] -ExecStart=/usr/sbin/preload -f -ExecReload=/bin/kill -HUP $MAINPID -Nice=15 -IOSchedulingClass=idle - -[Install] -WantedBy=multi-user.target diff --git a/sys-apps/systemd-units/systemd-units-18.ebuild b/sys-apps/systemd-units/systemd-units-19.ebuild index 0ef9f2d..bbb1a75 100644 --- a/sys-apps/systemd-units/systemd-units-18.ebuild +++ b/sys-apps/systemd-units/systemd-units-19.ebuild @@ -12,7 +12,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+basic +desktop server ingnome3" +IUSE="+basic +desktop server" RDEPEND="" DEPEND="" @@ -33,10 +33,6 @@ src_install() { if use desktop; then systemd_dounit "${FILESDIR}"/services-desktop/* - - if ! use ingnome3; then - rm -f "${D}/$(systemd_get_unitdir)"/gdm.service - fi fi # Files in portage cannot contain a literal '@' character. Therfore, |