]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: we don't need to generate syslog.target with sed anymore
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Mar 2011 04:01:30 +0000 (05:01 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Mar 2011 04:01:30 +0000 (05:01 +0100)
Makefile.am
units/.gitignore
units/syslog.target [moved from units/syslog.target.in with 100% similarity]

index 5769dcb62ce54cb7b1e5941f6547816138125b7c..371cc562e92bcb60776166f3bff0af6e85d8205c 100644 (file)
@@ -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 \
index cb0c7d5c0a2d2d9b6c20bf1f1897d0d742b82dce..41ab51b2a50a366c0e1205a6b9651acc51ea5f21 100644 (file)
@@ -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
similarity index 100%
rename from units/syslog.target.in
rename to units/syslog.target