rc-local-generator: drop duplicate definitions for rc.local

We always define those paths in the configure scripts.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-04-12 19:30:58 -04:00
parent f8bde603fd
commit f96c10bdca
1 changed files with 0 additions and 8 deletions

View File

@ -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) {