Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 70584 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.orig (-3 / +3 lines)
Lines 31-37 Link Here
31
# debian	compile for debian system (i.e. if you want to make a debian package)
31
# debian	compile for debian system (i.e. if you want to make a debian package)
32
# default	compile for a normal system (i.e. everything goes to /usr/local)
32
# default	compile for a normal system (i.e. everything goes to /usr/local)
33
# NOTE: Leave this undefined if you just want to check out ixbiff first (i.e. you don't want to install anything)
33
# NOTE: Leave this undefined if you just want to check out ixbiff first (i.e. you don't want to install anything)
34
SYSTYPE = "debian"
34
SYSTYPE = "default"
35
35
36
export SYSTYPE
36
export SYSTYPE
37
export DESTDIR
37
export DESTDIR
38
-- src/ixbiff.sh.orig  2004-11-10 00:47:22.217722960 -0500
38
++ src/ixbiff.sh       2004-11-10 00:47:35.196749848 -0500
Lines 27-33 Link Here
27
#  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
#  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
#  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
#  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
29
30
DAEMON="/usr/local/sbin/ixbiff"
30
DAEMON="/sbin/ixbiff"
31
31
32
###############################################
32
###############################################
33
33

Return to bug 70584