From 6699c857a20378e1fd2a33e3e306a96404e7f83d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 Mar 2011 05:01:30 +0100 Subject: units: we don't need to generate syslog.target with sed anymore --- units/.gitignore | 1 - units/syslog.target | 11 +++++++++++ units/syslog.target.in | 11 ----------- 3 files changed, 11 insertions(+), 12 deletions(-) create mode 100644 units/syslog.target delete mode 100644 units/syslog.target.in (limited to 'units') diff --git a/units/.gitignore b/units/.gitignore index cb0c7d5c0a..41ab51b2a5 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 b/units/syslog.target new file mode 100644 index 0000000000..d5410cf580 --- /dev/null +++ b/units/syslog.target @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# See systemd.special(7) for details + +[Unit] +Description=Syslog diff --git a/units/syslog.target.in b/units/syslog.target.in deleted file mode 100644 index d5410cf580..0000000000 --- a/units/syslog.target.in +++ /dev/null @@ -1,11 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# See systemd.special(7) for details - -[Unit] -Description=Syslog -- cgit v1.2.3-54-g00ecf