Author: branden Date: 2003-08-19 03:03:13 -0500 (Tue, 19 Aug 2003) New Revision: 395
Added: trunk/debian/xdm.logrotate Modified: trunk/debian/changelog trunk/debian/rules Log: Perform log rotation on xdm's log file. (Closes: #200699) - debian/rules: invoke dh_installlogrotate in binary-arch target - debian/xdm.logrotate: new; log rotation policy file Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2003-08-18 22:14:31 UTC (rev 394) +++ trunk/debian/changelog 2003-08-19 08:03:13 UTC (rev 395) @@ -195,8 +195,12 @@ wacky behavior must have been caused by this). Thanks to Eduard Bloch for noticing odd dexconf behavior which led me to this realization. - -- Branden Robinson <[EMAIL PROTECTED]> Mon, 18 Aug 2003 17:05:00 -0500 + * Perform log rotation on xdm's log file. (Closes: #200699) + - debian/rules: invoke dh_installlogrotate in binary-arch target + - debian/xdm.logrotate: new; log rotation policy file + -- Branden Robinson <[EMAIL PROTECTED]> Tue, 19 Aug 2003 02:59:01 -0500 + xfree86 (4.2.1-9) unstable; urgency=high * urgency due to xterm security fixes; see below Modified: trunk/debian/rules =================================================================== --- trunk/debian/rules 2003-08-18 22:14:31 UTC (rev 394) +++ trunk/debian/rules 2003-08-19 08:03:13 UTC (rev 395) @@ -367,6 +367,7 @@ dh_installmenu dh_installpam dh_installinit --noscripts + dh_installlogrotate dh_installchangelogs ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) dh_strip \ Added: trunk/debian/xdm.logrotate =================================================================== --- trunk/debian/xdm.logrotate 2003-08-18 22:14:31 UTC (rev 394) +++ trunk/debian/xdm.logrotate 2003-08-19 08:03:13 UTC (rev 395) @@ -0,0 +1,4 @@ +/var/log/xdm.log { + notifempty + missingok +}