]> git.pld-linux.org Git - packages/bacula.git/blob - bacula-branding.patch
Downloads URL changed
[packages/bacula.git] / bacula-branding.patch
1 diff -urN bacula-2.2.6.org/autoconf/configure.in bacula-2.2.6/autoconf/configure.in
2 --- bacula-2.2.6.org/autoconf/configure.in      2007-10-24 20:37:02.000000000 +0200
3 +++ bacula-2.2.6/autoconf/configure.in  2007-11-24 22:01:38.010721290 +0100
4 @@ -2094,6 +2094,13 @@
5    ;;
6  esac  
7  
8 +# force PLD branding
9 +DISTNAME="PLD/Linux"
10 +DISTVER=$(awk ' { print $1 " " $4  } ' /etc/pld-release 2> /dev/null)
11 +TAPEDRIVE="/dev/nst0"
12 +PSCMD="ps -e -o pid,command"
13 +
14 +
15  AC_SUBST(hostname)
16  
17  LIBS="$PTHREAD_LIB $LIBS"
This page took 0.026431 seconds and 3 git commands to generate.