> I saw the squidGuard code and feel > that -u option might be the option I > am looking for ?
You might want to look through the documentation: >From <http://www.squidguard.org/config/>: To add and remove entries from a prebuilt database in runtime put the changes in a diff file (file.diff for file.db) with the following simple format: +new -old ... Then use: squidGuard -u and remove the diff files. The changes should take effect immediately. ---------------------------------- From: <http://www.squidguard.org/doc/>: Added support for runtime updates in prebuilt database files without signal or restart. "squidGuard -u" updates all defined databases (file.db) from ditto file.diff where found and exits. Note file.diff has the simple format: +entry_to_be_added -entry_to_be_removed ... (i.e. not the common patch format) ----------------------------------- Hope that helps. Rick -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of SQUID USER Sent: Monday, June 03, 2002 1:49 PM To: [EMAIL PROTECTED] Subject: dynamic db update Hi, Is there any way squidGuard processes could detect change in the database without having to restart them ? In other words when I update the database I want squidGuard processes to take this new database without restarting them ? I saw the squidGuard code and feel that -u option might be the option I am looking for ? -- Nilesh. Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup
