Skip to content

Commit

Permalink
fixes ubuntu configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
  • Loading branch information
joergsteffens authored and Marco van Wieringen committed Feb 17, 2015
1 parent f581870 commit 4be9cf9
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions autoconf/configure.in
Expand Up @@ -3262,19 +3262,11 @@ osx)
debian)
TAPEDRIVE="/dev/nst0"
PSCMD="ps -e -o pid,command"
if test "$DISTNAME" = "ubuntu" ; then
PFILES="${PFILES} \
platforms/ubuntu/Makefile \
platforms/ubuntu/bareos-fd \
platforms/ubuntu/bareos-sd \
platforms/ubuntu/bareos-dir"
else
PFILES="${PFILES} \
PFILES="${PFILES} \
platforms/debian/Makefile \
platforms/debian/bareos-fd \
platforms/debian/bareos-sd \
platforms/debian/bareos-dir"
fi
;;
freebsd)
VER=`echo $DISTVER | cut -c 1`
Expand Down Expand Up @@ -3411,6 +3403,15 @@ suse)
platforms/suse/bareos-dir \
platforms/suse/bareos"
;;
ubuntu)
TAPEDRIVE="/dev/nst0"
PSCMD="ps -e -o pid,command"
PFILES="${PFILES} \
platforms/ubuntu/Makefile \
platforms/ubuntu/bareos-fd \
platforms/ubuntu/bareos-sd \
platforms/ubuntu/bareos-dir"
;;
unknown)
TAPEDRIVE="/dev/nst0"
;;
Expand Down

0 comments on commit 4be9cf9

Please sign in to comment.