diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-26 07:02:03 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-26 07:02:03 +0200 |
commit | 55d4dec59378ab4e57f4f281b517b495bb9d894c (patch) | |
tree | ffac89ec665611e516e5e63da4914acc67318959 /rc/bin/service | |
parent | 7432617f6a2ed3698d2d54abd3ebfde6b4407184 (diff) | |
download | plan9front-55d4dec59378ab4e57f4f281b517b495bb9d894c.tar.xz |
more manpage cleanup
Diffstat (limited to 'rc/bin/service')
-rwxr-xr-x | rc/bin/service/startcifs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/rc/bin/service/startcifs b/rc/bin/service/startcifs deleted file mode 100755 index 34d6048cc..000000000 --- a/rc/bin/service/startcifs +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/rc -# startcifs - (re)start cifs (smb) server -echo killing old cifs server -Kill aquarela | rc - -echo starting new cifs server -@ { - echo 'srv -A local' >>/srv/fscons - sleep 2 - chmod 666 /srv/local - 9fs local - cd /sys/log - aquarela -} & |