From: Zbigniew Jędrzejewski-Szmek Date: Wed, 12 Apr 2017 23:30:58 +0000 (-0400) Subject: rc-local-generator: drop duplicate definitions for rc.local X-Git-Tag: v234~306^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f96c10bdca1a71e39ebd8b2616f9d2cd8344a770;p=thirdparty%2Fsystemd.git rc-local-generator: drop duplicate definitions for rc.local We always define those paths in the configure scripts. --- diff --git a/src/rc-local-generator/rc-local-generator.c b/src/rc-local-generator/rc-local-generator.c index b704ca3b4b6..db3bf5bd21e 100644 --- a/src/rc-local-generator/rc-local-generator.c +++ b/src/rc-local-generator/rc-local-generator.c @@ -28,14 +28,6 @@ #include "string-util.h" #include "util.h" -#ifndef RC_LOCAL_SCRIPT_PATH_START -#define RC_LOCAL_SCRIPT_PATH_START "/etc/rc.d/rc.local" -#endif - -#ifndef RC_LOCAL_SCRIPT_PATH_STOP -#define RC_LOCAL_SCRIPT_PATH_STOP "/sbin/halt.local" -#endif - static const char *arg_dest = "/tmp"; static int add_symlink(const char *service, const char *where) {