]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix group_file var in post scripts.
authorScott Barninger <scott@barninger.com>
Fri, 14 Jan 2005 21:40:13 +0000 (21:40 +0000)
committerScott Barninger <scott@barninger.com>
Fri, 14 Jan 2005 21:40:13 +0000 (21:40 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1804 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/platforms/mandrake/bacula.spec.in
bacula/platforms/redhat/bacula.spec.in
bacula/platforms/suse/bacula.spec.in

index e80617128d8643dbce787cb311391afb0a9bb6cb..99ebd537a245643d00f91cbc155202cf6fa49147 100644 (file)
@@ -761,7 +761,7 @@ fi
 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
 if [ -z $HAVE_BACULA ]; then
        %{groupadd} -r %{daemon_group} > /dev/null 2>&1
-       echo "The group %{daemon_group} has been added to %{groupfile}."
+       echo "The group %{daemon_group} has been added to %{group_file}."
        echo "See the manual chapter Running Bacula for details."
 fi
 
@@ -898,7 +898,7 @@ fi
 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
 if [ -z $HAVE_BACULA ]; then
        %{groupadd} -r %{daemon_group} > /dev/null 2>&1
-       echo "The group %{daemon_group} has been added to %{groupfile}."
+       echo "The group %{daemon_group} has been added to %{group_file}."
        echo "See the manual chapter Running Bacula for details."
 fi
 
@@ -1068,7 +1068,7 @@ fi
 HAVE_BACULA=`cat %{group_file} | grep %{daemon_group} 2>/dev/null`
 if [ -z $HAVE_BACULA ]; then
        %{groupadd} -r %{daemon_group} > /dev/null 2>&1
-       echo "The group %{daemon_group} has been added to %{groupfile}."
+       echo "The group %{daemon_group} has been added to %{group_file}."
        echo "See the manual chapter Running Bacula for details."
 fi
 
@@ -1148,6 +1148,8 @@ echo "The database update scripts were installed to /etc/bacula/updatedb"
 
 
 %changelog
+* Fri Jan 14 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
+- fix {group_file} variable in post scripts
 * Thu Dec 30 2004 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - add distribution checking and custom Distribution tag
 * Thu Dec 09 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
index e80617128d8643dbce787cb311391afb0a9bb6cb..99ebd537a245643d00f91cbc155202cf6fa49147 100644 (file)
@@ -761,7 +761,7 @@ fi
 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
 if [ -z $HAVE_BACULA ]; then
        %{groupadd} -r %{daemon_group} > /dev/null 2>&1
-       echo "The group %{daemon_group} has been added to %{groupfile}."
+       echo "The group %{daemon_group} has been added to %{group_file}."
        echo "See the manual chapter Running Bacula for details."
 fi
 
@@ -898,7 +898,7 @@ fi
 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
 if [ -z $HAVE_BACULA ]; then
        %{groupadd} -r %{daemon_group} > /dev/null 2>&1
-       echo "The group %{daemon_group} has been added to %{groupfile}."
+       echo "The group %{daemon_group} has been added to %{group_file}."
        echo "See the manual chapter Running Bacula for details."
 fi
 
@@ -1068,7 +1068,7 @@ fi
 HAVE_BACULA=`cat %{group_file} | grep %{daemon_group} 2>/dev/null`
 if [ -z $HAVE_BACULA ]; then
        %{groupadd} -r %{daemon_group} > /dev/null 2>&1
-       echo "The group %{daemon_group} has been added to %{groupfile}."
+       echo "The group %{daemon_group} has been added to %{group_file}."
        echo "See the manual chapter Running Bacula for details."
 fi
 
@@ -1148,6 +1148,8 @@ echo "The database update scripts were installed to /etc/bacula/updatedb"
 
 
 %changelog
+* Fri Jan 14 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
+- fix {group_file} variable in post scripts
 * Thu Dec 30 2004 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - add distribution checking and custom Distribution tag
 * Thu Dec 09 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
index e80617128d8643dbce787cb311391afb0a9bb6cb..99ebd537a245643d00f91cbc155202cf6fa49147 100644 (file)
@@ -761,7 +761,7 @@ fi
 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
 if [ -z $HAVE_BACULA ]; then
        %{groupadd} -r %{daemon_group} > /dev/null 2>&1
-       echo "The group %{daemon_group} has been added to %{groupfile}."
+       echo "The group %{daemon_group} has been added to %{group_file}."
        echo "See the manual chapter Running Bacula for details."
 fi
 
@@ -898,7 +898,7 @@ fi
 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
 if [ -z $HAVE_BACULA ]; then
        %{groupadd} -r %{daemon_group} > /dev/null 2>&1
-       echo "The group %{daemon_group} has been added to %{groupfile}."
+       echo "The group %{daemon_group} has been added to %{group_file}."
        echo "See the manual chapter Running Bacula for details."
 fi
 
@@ -1068,7 +1068,7 @@ fi
 HAVE_BACULA=`cat %{group_file} | grep %{daemon_group} 2>/dev/null`
 if [ -z $HAVE_BACULA ]; then
        %{groupadd} -r %{daemon_group} > /dev/null 2>&1
-       echo "The group %{daemon_group} has been added to %{groupfile}."
+       echo "The group %{daemon_group} has been added to %{group_file}."
        echo "See the manual chapter Running Bacula for details."
 fi
 
@@ -1148,6 +1148,8 @@ echo "The database update scripts were installed to /etc/bacula/updatedb"
 
 
 %changelog
+* Fri Jan 14 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
+- fix {group_file} variable in post scripts
 * Thu Dec 30 2004 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - add distribution checking and custom Distribution tag
 * Thu Dec 09 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>