summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-10 16:16:50 +0545
committerStephen Beaver <sbeaver@netgate.com>2015-11-10 09:58:40 -0500
commit95393d43f232a3161495177daf3e27a8d5748a2a (patch)
tree293e31b96d08909c79bc4c380288cf34b5ecb6d0 /src/etc
parent520ee1d09d3171eba24dcecc6fa14e5b4910132c (diff)
downloadpfsense-95393d43f232a3161495177daf3e27a8d5748a2a.zip
pfsense-95393d43f232a3161495177daf3e27a8d5748a2a.tar.gz
Delete Id comment lines from etc files
A bit more crud cleaned out Note: lots of the /etc files have old style copyright stuff or no copyright stuff.
Diffstat (limited to 'src/etc')
-rwxr-xr-xsrc/etc/rc.banner2
-rwxr-xr-xsrc/etc/rc.captiveportal_configure1
-rwxr-xr-xsrc/etc/rc.carpbackup3
-rwxr-xr-xsrc/etc/rc.carpmaster1
-rwxr-xr-xsrc/etc/rc.conf_mount_ro1
-rwxr-xr-xsrc/etc/rc.conf_mount_rw1
-rwxr-xr-xsrc/etc/rc.dhclient_cron1
-rwxr-xr-xsrc/etc/rc.dyndns.update1
-rwxr-xr-xsrc/etc/rc.expireaccounts1
-rwxr-xr-xsrc/etc/rc.filter_configure1
-rwxr-xr-xsrc/etc/rc.filter_configure_sync1
-rwxr-xr-xsrc/etc/rc.halt2
-rwxr-xr-xsrc/etc/rc.initial.defaults1
-rwxr-xr-xsrc/etc/rc.initial.halt1
-rwxr-xr-xsrc/etc/rc.initial.password1
-rwxr-xr-xsrc/etc/rc.initial.ping1
-rwxr-xr-xsrc/etc/rc.initial.setlanip1
-rwxr-xr-xsrc/etc/rc.initial.setports1
-rwxr-xr-xsrc/etc/rc.initial.store_config_to_removable_device1
-rwxr-xr-xsrc/etc/rc.interfaces_carp_configure1
-rwxr-xr-xsrc/etc/rc.interfaces_lan_configure1
-rwxr-xr-xsrc/etc/rc.interfaces_opt_configure1
-rwxr-xr-xsrc/etc/rc.interfaces_wan_configure1
-rwxr-xr-xsrc/etc/rc.ntpdate1
-rwxr-xr-xsrc/etc/rc.packages1
-rwxr-xr-xsrc/etc/rc.prunecaptiveportal1
-rwxr-xr-xsrc/etc/rc.reload_all1
-rwxr-xr-xsrc/etc/rc.reload_interfaces1
-rwxr-xr-xsrc/etc/rc.savevoucher1
-rwxr-xr-xsrc/etc/rc.start_packages1
-rwxr-xr-xsrc/etc/rc.update_alias_url_data1
31 files changed, 3 insertions, 32 deletions
diff --git a/src/etc/rc.banner b/src/etc/rc.banner
index 5e64dae..8974a05 100755
--- a/src/etc/rc.banner
+++ b/src/etc/rc.banner
@@ -1,8 +1,6 @@
#!/usr/local/bin/php-cgi -f
<?php
/*
- $Id$
-
rc.banner
part of pfSense
Copyright (C) 2005 Scott Ullrich and Colin Smith
diff --git a/src/etc/rc.captiveportal_configure b/src/etc/rc.captiveportal_configure
index 45c26bf..586583d 100755
--- a/src/etc/rc.captiveportal_configure
+++ b/src/etc/rc.captiveportal_configure
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.captiveportal_configure
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.carpbackup b/src/etc/rc.carpbackup
index bf27a17..32cb319 100755
--- a/src/etc/rc.carpbackup
+++ b/src/etc/rc.carpbackup
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.carpbackup
part of pfSense (https://www.pfsense.org)
@@ -54,7 +53,7 @@ $carp_iface = "{$friendly}_vip{$vhid}";
if(is_array($vips)) {
foreach ($vips as $vip) {
$notificationmsg = sprintf('Carp cluster member "(%1$s): (%2$s)" has resumed the state "BACKUP" for vhid %3$s', $argument, $friendly_descr, $vhid);
-
+
notify_via_smtp($notificationmsg);
notify_via_growl($notificationmsg);
log_error($notificationmsg);
diff --git a/src/etc/rc.carpmaster b/src/etc/rc.carpmaster
index 8413b04..79e8262 100755
--- a/src/etc/rc.carpmaster
+++ b/src/etc/rc.carpmaster
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.carpmaster
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.conf_mount_ro b/src/etc/rc.conf_mount_ro
index 6beb5e8..7e34f3d 100755
--- a/src/etc/rc.conf_mount_ro
+++ b/src/etc/rc.conf_mount_ro
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.conf_mount_ro
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.conf_mount_rw b/src/etc/rc.conf_mount_rw
index b153e36..f9ac2b9 100755
--- a/src/etc/rc.conf_mount_rw
+++ b/src/etc/rc.conf_mount_rw
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.conf_mount_rw
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.dhclient_cron b/src/etc/rc.dhclient_cron
index a38932d..06009b2 100755
--- a/src/etc/rc.dhclient_cron
+++ b/src/etc/rc.dhclient_cron
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.dhclient_cron
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.dyndns.update b/src/etc/rc.dyndns.update
index 543b5a0..f1f44a5 100755
--- a/src/etc/rc.dyndns.update
+++ b/src/etc/rc.dyndns.update
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.dyndns.update
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.expireaccounts b/src/etc/rc.expireaccounts
index 3befa17..8777eef 100755
--- a/src/etc/rc.expireaccounts
+++ b/src/etc/rc.expireaccounts
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.expireaccounts
part of pfSense
diff --git a/src/etc/rc.filter_configure b/src/etc/rc.filter_configure
index 2c996e9..2b159a9 100755
--- a/src/etc/rc.filter_configure
+++ b/src/etc/rc.filter_configure
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.filter_configure
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.filter_configure_sync b/src/etc/rc.filter_configure_sync
index 86ab309..7135bff 100755
--- a/src/etc/rc.filter_configure_sync
+++ b/src/etc/rc.filter_configure_sync
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.filter_configure_sync
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.halt b/src/etc/rc.halt
index fd6318b..94a676f 100755
--- a/src/etc/rc.halt
+++ b/src/etc/rc.halt
@@ -1,6 +1,6 @@
#!/bin/sh
-# $Id$
+# /etc/rc.halt
if ! /usr/bin/lockf -s -t 30 /tmp/config.lock /usr/bin/true; then
echo "Cannot halt at this moment, a config write operation is in progress and 30 seconds have passed."
diff --git a/src/etc/rc.initial.defaults b/src/etc/rc.initial.defaults
index 6901dae..40ceaf9 100755
--- a/src/etc/rc.initial.defaults
+++ b/src/etc/rc.initial.defaults
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.initial.defaults
part of m0n0wall (http://m0n0.ch/wall)
diff --git a/src/etc/rc.initial.halt b/src/etc/rc.initial.halt
index 9ff189b..df91ded 100755
--- a/src/etc/rc.initial.halt
+++ b/src/etc/rc.initial.halt
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.initial.halt
part of pfSense (www.pfSense.com)
diff --git a/src/etc/rc.initial.password b/src/etc/rc.initial.password
index b5e01ed..0e13f7c 100755
--- a/src/etc/rc.initial.password
+++ b/src/etc/rc.initial.password
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.initial.password
part of m0n0wall (http://m0n0.ch/wall)
diff --git a/src/etc/rc.initial.ping b/src/etc/rc.initial.ping
index 055d556..6a553e7 100755
--- a/src/etc/rc.initial.ping
+++ b/src/etc/rc.initial.ping
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.initial.ping
part of m0n0wall (http://m0n0.ch/wall)
diff --git a/src/etc/rc.initial.setlanip b/src/etc/rc.initial.setlanip
index e33a05a..4f51ca9 100755
--- a/src/etc/rc.initial.setlanip
+++ b/src/etc/rc.initial.setlanip
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -q
<?php
-/* $Id$ */
/*
rc.initial.setlanip
part of m0n0wall (http://m0n0.ch/wall)
diff --git a/src/etc/rc.initial.setports b/src/etc/rc.initial.setports
index 147912f..e70547d 100755
--- a/src/etc/rc.initial.setports
+++ b/src/etc/rc.initial.setports
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.initial.setports
part of m0n0wall (http://m0n0.ch/wall)
diff --git a/src/etc/rc.initial.store_config_to_removable_device b/src/etc/rc.initial.store_config_to_removable_device
index a40df6f..a7814c1 100755
--- a/src/etc/rc.initial.store_config_to_removable_device
+++ b/src/etc/rc.initial.store_config_to_removable_device
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.initial.store_config_to_removable_device
part of m0n0wall (http://m0n0.ch/wall)
diff --git a/src/etc/rc.interfaces_carp_configure b/src/etc/rc.interfaces_carp_configure
index 33a0b38..62131c8 100755
--- a/src/etc/rc.interfaces_carp_configure
+++ b/src/etc/rc.interfaces_carp_configure
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.interfaces_carp_configure
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.interfaces_lan_configure b/src/etc/rc.interfaces_lan_configure
index 2924cf9..8cfcbe8 100755
--- a/src/etc/rc.interfaces_lan_configure
+++ b/src/etc/rc.interfaces_lan_configure
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.interfaces_lan_configure
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.interfaces_opt_configure b/src/etc/rc.interfaces_opt_configure
index c00877a..74bcaa9 100755
--- a/src/etc/rc.interfaces_opt_configure
+++ b/src/etc/rc.interfaces_opt_configure
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.interfaces_opt_configure
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.interfaces_wan_configure b/src/etc/rc.interfaces_wan_configure
index 9b064d0..fbb7e55 100755
--- a/src/etc/rc.interfaces_wan_configure
+++ b/src/etc/rc.interfaces_wan_configure
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.interfaces_wan_configure
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.ntpdate b/src/etc/rc.ntpdate
index 4bdc647..02f53aa 100755
--- a/src/etc/rc.ntpdate
+++ b/src/etc/rc.ntpdate
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id: */
/*
rc.ntpdate
part of m0n0wall (http://m0n0.ch/wall)
diff --git a/src/etc/rc.packages b/src/etc/rc.packages
index 59fb5ca..643ee85 100755
--- a/src/etc/rc.packages
+++ b/src/etc/rc.packages
@@ -1,6 +1,5 @@
#!/usr/local/bin/php -f
<?php
-/* $Id$ */
/*
rc.packages
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.prunecaptiveportal b/src/etc/rc.prunecaptiveportal
index c4b760a..d53d2bb 100755
--- a/src/etc/rc.prunecaptiveportal
+++ b/src/etc/rc.prunecaptiveportal
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.prunecaptiveportal
part of m0n0wall (http://m0n0.ch/wall)
diff --git a/src/etc/rc.reload_all b/src/etc/rc.reload_all
index 162553c..39007a8 100755
--- a/src/etc/rc.reload_all
+++ b/src/etc/rc.reload_all
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.reload_all
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.reload_interfaces b/src/etc/rc.reload_interfaces
index e34588f..59bfe79 100755
--- a/src/etc/rc.reload_interfaces
+++ b/src/etc/rc.reload_interfaces
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.reload_interfaces
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.savevoucher b/src/etc/rc.savevoucher
index 22e592d..824641d 100755
--- a/src/etc/rc.savevoucher
+++ b/src/etc/rc.savevoucher
@@ -1,6 +1,7 @@
#!/usr/local/bin/php-cgi -f
<?php
/*
+ rc.savevoucher
part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2007 Marcel Wiget <mwiget@mac.com>.
diff --git a/src/etc/rc.start_packages b/src/etc/rc.start_packages
index 233c236..011e2e7 100755
--- a/src/etc/rc.start_packages
+++ b/src/etc/rc.start_packages
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.start_packages
part of pfSense (https://www.pfsense.org)
diff --git a/src/etc/rc.update_alias_url_data b/src/etc/rc.update_alias_url_data
index fd56b43..65a13ba 100755
--- a/src/etc/rc.update_alias_url_data
+++ b/src/etc/rc.update_alias_url_data
@@ -1,6 +1,5 @@
#!/usr/local/bin/php-cgi -f
<?php
-/* $Id$ */
/*
rc.update_alias_url_data
part of pfSense (https://www.pfsense.org)
OpenPOWER on IntegriCloud