2
0

mountd.init 89 B

123456789101112
  1. #!/bin/sh /etc/rc.common
  2. START=80
  3. start()
  4. {
  5. /sbin/mountd
  6. }
  7. stop()
  8. {
  9. killall mountd
  10. }