X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fservice.c;h=70999f354511bc89962d06339c7c2ecb16f887a7;hb=cc5524ecc60a83fb88cac02fe02e21cde3951a25;hp=e99dfcd4a2c428843386dc081aafa9207569e0ec;hpb=e527618da5f4521e884a9b0c8c7d0a7a8e859749;p=elogind.git diff --git a/src/service.c b/src/service.c index e99dfcd4a..70999f354 100644 --- a/src/service.c +++ b/src/service.c @@ -275,7 +275,13 @@ static int sysv_translate_facility(const char *name, const char *filename, char static const char * const table[] = { /* LSB defined facilities */ "local_fs", SPECIAL_LOCAL_FS_TARGET, +#ifndef TARGET_MANDRIVA + /* Due to unfortunate name selection in Mandriva, + * $network is provided by network-up which is ordered + * after network which actually starts interfaces. + * To break the loop, just ignore it */ "network", SPECIAL_NETWORK_TARGET, +#endif "named", SPECIAL_NSS_LOOKUP_TARGET, "portmap", SPECIAL_RPCBIND_TARGET, "remote_fs", SPECIAL_REMOTE_FS_TARGET,