diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-17 02:17:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-17 02:17:47 +0200 |
commit | e6aad08ba82e44e88f9186eab30c68ceaf6370a3 (patch) | |
tree | 056599820399bef90227a1c911ae94b7e6ddacc5 /units/getty@.service.m4 | |
parent | fb1bd35a5dd1ad5cfd848fdbe0d64ac53a122af0 (diff) |
units: fix commenting
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index b4dfaf24e1..b95124880c 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -15,10 +15,9 @@ # You should have received a copy of the GNU General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -# See systemd.special(7) for details -m4_ifdef(`TARGET_FEDORA', m4_define(`GETTY', `/sbin/mingetty'))m4_dnl -m4_ifdef(`TARGET_DEBIAN', m4_define(`GETTY', `/sbin/getty 38400'))m4_dnl - +m4_ifdef(`TARGET_FEDORA', `m4_define(`GETTY', `/sbin/mingetty')')m4_dnl +m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400')')m4_dnl +m4_dnl [Unit] Description=Getty on %I Before=getty.target |