diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-30 23:59:37 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-31 00:00:06 -0400 |
commit | 9c0804278b42261b4dce20ea0ea79bcbad291639 (patch) | |
tree | 0330f67783a3c5a3e3264f7cc60467e74ae6c0c1 | |
parent | 87502e5868a8dbe2fda9a8e66a37ed6996646ef8 (diff) |
units: m4 is not needed for rescue.service
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | units/.gitignore | 1 | ||||
-rw-r--r-- | units/rescue.service.in (renamed from units/rescue.service.m4.in) | 0 |
3 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index b37ed41554..1991fd0e3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -550,7 +550,7 @@ EXTRA_DIST += \ units/console-shell.service.m4.in \ units/console-getty.service.m4.in \ units/container-getty@.service.m4.in \ - units/rescue.service.m4.in \ + units/rescue.service.in \ units/systemd-initctl.service.in \ units/systemd-shutdownd.service.in \ units/systemd-remount-fs.service.in \ @@ -585,7 +585,6 @@ CLEANFILES += \ units/console-shell.service.m4 \ units/console-getty.service.m4 \ units/container-getty@.service.m4 \ - units/rescue.service.m4 \ units/user@.service.m4 if HAVE_SYSV_COMPAT diff --git a/units/.gitignore b/units/.gitignore index c60f357416..ab1d97da54 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -16,7 +16,6 @@ /quotaon.service /rc-local.service /rescue.service -/rescue.service.m4 /serial-getty@.service /systemd-ask-password-console.service /systemd-ask-password-wall.service diff --git a/units/rescue.service.m4.in b/units/rescue.service.in index ef5436960f..ef5436960f 100644 --- a/units/rescue.service.m4.in +++ b/units/rescue.service.in |