]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - etc/rc.d/swap1
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / etc / rc.d / swap1
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: localswap
7 # REQUIRE: disks
8 # KEYWORD: nojail shutdown
9
10 . /etc/rc.subr
11
12 name="swap1"
13 start_cmd='swapon -aq'
14 stop_cmd=':'
15
16 load_rc_config swap
17 run_rc_command "$1"