1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/ElectricFence/files/patch-ef.sh
David E. O'Brien 704b5e096e Fix incompatiblities in the script.
Submitted by: Victoria E. Lease <vlease@floofy-skirts.org>
2001-05-03 08:34:57 +00:00

15 lines
276 B
Bash

--- ef.sh.orig Wed May 2 21:17:33 2001
+++ ef.sh Wed May 2 21:17:40 2001
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/bin/sh
#
@@ -16,5 +16,5 @@
# Set the environment to load eletric fence.
(\
-export LD_PRELOAD=libefence.so.0.0;\
+export LD_PRELOAD=libefence.so.0;\
exec $*;\
)