Stop method for swap1 script was introduced, because gmirror needed it.

Now gmirror use shutdown hooks to mark mirrors as clean on shutdown,
so this is not needed anymore.
This commit is contained in:
Pawel Jakub Dawidek 2004-11-05 12:38:27 +00:00
parent 6349471be3
commit d04ecb5f44
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137255

View file

@ -12,7 +12,7 @@
name="swap1"
start_cmd='swapon -a'
stop_cmd='swapoff -a'
stop_cmd=':'
load_rc_config swap
run_rc_command "$1"