svn commit: r189694 - head/etc/rc.d

Guido van Rooij guido at FreeBSD.org
Wed Mar 11 05:55:13 PDT 2009


Author: guido
Date: Wed Mar 11 12:55:12 2009
New Revision: 189694
URL: http://svn.freebsd.org/changeset/base/189694

Log:
  Backout previous commit due to PEBKAC

Modified:
  head/etc/rc.d/swap1

Modified: head/etc/rc.d/swap1
==============================================================================
--- head/etc/rc.d/swap1	Wed Mar 11 12:53:16 2009	(r189693)
+++ head/etc/rc.d/swap1	Wed Mar 11 12:55:12 2009	(r189694)
@@ -11,7 +11,7 @@
 
 name="swap1"
 start_cmd='swapon -aq'
-stop_cmd='swapoff -aq'
+stop_cmd=':'
 
 load_rc_config swap
 run_rc_command "$1"


More information about the svn-src-head mailing list