Date: Tue, 29 Mar 2005 15:50:05 GMT From: Matteo Riondato <rionda@gufi.org> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/41777: /etc/periodic/daily/100.clean-disks removes lisp.core Message-ID: <200503291550.j2TFo5ta046442@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/41777; it has been noted by GNATS. From: Matteo Riondato <rionda@gufi.org> To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: conf/41777: /etc/periodic/daily/100.clean-disks removes lisp.core Date: Tue, 29 Mar 2005 17:42:46 +0200 --H88uUF932U8Oj0a6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I would agree with DES: 100.clean-disks is a terrible idea. Anyway, I would suggest the following patch. It sets daily_clean_disks_files to "", so that it will be sysadmin business to choose which files are to be removed. --- periodic.conf.orig Tue Mar 29 17:38:40 2005 +++ periodic.conf Tue Mar 29 17:39:09 2005 @@ -37,7 +37,7 @@ # 100.clean-disks daily_clean_disks_enable=3D"NO" # Delete files da= ily -daily_clean_disks_files=3D"[#,]* .#* a.out *.core *.CKP .emacs_[0-9]*" +daily_clean_disks_files=3D"" daily_clean_disks_days=3D3 # If older than t= his daily_clean_disks_verbose=3D"YES" # Mention= files deleted =20 Best Regards --=20 Rionda aka Matteo Riondato Disinformato per default G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) --H88uUF932U8Oj0a6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCSXd22Mp4pR7Fa+wRAtrSAJ9NxMylyjZy1YJR+NdOS78xaJyQ1ACgnIJ4 QCFU+pyGYq6iSPcmkmj3WvM= =L/oY -----END PGP SIGNATURE----- --H88uUF932U8Oj0a6--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503291550.j2TFo5ta046442>