diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-12 00:27:11 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-12 00:27:11 +0000 |
commit | 994606821c685d34a99f890ea6e59bdfdc756dbd (patch) | |
tree | 67585d0de7216d1ba5f19745933cc14134d6d7d9 /usr/glenda/bin/rc/pull | |
parent | ac751cc6ef1594810e5f9b5c10124dd430dbde75 (diff) | |
download | plan9front-994606821c685d34a99f890ea6e59bdfdc756dbd.tar.xz |
more sane livecd startup
Diffstat (limited to 'usr/glenda/bin/rc/pull')
-rwxr-xr-x | usr/glenda/bin/rc/pull | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/usr/glenda/bin/rc/pull b/usr/glenda/bin/rc/pull deleted file mode 100755 index 42b5ecc27..000000000 --- a/usr/glenda/bin/rc/pull +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/rc - -rfork e -flags=() -while(! ~ $#* 0 && ~ $1 -*){ - if(~ $1 -c -s){ - flags=($flags $1) - shift - } - flags=($flags $1) - shift -} -if(test -f /srv/kfs.cmd) - disk/kfscmd allow -replica/pull -v $flags /dist/replica/network $* -if(test -f /srv/kfs.cmd) - disk/kfscmd disallow |