diff options
Diffstat (limited to '4init/config.h')
| -rw-r--r-- | 4init/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4init/config.h b/4init/config.h index 3798447..2ff1d6d 100644 --- a/4init/config.h +++ b/4init/config.h @@ -1,7 +1,7 @@ #ifndef CONFIG_H #define CONFIG_H -static const char *rc_path = "/usr/bin/4rc"; +static const char *rc_path = "/usr/local/bin/4rc"; static char *const rc_argv[] = {"4rc", NULL}; |
