Home | History | Annotate | Line # | Download | only in rc.d
      1  1.1  cube #!/bin/sh
      2  1.1  cube #
      3  1.1  cube # $NetBSD: xfs.in,v 1.1 2008/12/05 18:55:22 cube Exp $
      4  1.1  cube #
      5  1.1  cube 
      6  1.1  cube # PROVIDE: xfs
      7  1.1  cube # REQUIRE: mountall cleartmp
      8  1.1  cube # BEFORE:  LOGIN
      9  1.1  cube 
     10  1.1  cube $_rc_subr_loaded . /etc/rc.subr
     11  1.1  cube 
     12  1.1  cube name="xfs"
     13  1.1  cube rcvar=$name
     14  1.1  cube command="@X11ROOTDIR@/bin/${name}"
     15  1.1  cube command_args="& sleep 2"
     16  1.1  cube required_files="/etc/X11/fs/config"
     17  1.1  cube extra_commands="reload"
     18  1.1  cube 
     19  1.1  cube load_rc_config $name
     20  1.1  cube run_rc_command "$1"
     21