Up to [cvs.NetBSD.org] / src / doc
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-7-0-RC1
Revision 1.1967.2.12 / (download) - annotate - [select for diffs], Tue Apr 21 05:22:58 2015 UTC (5 years, 9 months ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Changes since 1.1967.2.11: +3 -2
lines
Diff to previous 1.1967.2.11 (colored) to branchpoint 1.1967 (colored) next main 1.1968 (colored)
Pull up following revision(s) (requested by ast in ticket #636): distrib/sets/lists/base/mi: revision 1.1098 distrib/sets/lists/man/mi: revision 1.1498 doc/CHANGES: patch usr.sbin/Makefile: revision 1.270 usr.sbin/service/Makefile: revision 1.1 usr.sbin/service/service: revision 1.1-1.7 usr.sbin/service/service.8: revisions 1.1-1.4 Import a substantially modified service(8) command from FreeBSD to manage rc.d scripts. This command is well known on most other Unixes and should help soften the learning curve for Unix admins coming to NetBSD. -- Make the usage appear more standard. -- Sort options. Use An -nosplit in AUTHORS section. -- Remove -f option as rc_fast is not set in invocation mode. Do the load_rc_config *after* option parsing. Catch conflicting -e + -l option specs. -- Integrate some feedback gleened from tech-userlevel@netbsd.org Avoid ls -P so that script can also run pre-netbsd-7. Make sure /etc/rc.conf.d configurations are supported. -- cosmetic change in man 8 service use shell quoting in a safe way as suggested by Alan Barrett -- More shell quoting. /etc/rc.d/* file names with embedded spaces are not expected to work, but let's quote them anyway.