mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-08 09:55:09 +00:00
* debian*/sogo.logrotate:
drop distro specific log rotate scripts
* debian*/sogo.install
* debian*/rules :
Use the logrotate script from Scripts/.
Monotone-Parent: 74e79fa391e19c2111663aba07a783fd4cdd19bd
Monotone-Revision: f6b9d7fff0ee290e5bb3d449068e90673274fc9d
Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-07-23T17:42:45
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2012-07-23 Jean Raby <jraby@inverse.ca>
|
||||
* debian*/sogo.logrotate:
|
||||
drop distro specific log rotate scripts
|
||||
* debian*/sogo.install
|
||||
* debian*/rules :
|
||||
Use the logrotate script from Scripts/.
|
||||
|
||||
2012-07-20 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* UI/MailPartViewers/UIxMailRenderingContext.m
|
||||
|
||||
@@ -80,13 +80,13 @@ install-arch: build-arch
|
||||
mkdir -p debian/tmp/etc/apache2/conf.d
|
||||
cp Apache/SOGo.conf debian/tmp/etc/apache2/conf.d/SOGo.conf
|
||||
install -D -m 644 Scripts/sogo.cron debian/tmp/etc/cron.d/sogo
|
||||
install -D -m 644 Scripts/logrotate debian/tmp/etc/logrotate.d/sogo
|
||||
|
||||
# Build architecture dependant packages using the common target.
|
||||
binary-arch: build-arch install-arch
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installinit -R
|
||||
dh_installlogrotate
|
||||
dh_installcron
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_installdocs
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
etc/default/sogo
|
||||
etc/apache2/conf.d/SOGo.conf
|
||||
etc/cron.d/sogo
|
||||
etc/logrotate.d/sogo
|
||||
usr/sbin/*
|
||||
usr/lib/GNUstep/Frameworks/*
|
||||
usr/lib/GNUstep/Libraries/*
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
/var/log/sogo/*.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
create 640 sogo sogo
|
||||
sharedscripts
|
||||
postrotate
|
||||
/etc/init.d/sogo restart > /dev/null 2>&1
|
||||
endscript
|
||||
}
|
||||
Vendored
+1
-1
@@ -79,13 +79,13 @@ install-arch: build-arch
|
||||
mkdir -p debian/tmp/etc/apache2/conf.d
|
||||
cp Apache/SOGo.conf debian/tmp/etc/apache2/conf.d/SOGo.conf
|
||||
install -D -m 644 Scripts/sogo.cron debian/tmp/etc/cron.d/sogo
|
||||
install -D -m 644 Scripts/logrotate debian/tmp/etc/logrotate.d/sogo
|
||||
|
||||
# Build architecture dependant packages using the common target.
|
||||
binary-arch: build-arch install-arch
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installinit -R
|
||||
dh_installlogrotate
|
||||
dh_installcron
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_installdocs
|
||||
|
||||
Vendored
+1
@@ -1,6 +1,7 @@
|
||||
etc/default/sogo
|
||||
etc/apache2/conf.d/SOGo.conf
|
||||
etc/cron.d/sogo
|
||||
etc/logrotate.d/sogo
|
||||
usr/sbin/*
|
||||
usr/lib/GNUstep/Frameworks/*
|
||||
usr/lib/GNUstep/Libraries/*
|
||||
|
||||
Vendored
-13
@@ -1,13 +0,0 @@
|
||||
/var/log/sogo/*.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
create 640 sogo sogo
|
||||
sharedscripts
|
||||
postrotate
|
||||
/etc/init.d/sogo restart > /dev/null 2>&1
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user