initial commit of file from CVS for smeserver-smeadmin on Sat Sep 7 16:42:16 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 16:42:16 +10:00
parent 8c8dee10b7
commit b2c3a12510
85 changed files with 39725 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
#!/usr/bin/perl -w
# Smeadmin - evenement appele par logrotate
# Copyright (C) 2006
# This file is distributed under the GPL license.
# Landry Breuil <landry@firewall-services.com>, 2006.
#------------------------------------------------------------
# On envoie le signal SIGUSR1 a smeadmind pour qu'il parse les logs
#------------------------------------------------------------
exec("/usr/bin/killall", "-USR1", "smeadmind");
# NOTREACHED
die("Failed to exec /usr/bin/killall -USR1 smeadmind");