From a688a228908de3a67b90a4b5bdcbe7c0cb320329 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 17 Jul 2010 11:49:16 +0200 Subject: [PATCH] update configure --- bacula/configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacula/configure b/bacula/configure index 38632d9822..f0215fd7cf 100755 --- a/bacula/configure +++ b/bacula/configure @@ -15954,6 +15954,9 @@ then elif test -f /etc/engarde-version then DISTNAME=engarde +elif test -f /etc/arch-release +then + DISTNAME=archlinux elif test "$CYGWIN" = yes then DISTNAME=cygwin -- 2.39.5