Deleted Added
full compact
archdep (180563) archdep (193119)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/archdep 180563 2008-07-16 19:22:48Z dougb $
3# $FreeBSD: head/etc/rc.d/archdep 193119 2009-05-30 21:51:38Z dougb $
4#
5
6# PROVIDE: archdep
7# REQUIRE: mountcritremote
8# KEYWORD: nojail
9
10. /etc/rc.subr
11
4#
5
6# PROVIDE: archdep
7# REQUIRE: mountcritremote
8# KEYWORD: nojail
9
10. /etc/rc.subr
11
12name=archdep
12name="archdep"
13start_cmd="archdep_start"
14stop_cmd=":"
15
16archdep_start()
17{
18 local _arch
19
20 _arch=`${SYSCTL_N} hw.machine_arch`

--- 25 unchanged lines hidden ---
13start_cmd="archdep_start"
14stop_cmd=":"
15
16archdep_start()
17{
18 local _arch
19
20 _arch=`${SYSCTL_N} hw.machine_arch`

--- 25 unchanged lines hidden ---