summaryrefslogtreecommitdiffstats
path: root/packaging/SGI/sambalp
diff options
context:
space:
mode:
authorcvs2svn Import User <samba-bugs@samba.org>1997-10-10 14:46:44 +0000
committercvs2svn Import User <samba-bugs@samba.org>1997-10-10 14:46:44 +0000
commit4480ee713f3ebaaf6852c2e3a5967b30e587f7db (patch)
tree70a8a34fa622fd9adef3dd7f65da299bf6c3e48a /packaging/SGI/sambalp
parent3590a783338defa4ff1385b2d5bb095c5051ac82 (diff)
downloadsamba-4480ee713f3ebaaf6852c2e3a5967b30e587f7db.tar.gz
samba-4480ee713f3ebaaf6852c2e3a5967b30e587f7db.tar.xz
samba-4480ee713f3ebaaf6852c2e3a5967b30e587f7db.zip
This commit was manufactured by cvs2svn to create tag 'samba'.samba-misc-tags/samba
Diffstat (limited to 'packaging/SGI/sambalp')
-rw-r--r--packaging/SGI/sambalp21
1 files changed, 0 insertions, 21 deletions
diff --git a/packaging/SGI/sambalp b/packaging/SGI/sambalp
deleted file mode 100644
index d7c6be2a2d4..00000000000
--- a/packaging/SGI/sambalp
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh
-#
-# Workaround Win95 printer driver/Impressario bug by removing
-# the PS check for available virtual memory. Note that this
-# bug appears to be in all Win95 print drivers that generate
-# PostScript; but is for certain there with a QMS-PS 810 (the
-# 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
-# character added to the end of the title comment by word is
-# removed. The third and fourth lines are 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"
-rm $2