#!/bin/sh # # /usr/local/sbin/localchastity-update # Put together and tweaked by Jonas Smedegaard # 2001-2002 # # $Id: localchastity-update,v 1.1 2002-11-14 21:16:06 jonas Exp $ # # Update chastity-list - part of SquidGuard # echo "Updating New DataFiles" /usr/bin/squidGuard -u -c /etc/squid/squidGuard-chastity.conf echo "Reloading new data files" # Get pid pid=`ps auxww | grep '(squidGuard)' | grep -v grep | awk '{print $2}'` if [ "$pid" ] then for cpid in $pid do kill -HUP $cpid #echo kill -HUP $cpid done else echo "Cound not reload squidGuard: try restarting squid" fi nes.dk:notmuch' title='notmuch Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/96/2d/notmuch-sha1-073200662d1fcedf0581640363f983a8d01326c0
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
Diffstat (limited to 'tags/96/2d/notmuch-sha1-073200662d1fcedf0581640363f983a8d01326c0')