head 1.3; access; symbols netbsd-10-0-RELEASE:1.3 netbsd-10-0-RC6:1.3 netbsd-10-0-RC5:1.3 netbsd-10-0-RC4:1.3 netbsd-10-0-RC3:1.3 netbsd-10-0-RC2:1.3 netbsd-10-0-RC1:1.3 netbsd-10:1.3.0.8 netbsd-10-base:1.3 netbsd-9-3-RELEASE:1.1.6.2 cjep_sun2x-base1:1.3 cjep_sun2x:1.3.0.6 cjep_sun2x-base:1.3 cjep_staticlib_x-base1:1.3 netbsd-9-2-RELEASE:1.1.6.2 cjep_staticlib_x:1.3.0.4 cjep_staticlib_x-base:1.3 netbsd-9-1-RELEASE:1.1.6.2 phil-wifi-20200421:1.3 phil-wifi-20200411:1.3 is-mlppp:1.3.0.2 is-mlppp-base:1.3 phil-wifi-20200406:1.3 netbsd-9-0-RELEASE:1.1.6.2 netbsd-9-0-RC2:1.1.6.2 netbsd-9-0-RC1:1.1.6.1 phil-wifi-20191119:1.2 netbsd-9:1.1.0.6 netbsd-9-base:1.1 phil-wifi-20190609:1.1 pgoyette-compat-merge-20190127:1.1 pgoyette-compat-20190127:1.1 pgoyette-compat-20190118:1.1 pgoyette-compat-1226:1.1 pgoyette-compat-1126:1.1 pgoyette-compat-1020:1.1 pgoyette-compat-0930:1.1 pgoyette-compat-0906:1.1 pgoyette-compat-0728:1.1 phil-wifi:1.1.0.4 phil-wifi-base:1.1 pgoyette-compat-0625:1.1 pgoyette-compat-0521:1.1 pgoyette-compat-0502:1.1 pgoyette-compat-0422:1.1 pgoyette-compat-0415:1.1 pgoyette-compat-0407:1.1 pgoyette-compat-0330:1.1 pgoyette-compat-0322:1.1 pgoyette-compat-0315:1.1 pgoyette-compat:1.1.0.2 pgoyette-compat-base:1.1; locks; strict; comment @# @; 1.3 date 2020.01.27.08.33.24; author kim; state Exp; branches; next 1.2; commitid Q7WGDnADuMyRZiUB; 1.2 date 2019.08.07.19.30.00; author nakayama; state Exp; branches; next 1.1; commitid fRwEqCelXNOSb8yB; 1.1 date 2018.01.09.03.31.14; author christos; state Exp; branches 1.1.4.1 1.1.6.1; next ; commitid nhHsbnoK9vzLm9mA; 1.1.4.1 date 2020.04.08.14.03.57; author martin; state Exp; branches; next 1.1.4.2; commitid Qli2aW9E74UFuA3C; 1.1.4.2 date 2020.04.13.07.45.46; author martin; state Exp; branches; next ; commitid X01YhRUPVUDaec4C; 1.1.6.1 date 2019.08.08.11.48.58; author martin; state Exp; branches; next 1.1.6.2; commitid 3yiC8JoGmfyQBdyB; 1.1.6.2 date 2020.01.31.11.19.58; author martin; state Exp; branches; next ; commitid 3wkd0v8y8VS8NPUB; desc @@ 1.3 log @Add NetBSD ID @ text @#!/bin/sh # # $NetBSD$ # # PROVIDE: autounmountd # REQUIRE: DAEMON # KEYWORD: nojail $_rc_subr_loaded . /etc/rc.subr name="autounmountd" rcvar="autofs" pidfile="/var/run/${name}.pid" command="/usr/sbin/${name}" load_rc_config $name run_rc_command "$1" @ 1.2 log @Add $_rc_subr_loaded before ". /etc/rc.subr" for speedup and consistency. @ text @d3 1 a3 1 # $FreeBSD$ @ 1.1 log @Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet @ text @d10 1 a10 1 . /etc/rc.subr @ 1.1.4.1 log @Merge changes from current as of 20200406 @ text @d3 1 a3 1 # $NetBSD$ @ 1.1.4.2 log @Mostly merge changes from HEAD upto 20200411 @ text @d10 1 a10 1 $_rc_subr_loaded . /etc/rc.subr @ 1.1.6.1 log @Pull up following revision(s) (requested by nakayama in ticket #30): etc/rc.d/autounmountd: revision 1.2 etc/rc.d/ip6addrctl: revision 1.3 etc/rc.d/automountd: revision 1.2 etc/rc.d/automount: revision 1.2 Add $_rc_subr_loaded before ". /etc/rc.subr" for speedup and consistency. @ text @d10 1 a10 1 $_rc_subr_loaded . /etc/rc.subr @ 1.1.6.2 log @Pull up following revision(s) (requested by kim in ticket #675): etc/rc.d/autounmountd: revision 1.3 etc/rc.d/ip6addrctl: revision 1.4 Add NetBSD ID @ text @d3 1 a3 1 # $NetBSD$ @