homespool: remove obsolete lp config tool

homespool configures directories that it seems
lp no longer usees. we can drop it.
Ori Bernstein 2021-06-07 16:46:57 +00:00
parent afe3c1c89a
commit 1bce186f6c
1 changed files with 0 additions and 17 deletions

View File

@ -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