]> git.sur5r.net Git - bacula/bacula/commitdiff
Document group addition in rpm packages.
authorScott Barninger <scott@barninger.com>
Sun, 12 Sep 2004 14:12:36 +0000 (14:12 +0000)
committerScott Barninger <scott@barninger.com>
Sun, 12 Sep 2004 14:12:36 +0000 (14:12 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1594 91ce42f0-d328-0410-95d8-f526ca767f89

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

index bf74e917b0af1a5a6f9532eb075858d5686c99b0..cb71b45c7ebb80aefc4ca1e92f7fae5fc162934c 100644 (file)
@@ -662,6 +662,8 @@ 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 "See the manual chapter Running Bacula for details."
 fi
 
 %preun mysql
@@ -786,6 +788,8 @@ 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 "See the manual chapter Running Bacula for details."
 fi
 
 %preun sqlite
@@ -882,6 +886,8 @@ 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 "See the manual chapter Running Bacula for details."
 fi
        
 
@@ -925,6 +931,8 @@ 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 "See the manual chapter Running Bacula for details."
 fi
 
 %preun client
@@ -994,6 +1002,8 @@ echo "The database update scripts were installed to /etc/bacula/updatedb"
 
 
 %changelog
+* Sun Sep 12 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
+- add documentation to console for groupadd
 * Sat Sep 04 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
 - add support for running daemons as root.bacula
 - correct for change in location of floppy rescue files in 1.35.2
index bf74e917b0af1a5a6f9532eb075858d5686c99b0..cb71b45c7ebb80aefc4ca1e92f7fae5fc162934c 100644 (file)
@@ -662,6 +662,8 @@ 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 "See the manual chapter Running Bacula for details."
 fi
 
 %preun mysql
@@ -786,6 +788,8 @@ 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 "See the manual chapter Running Bacula for details."
 fi
 
 %preun sqlite
@@ -882,6 +886,8 @@ 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 "See the manual chapter Running Bacula for details."
 fi
        
 
@@ -925,6 +931,8 @@ 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 "See the manual chapter Running Bacula for details."
 fi
 
 %preun client
@@ -994,6 +1002,8 @@ echo "The database update scripts were installed to /etc/bacula/updatedb"
 
 
 %changelog
+* Sun Sep 12 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
+- add documentation to console for groupadd
 * Sat Sep 04 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
 - add support for running daemons as root.bacula
 - correct for change in location of floppy rescue files in 1.35.2