projects
/
carnet-upgrade.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
121c5e4
)
Disable "backup exists" notices.
author
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Tue, 28 Apr 2009 09:32:27 +0000
(11:32 +0200)
committer
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Tue, 28 Apr 2009 09:32:27 +0000
(11:32 +0200)
src/functions.sh
patch
|
blob
|
history
diff --git
a/src/functions.sh
b/src/functions.sh
index
428a369
..
175d263
100644
(file)
--- a/
src/functions.sh
+++ b/
src/functions.sh
@@
-659,7
+659,7
@@
backup_slapd_db () {
[ -x /etc/init.d/freeradius ] && /etc/init.d/freeradius start || true
else
log "slapd backup already at $ldap_backup, skipping."
- notice "Backup slapd baze u $ldap_backup vec postoji!"
+ #notice "Backup slapd baze u $ldap_backup vec postoji!"
fi
}
@@
-683,7
+683,7
@@
backup_etc_dir () {
umask $old_umask
else
log "/etc backup already present in $etc_backup, skipping."
- notice "Backup /etc direktorija u $etc_backup vec postoji!"
+ #notice "Backup /etc direktorija u $etc_backup vec postoji!"
fi
}