[BACK]Return to cgd CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc / rc.d

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/rc.d/cgd between version 1.7 and 1.8

version 1.7, 2009/09/11 18:18:03 version 1.8, 2010/11/01 14:41:11
Line 23  cgd_start()
Line 23  cgd_start()
         fi          fi
 }  }
   
   cgd_stop()
   {
           if [ -f /etc/cgd/cgd.conf ]; then
                   print_rc_normal "Unconfiguring CGD devices."
                   cgdconfig -U
           fi
   }
   
 load_rc_config $name  load_rc_config $name
 run_rc_command "$1"  run_rc_command "$1"

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>