118 Commits (6a32bb1c73de3f5cca1dd52a64b45736f9d80e4d)

Author SHA1 Message Date
  ajacoutot 5a04355915 Stop supporting the historical way of starting ypbind(8); that is setting 7 years ago
  ajacoutot 1627fc6dd3 Whitespace. 8 years ago
  ajacoutot 9d07915d24 Introduce an _rc_check_name() function to check the input script name so that 8 years ago
  ajacoutot a5540258b4 use tab. 8 years ago
  otto 5d0caaa4c4 signal name should be first, fixes reload; ok deraadt@ 8 years ago
  ajacoutot 43f35dae0e Experiment on matching on the daemon_user is over. It needs more work. 8 years ago
  ajacoutot af5c782a7a Revert the revert and match on the daemon_user again. 8 years ago
  ajacoutot 1ec36b20ca Revert matching on the daemon user for now; it breaks sndiod handling which 8 years ago
  ajacoutot d9a1e1c9a9 Bump copyright. 8 years ago
  ajacoutot 68ff67a573 Introduce rtable(4) support to rc.subr(8). 8 years ago
  ajacoutot 09f6f3d055 Extend _RC_RUNFILE (/var/run/rc.d/scriptname) content with: 8 years ago
  ajacoutot 06441a2afe Make it possible to get usage as a non-root user. 8 years ago
  ajacoutot 1832b2af4a Handle the rc_stop=NO => rc_restart=NO case within _rc_not_supported(). 8 years ago
  ajacoutot b2419890c3 Revert, rc.d scripts have been fixed. 9 years ago
  ajacoutot 27456e7c13 Comment the wait for start until I fix the x11 managers rc.d script. 9 years ago
  ajacoutot 643ff62e07 After starting, unconditionally wait up to $daemon_timeout seconds to check that 9 years ago
  ajacoutot da0a0680c3 Tidy up _rc_wait(). 9 years ago
  mpi d372622fa0 It does not make sense to insert a specific route for 224/4 when the 9 years ago
  ajacoutot 519b0a63e2 Missing local. 9 years ago
  ajacoutot 8e30a3b2d0 By default, require an exact match of the process name and argument list. 9 years ago
  ajacoutot b88e81ed5f Always use the default flags when running !start. 9 years ago
  ajacoutot 7010e004e3 Merge comments. 9 years ago
  ajacoutot ac115ca06b Really make daemon_class read-only; it's set to "daemon" of a matching 9 years ago
  ajacoutot 0a28878bd7 No more pf_rules ipsec_rules. 9 years ago
  ajacoutot 7a4b86c7fd Check arguments before eval so we don't end up with a cryptic error message. 9 years ago
  ajacoutot f5e5d874cf _rc_err(): only display error message if there's an actual one. 9 years ago
  ajacoutot e5c0d4b303 Fix return code of _rc_quirks(). 10 years ago
  ajacoutot 33a3eef999 Add a comment about the default values being duplicated in rcctl(8). 10 years ago
  ajacoutot 0e91bfff1b "reload" should fail if the service is not running in the first place. 10 years ago
  ajacoutot 812d1f29af Make it possible to pass a specific error code to _rc_err(). 10 years ago
  ajacoutot 319900ebf3 Put _rc_err argument under quotes to respect the syntax we are passing. 10 years ago
  ajacoutot 17144f935b Fix reversed logic. 10 years ago
  ajacoutot 4c9f4fe262 Drop uneeded parenthesis in usage(). 10 years ago
  ajacoutot d47492b8a8 Drop unused variables. 10 years ago
  ajacoutot c7aa843432 In debug mode, make it clear when we are using the default flags when 10 years ago
  ajacoutot f2e3ccb3b3 In debug mode (`-d'), only print the flags relevant to the rc.d(8) we are 10 years ago
  ajacoutot 8c90873b57 Drop sanitation, _rc_parse_conf does this for us already. 10 years ago
  ajacoutot c6a40b7e7e When running interactively, display the output of the "check" action 10 years ago
  ajacoutot 753cf82d49 Typo. 10 years ago
  kili 7d486d6dd1 Let _rc_parse_conf stick to parsing /etc/rc.conf and /etc/rc.conf.local 10 years ago
  ajacoutot 24ff923c17 Make it possible to pass arguments to _rc_parse_conf(). 10 years ago
  rpe 4e46003552 Don't return, just skip over non existing rc.conf or rc.conf.local file. 10 years ago
  ajacoutot f35ff6a688 In debug mode, properly sort and drop duplicates so that we don't end 10 years ago
  ajacoutot a3ad997f4b Fix evil typo (multicast_hosts -> multicast_host). 10 years ago
  robert 602dc15331 replace the heavy shell magic in quirks to handle backward compat with simpler 10 years ago
  robert e7fd0565a5 Make rc.conf a parsed configuration file and stop sourcing it as a shell 10 years ago
  ajacoutot a64ae366b4 Add a daemon_timeout variable for rc_wait(). 10 years ago
  ajacoutot 1c92814c6f White spaces. 10 years ago
  otto 0128b80ac5 no double negatives in error message; ok aja@ 11 years ago
  zhuk 20eba9a34f Show only available actions in RC script usage messages. 11 years ago