From 3e1a4b895c1912255929451b70abc8d84eac283a 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 3183959c5f..6974cd0658 100755 --- a/bacula/configure +++ b/bacula/configure @@ -15963,6 +15963,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