gil ran escribió: > Hi. > > I want my ypbind daemon to start only if network is enabled. > > If the network is not enabled, I want ypbind to silently not start (no > fail reqs and stuff). > > Any ideas? > > Gil Ran. >
The easyest way is to put it in an also_start on net/* (net/net.i). Or you can check this in the script, with net-tools or iproute, and use "use = network" (you must change the network_provider at net/*, with provide = network"). -- _______________________________________________ Initng mailing list [email protected] http://jw.dyndns.org/mailman/listinfo/initng
