aboutsummaryrefslogtreecommitdiff
path: root/comms/gfax/files/patch-gfax.in
diff options
context:
space:
mode:
Diffstat (limited to 'comms/gfax/files/patch-gfax.in')
-rw-r--r--comms/gfax/files/patch-gfax.in27
1 files changed, 0 insertions, 27 deletions
diff --git a/comms/gfax/files/patch-gfax.in b/comms/gfax/files/patch-gfax.in
deleted file mode 100644
index 16e681a622f0..000000000000
--- a/comms/gfax/files/patch-gfax.in
+++ /dev/null
@@ -1,27 +0,0 @@
---- gfax.in.orig Mon Jan 31 18:03:09 2005
-+++ gfax.in Thu May 12 18:12:41 2005
-@@ -11,19 +11,19 @@
- # CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECT-
- # ION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- #
--RNAME=G$$
- # don't change this spool directory, gfax uses it.
--SPOOL_DIR=@eprefix@/var/spool/gfax
-+SPOOL_DIR=/var/spool/gfax
-+RNAME=`mktemp -q $SPOOL_DIR/D.XXXXXX` || exit 1
- STD=no
-
- if [ -s /dev/stdin ]; then
-- cat > $SPOOL_DIR/D.$RNAME
-+ cat > $RNAME
- STD=yes
- fi
-
- if [ $STD = "yes" ]; then
-- exec mono @prefix@/lib/gfax/gfax.exe -f $SPOOL_DIR/D.$RNAME &
-- #rm -f $SPOOL_DIR/D.$RNAME
-+ exec mono @prefix@/lib/gfax/gfax.exe -f $RNAME &
-+ #rm -f $RNAME
- exit 0
- fi
-