diff options
author | Herb Lewis <herb@samba.org> | 1997-10-24 18:41:08 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1997-10-24 18:41:08 +0000 |
commit | 3a25722080b18de19c89c190e64de89317cabcfa (patch) | |
tree | 94d211b90c7ff68094bab491508849f3ce86d981 /packaging/SGI/sambalp | |
parent | 1bdf2d8fa57c9471ab38d67e07c92a9421973f0f (diff) | |
download | samba-3a25722080b18de19c89c190e64de89317cabcfa.tar.gz samba-3a25722080b18de19c89c190e64de89317cabcfa.tar.bz2 samba-3a25722080b18de19c89c190e64de89317cabcfa.zip |
update SGI build files to latest source
(This used to be commit f492bd51a61cbe6dd4f1971491b760fc7ebd2554)
Diffstat (limited to 'packaging/SGI/sambalp')
-rw-r--r-- | packaging/SGI/sambalp | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/packaging/SGI/sambalp b/packaging/SGI/sambalp index d7c6be2a2d..cb95ef089f 100644 --- a/packaging/SGI/sambalp +++ b/packaging/SGI/sambalp @@ -7,15 +7,14 @@ # printer type I configure on the Win95-side for printing with # Samba). # -# the sed script fixes 3 different bugs. The first line removes -# the JCL statements added by some HP printer drivers to the -# beginning of the postscript output. The second line fixes a -# bug in output from word files with long filenames. A non-printing +# the perl script fixes 3 different bugs. +# 1. remove the JCL statements added by some HP printer drivers to the +# beginning of the postscript output. +# 2. Fix a bug in output from word files with long filenames. A non-printing # character added to the end of the title comment by word is -# removed. The third and fourth lines are the VM fix described -# above. +# removed. +# 3. The VM fix described above. # -TITLE="$3 on $4" -sed -f /usr/samba/bin/psfixes.sed $2 | /usr/bin/lp -c -d$1 -t"$TITLE" +/usr/samba/bin/psfixes.pl $2 | /usr/bin/lp -c -d$1 -t"$3 on $4" rm $2 |