From owner-freebsd-hackers Sun Mar 19 08:47:25 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA13537 for hackers-outgoing; Sun, 19 Mar 1995 08:47:25 -0800 Received: from LOCALHOST (LOCALHOST [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id IAA13529; Sun, 19 Mar 1995 08:47:23 -0800 X-Authentication-Warning: freefall.cdrom.com: Host LOCALHOST didn't use HELO protocol To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: ache@astral.msk.su (Andrey A. Chernov Black Mage), hackers@freefall.cdrom.com Subject: Re: cvs commit: src/gnu/usr.bin/man/catman catman.perl In-reply-to: Your message of "Sun, 19 Mar 95 10:44:50 +0100." <199503190945.KAA08424@uriah.heep.sax.de> Date: Sun, 19 Mar 1995 08:47:23 -0800 Message-ID: <13528.795631643@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk > Ok, just looking at the commented-out example in /usr/src/etc/weekly, > i admit that i messed up the uid catman is being run there. I'm > going to fix this. Actually, while you're in there.. :-) I'd like to make a contraversal suggestion: I would like to see etc/{daily, weekly, monthly} do NOTHING in the future. Nada, nichts, bupkis, zilco! Just a bunch of commended shell functions that you can MODIFY the thing to call if you wish (just jump down the the bottom and say something like): # yeah, I want security check_security # yeah, I want a permissions scan check_permissions # rotate my log files rotate_logs In fact, this could easily be done programmatically by a dialog script asking you more intelligent questions. For that matter, all these clever functions can live outside of weekly/daily/monthly completely anyway! They should never have been stuck in these files in the first place. Make one or more nice repositories of handy shell functions and just source them into each file requiring them. Then the generic functions can at least be administered through your fancy dialog script. Hmmmm. Ok, I'll go do all of this myself.. :-) Jordan