|
|
Author: jerry
Date: 2005-11-08 16:29:15 +0000 (Tue, 08 Nov 2005)
New Revision: 11577
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11577
Log:
adding perl interpreter she-bang to top of parselog.pl script
Modified:
branches/SAMBA_3_0/examples/scripts/eventlog/parselog.pl
Changeset:
Modified: branches/SAMBA_3_0/examples/scripts/eventlog/parselog.pl
===================================================================
--- branches/SAMBA_3_0/examples/scripts/eventlog/parselog.pl 2005-11-08
16:29:05 UTC (rev 11576)
+++ branches/SAMBA_3_0/examples/scripts/eventlog/parselog.pl 2005-11-08
16:29:15 UTC (rev 11577)
@@ -1,6 +1,7 @@
+#!/usr/bin/perl
######################################################################
##
-## Simple add/delete/change share command script for Samba
+## Simple parselog script for Samba
##
## Copyright (C) Brian Moran 2005.
##
|
|