disabled logging

This commit is contained in:
Serghey Rodin 2012-08-17 16:59:33 +03:00
commit e30eb7d3ce
9 changed files with 15 additions and 19 deletions

View file

@ -75,8 +75,8 @@ fi
# Vesta #
#----------------------------------------------------------#
# Logging
log_history "$EVENT"
log_event "$OK" "$EVENT"
# No Logging
#log_history "$EVENT"
#log_event "$OK" "$EVENT"
exit

View file

@ -33,7 +33,7 @@ done
# Vesta #
#----------------------------------------------------------#
# Logging
log_event "$OK" "$EVENT"
# No Logging
#log_event "$OK" "$EVENT"
exit

View file

@ -55,7 +55,6 @@ echo $str >> $HOMEDIR/$user/conf/mail/$domain/passwd
update_object_value "mail/$domain" 'ACCOUNT' "$account" '$SUSPENDED' 'yes'
# Logging
log_history "$EVENT"
log_event "$OK" "$EVENT"
exit

View file

@ -47,8 +47,7 @@ done
# Vesta #
#----------------------------------------------------------#
# Logging
log_history "$EVENT"
log_event "$OK" "$EVENT"
# No Logging
#log_event "$OK" "$EVENT"
exit

View file

@ -56,7 +56,6 @@ echo $str >> $HOMEDIR/$user/conf/mail/$domain/passwd
update_object_value "mail/$domain" 'ACCOUNT' "$account" '$SUSPENDED' 'no'
# Logging
log_history "$EVENT"
log_event "$OK" "$EVENT"
exit

View file

@ -47,8 +47,7 @@ done
# Vesta #
#----------------------------------------------------------#
# Logging
log_history "$EVENT"
log_event "$OK" "$EVENT"
# No Logging
#log_event "$OK" "$EVENT"
exit

View file

@ -55,7 +55,7 @@ esac
# Vesta #
#----------------------------------------------------------#
# Logging
log_event "$OK" "$EVENT"
# No Logging
#log_event "$OK" "$EVENT"
exit

View file

@ -131,7 +131,7 @@ done
# Vesta #
#----------------------------------------------------------#
# Logging
log_event "$OK" "$EVENT"
# No Logging
#log_event "$OK" "$EVENT"
exit

View file

@ -117,7 +117,7 @@ chown -R $user:$(groups $user| cut -f 3 -d ' ') $dir
# Vesta #
#----------------------------------------------------------#
# Logging
log_event "$OK" "$EVENT"
# No Logging
#log_event "$OK" "$EVENT"
exit