summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/amd
Commit message (Collapse)AuthorAgeFilesLines
* Fix style bugs:schweikh2002-10-121-3/+3
| | | | | | | | | | * Space -> tabs conversion. * Removed blanks before semicolon in "if ... ; then". * Proper indentation of misindented lines. * Put a full stop after some comments. * Removed whitespace at end of line. Approved by: silence from gordon
* Fix implementation of rc variables $amd_flags and $amd_map_program inrse2002-09-181-2/+2
| | | | | | | rcNG. The $amd_flags variable was already taken over into $rc_flags by run_rc_command() when amd_precmd() is executed, so changing $amd_flags there no longer effects the actual execution of amd. Hence in amd_precmd() the $rc_flags have to be adjusted instead.
* Convert from `${CMD_OSTYPE}` to ${OSTYPE}. This saves a shell invocation ongordon2002-09-061-2/+2
| | | | OS-dependent case switches.
* Clean up the scripts to use the new variables:gordon2002-08-141-1/+1
| | | | | | | | | | | | | | | | xntpd_* -> ntpd_* portmap_* -> rpcbind_* Also change single_mountd_enable -> mountd_enable Changing the mountd flags brings us closer to NetBSD. All of the old variable names are shimmed so you can continue to use the old variable name. Finally make /etc/rc.d/mountd no longer dependent on nfs as there are (apparently) other consumers of mountd. Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Fix the amd invocation to honor the amd_flags setting.jdp2002-06-241-1/+1
| | | | Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Hone the rpcbind dependency checking.dougb2002-06-211-2/+2
| | | | Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Anonymize the "portmap" program to get better compatibility withdougb2002-06-201-2/+4
| | | | | | rpcbind in -current. Submitted by: Alexander Kabaev <ak03@gte.com>
* Merge in all the changes that Mike Makonnen has been maintaining for agordon2002-06-131-9/+56
| | | | | | | | while. This is only the script pieces, the glue for the build comes next. Submitted by: Mike Makonnen <makonnen@pacbell.net> Reviewed by: silence on -current and -hackers Prodded by: rwatson
* Import the NetBSD 1.5 RC system.obrien2001-06-161-0/+21
Note that `rc' and `rc.shutdown' could not be imported because we already have files with those names.
OpenPOWER on IntegriCloud