diff options
author | Ori Bernstein <ori@eigenstate.org> | 2021-06-07 16:46:57 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-06-07 16:46:57 +0000 |
commit | 1bce186f6c5be32b218c1c176363cf372d3d5d0c (patch) | |
tree | be03e2bf3cdadda020909618bb592c1fc987302c /rc | |
parent | afe3c1c89a9ead7459691e9bf0d4e28f232bb929 (diff) | |
download | plan9front-1bce186f6c5be32b218c1c176363cf372d3d5d0c.tar.xz |
homespool: remove obsolete lp config tool
homespool configures directories that it seems
lp no longer usees. we can drop it.
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/homespool | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/rc/bin/homespool b/rc/bin/homespool deleted file mode 100755 index 629318323..000000000 --- a/rc/bin/homespool +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/rc - -echo creating spool directory -mkdir $home/spool -chmod 777 $home/spool -echo creating ctrl directory -mkdir $home/spool/ctrl -chmod 775 $home/spool/ctrl -echo creating seqno file -touch $home/spool/ctrl/seqno -echo creating options file -chmod 222 $home/spool/ctrl/seqno -cat >$home/spool/ctrl/options <<EOF -facedown -nobanner - $user -EOF |