rc single and rc sysinit don't check sysvinit env vars in prefix.

This commit is contained in:
Roy Marples
2008-03-03 15:57:36 +00:00
parent 43f3c5480b
commit f3e90dddbf
3 changed files with 30 additions and 13 deletions

View File

@@ -186,7 +186,7 @@ static bool file_regex (const char *file, const char *regex)
const char *rc_sys (void)
{
#ifdef HAVE_PREFIX
#ifdef PREFIX
return (RC_SYS_PREFIX);
#else