homespool: remove obsolete lp config tool
homespool configures directories that it seems lp no longer usees. we can drop it.
This commit is contained in:
parent
afe3c1c89a
commit
1bce186f6c
1 changed files with 0 additions and 17 deletions
|
@ -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
|
Loading…
Reference in a new issue