Template /etc/sogo/sogo.conf instead of /var/lib/sogo/GNUstep/Defaults/.GNUstepDefaults

tags/ipasserelle-groupware-0.2.37-1
Daniel Berteaud 11 years ago
parent f34b69c279
commit fd56f72c98
  1. 2
      createlinks
  2. 2
      root/etc/e-smith/events/actions/sogo-upgrade
  3. 0
      root/etc/e-smith/templates.metadata/etc/sogo/sogo.conf
  4. 2
      root/etc/e-smith/templates/etc/sogo/sogo.conf/10start
  5. 0
      root/etc/e-smith/templates/etc/sogo/sogo.conf/15mysql
  6. 0
      root/etc/e-smith/templates/etc/sogo/sogo.conf/16memcached
  7. 0
      root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail
  8. 0
      root/etc/e-smith/templates/etc/sogo/sogo.conf/25notifications
  9. 0
      root/etc/e-smith/templates/etc/sogo/sogo.conf/30defaultPrefs
  10. 0
      root/etc/e-smith/templates/etc/sogo/sogo.conf/35external
  11. 0
      root/etc/e-smith/templates/etc/sogo/sogo.conf/40sieve
  12. 0
      root/etc/e-smith/templates/etc/sogo/sogo.conf/45admins
  13. 0
      root/etc/e-smith/templates/etc/sogo/sogo.conf/50timezone
  14. 0
      root/etc/e-smith/templates/etc/sogo/sogo.conf/55authSource
  15. 0
      root/etc/e-smith/templates/etc/sogo/sogo.conf/60various
  16. 1
      root/etc/e-smith/templates/etc/sogo/sogo.conf/99end
  17. 0
      root/etc/e-smith/templates/etc/sogo/sogo.conf/template-begin
  18. 5
      root/etc/e-smith/templates/var/lib/sogo/GNUstep/Defaults/.GNUstepDefaults/10start
  19. 2
      root/etc/e-smith/templates/var/lib/sogo/GNUstep/Defaults/.GNUstepDefaults/99end

@ -7,7 +7,7 @@ service_link_enhanced("sogod", "S85", "7");
templates2events("/etc/e-smith/sql/init/sogo", qw(email-update bootstrap-console-save)); templates2events("/etc/e-smith/sql/init/sogo", qw(email-update bootstrap-console-save));
templates2events("/etc/cron.d/sogo-alarm", qw(email-update bootstrap-console-save)); templates2events("/etc/cron.d/sogo-alarm", qw(email-update bootstrap-console-save));
templates2events("/var/lib/sogo/GNUstep/Defaults/.GNUstepDefaults", qw(email-update bootstrap-console-save pre-backup)); templates2events("/etc/sogo/sogo.conf", qw(email-update bootstrap-console-save pre-backup));
templates2events("/etc/sysconfig/sogo", qw(email-update bootstrap-console-save)); templates2events("/etc/sysconfig/sogo", qw(email-update bootstrap-console-save));
templates2events("/etc/logrotate.d/sogo", qw(email-update bootstrap-console-save)); templates2events("/etc/logrotate.d/sogo", qw(email-update bootstrap-console-save));
templates2events("/etc/pam.d/dovecot", qw(email-update bootstrap-console-save)); templates2events("/etc/pam.d/dovecot", qw(email-update bootstrap-console-save));

@ -4,3 +4,5 @@
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
/usr/sbin/usermod -d /var/lib/sogo -m -s /sbin/nologin -c "SOGo daemon" sogo 2>/dev/null /usr/sbin/usermod -d /var/lib/sogo -m -s /sbin/nologin -c "SOGo daemon" sogo 2>/dev/null
fi fi
rm -f /var/lib/sogo/GNUstep/Defaults/.GNUstepDefaults

Loading…
Cancel
Save