]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- fix %banner
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Oct 2010 14:04:48 +0000 (14:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula.spec -> 1.151

bacula.spec

index e94657641169a4cfeb8ab194b09ea5e96bf27ee0..6cc7ff871cf6d948ad42a74987b11095631413c6 100644 (file)
@@ -674,9 +674,8 @@ rm -rf $RPM_BUILD_ROOT
 %groupadd -P %{name}-common -g 136 -r -f bacula
 %useradd -P %{name}-common -u 136 -r -d /var/lib/bacula -s /bin/false -c "Bacula User" -g bacula bacula
 
-
 %define update_configs \
-echo "Updating bacula passwords and names..." | %banner \
+echo "Updating bacula passwords and names..." | %banner -a %{name} \
 cd /etc/bacula \
 for f in *-password ; do \
        if [ ! -s $f ] ; then \
This page took 0.050415 seconds and 4 git commands to generate.