diff options
author | Linux User <larena@df1844j.(none)> | 2009-12-09 08:09:59 +0000 |
---|---|---|
committer | Linux User <larena@df1844j.(none)> | 2009-12-09 08:09:59 +0000 |
commit | fc6f7a11cc78ec28ce5e5aaf7fe806abc9f33c8c (patch) | |
tree | 31c673d60adb5b7cf44adc272dd690b0157980f7 /testing/bacula/os.m4.patch | |
parent | d14ba6107e7837d93c1141cdcfd5ee8a3a6a8590 (diff) | |
download | aports-fc6f7a11cc78ec28ce5e5aaf7fe806abc9f33c8c.tar.bz2 aports-fc6f7a11cc78ec28ce5e5aaf7fe806abc9f33c8c.tar.xz |
testing/bacula: new aport
Diffstat (limited to 'testing/bacula/os.m4.patch')
-rw-r--r-- | testing/bacula/os.m4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/bacula/os.m4.patch b/testing/bacula/os.m4.patch new file mode 100644 index 00000000..95dc5666 --- /dev/null +++ b/testing/bacula/os.m4.patch @@ -0,0 +1,12 @@ +--- bacula-3.0.3-orig/autoconf/bacula-macros/os.m4 Sun Oct 18 09:10:16 2009 ++++ bacula-3.0.3/autoconf/bacula-macros/os.m4 Wed Dec 2 13:48:30 2009 +@@ -201,6 +201,9 @@ + elif test -f /etc/gentoo-release + then + DISTNAME=gentoo ++elif test -f /etc/alpine-release ++then ++ DISTNAME=alpine + elif test -f /etc/debian_version + then + DISTNAME=debian |