From 6699c857a20378e1fd2a33e3e306a96404e7f83d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 Mar 2011 05:01:30 +0100 Subject: [PATCH] units: we don't need to generate syslog.target with sed anymore --- Makefile.am | 5 ++--- units/.gitignore | 1 - units/{syslog.target.in => syslog.target} | 0 3 files changed, 2 insertions(+), 4 deletions(-) rename units/{syslog.target.in => syslog.target} (100%) diff --git a/Makefile.am b/Makefile.am index 5769dcb62..371cc562e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -259,7 +259,8 @@ dist_systemunit_DATA = \ units/systemd-tmpfiles-clean.timer \ units/quotaon.service \ units/systemd-ask-password-wall.path \ - units/systemd-ask-password-console.path + units/systemd-ask-password-console.path \ + units/syslog.target nodist_systemunit_DATA = \ units/getty@.service \ @@ -286,7 +287,6 @@ nodist_systemunit_DATA = \ units/systemd-ask-password-wall.service \ units/systemd-ask-password-console.service \ units/systemd-sysctl.service \ - units/syslog.target \ units/halt.service \ units/poweroff.service \ units/reboot.service \ @@ -330,7 +330,6 @@ EXTRA_DIST = \ units/systemd-ask-password-wall.service.in \ units/systemd-ask-password-console.service.in \ units/systemd-sysctl.service.in \ - units/syslog.target.in \ units/halt.service.in \ units/poweroff.service.in \ units/reboot.service.in \ diff --git a/units/.gitignore b/units/.gitignore index cb0c7d5c0..41ab51b2a 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -29,7 +29,6 @@ systemd-random-seed-load.service systemd-random-seed-save.service systemd-initctl.service systemd-logger.service -syslog.target getty@.service remote-fs.target systemd-update-utmp-runlevel.service diff --git a/units/syslog.target.in b/units/syslog.target similarity index 100% rename from units/syslog.target.in rename to units/syslog.target