diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-25 07:09:43 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-25 07:09:43 +0200 |
commit | e06ca3a3ecf9e47141a446b25d86aba1fc03e851 (patch) | |
tree | e0e90673386db5ebc24f36f3b8a6bca5d64dfa32 | |
parent | 8bfd915415e624523eeccf2551df6ba57b40a407 (diff) | |
download | plan9front-e06ca3a3ecf9e47141a446b25d86aba1fc03e851.tar.xz |
lp: remove bogus test -w check and bind for /tmp
-rwxr-xr-x | rc/bin/lp | 2 | ||||
-rwxr-xr-x | sys/src/cmd/lp/lp.rc | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -27,8 +27,6 @@ bind -a $LPLIB/bin /bin # lp specific rc scripts bind -a $LPBIN /bin # lp specific compiled binaries path=(/bin) -if (! test -w /tmp) bind -bc $LPLIB/tmp /tmp - USAGE='usage: lp [-d printer] [-p process] [options] [files] lp [-d printer] -q lp [-d printer] -k jobnos diff --git a/sys/src/cmd/lp/lp.rc b/sys/src/cmd/lp/lp.rc index 92b9ceab2..a06848811 100755 --- a/sys/src/cmd/lp/lp.rc +++ b/sys/src/cmd/lp/lp.rc @@ -27,8 +27,6 @@ bind -a $LPLIB/bin /bin # lp specific rc scripts bind -a $LPBIN /bin # lp specific compiled binaries path=(/bin) -if (! test -w /tmp) bind -bc $LPLIB/tmp /tmp - USAGE='usage: lp [-d printer] [-p process] [options] [files] lp [-d printer] -q lp [-d printer] -k jobnos |