Index: stable/10/etc/rc.d/automount =================================================================== --- stable/10/etc/rc.d/automount (revision 289518) +++ stable/10/etc/rc.d/automount (revision 289519) @@ -1,31 +1,31 @@ #!/bin/sh # # $FreeBSD$ # # PROVIDE: automount -# REQUIRE: nfsclient +# REQUIRE: nfsclient automountd # KEYWORD: nojail shutdown . /etc/rc.subr name="automount" rcvar="autofs_enable" start_cmd="automount_start" stop_cmd="automount_stop" required_modules="autofs" automount_start() { /usr/sbin/automount ${automount_flags} } automount_stop() { /sbin/umount -At autofs } load_rc_config $name run_rc_command "$1" Index: stable/10/etc/rc.d/automountd =================================================================== --- stable/10/etc/rc.d/automountd (revision 289518) +++ stable/10/etc/rc.d/automountd (revision 289519) @@ -1,19 +1,19 @@ #!/bin/sh # # $FreeBSD$ # # PROVIDE: automountd -# REQUIRE: automount +# REQUIRE: DAEMON # KEYWORD: nojail . /etc/rc.subr name="automountd" rcvar="autofs_enable" pidfile="/var/run/${name}.pid" command="/usr/sbin/${name}" required_modules="autofs" load_rc_config $name run_rc_command "$1" Index: stable/10/etc/rc.d/autounmountd =================================================================== --- stable/10/etc/rc.d/autounmountd (revision 289518) +++ stable/10/etc/rc.d/autounmountd (revision 289519) @@ -1,18 +1,18 @@ #!/bin/sh # # $FreeBSD$ # # PROVIDE: autounmountd -# REQUIRE: nfsclient +# REQUIRE: DAEMON # KEYWORD: nojail . /etc/rc.subr name="autounmountd" rcvar="autofs_enable" pidfile="/var/run/${name}.pid" command="/usr/sbin/${name}" load_rc_config $name run_rc_command "$1" Index: stable/10 =================================================================== --- stable/10 (revision 289518) +++ stable/10 (revision 289519) Property changes on: stable/10 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r287951