diff options
author | Bill Marquette <billm@pfsense.org> | 2005-03-27 22:39:00 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-03-27 22:39:00 +0000 |
commit | 1b8df11bf387dabb286269c1b66c6c72a5349984 (patch) | |
tree | f34d62def150665a514bdb9c5f8573c234cc9925 /etc | |
parent | b46bfcf575a346011459769cb062924bae400b3f (diff) | |
download | pfsense-1b8df11bf387dabb286269c1b66c6c72a5349984.zip pfsense-1b8df11bf387dabb286269c1b66c6c72a5349984.tar.gz |
Add $Id$ tags
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.banner | 1 | ||||
-rwxr-xr-x | etc/rc.bootup | 1 | ||||
-rwxr-xr-x | etc/rc.conf_mount_ro | 3 | ||||
-rwxr-xr-x | etc/rc.conf_mount_rw | 3 | ||||
-rwxr-xr-x | etc/rc.filter_configure | 3 | ||||
-rwxr-xr-x | etc/rc.firmware | 1 | ||||
-rwxr-xr-x | etc/rc.firmware_auto | 2 | ||||
-rwxr-xr-x | etc/rc.halt | 2 | ||||
-rwxr-xr-x | etc/rc.initial | 1 | ||||
-rwxr-xr-x | etc/rc.initial.defaults | 1 | ||||
-rwxr-xr-x | etc/rc.initial.halt | 1 | ||||
-rwxr-xr-x | etc/rc.initial.password | 1 | ||||
-rwxr-xr-x | etc/rc.initial.ping | 1 | ||||
-rwxr-xr-x | etc/rc.initial.reboot | 1 | ||||
-rwxr-xr-x | etc/rc.initial.setlanip | 1 | ||||
-rwxr-xr-x | etc/rc.initial.setports | 1 | ||||
-rwxr-xr-x | etc/rc.newwanip | 1 | ||||
-rwxr-xr-x | etc/rc.packages | 1 | ||||
-rwxr-xr-x | etc/rc.prunecaptiveportal | 1 | ||||
-rwxr-xr-x | etc/rc.reboot | 2 | ||||
-rwxr-xr-x | etc/rc.shutdown | 2 |
21 files changed, 28 insertions, 3 deletions
diff --git a/etc/rc.banner b/etc/rc.banner index d4a78d9..abea987 100755 --- a/etc/rc.banner +++ b/etc/rc.banner @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.banner part of pfSense diff --git a/etc/rc.bootup b/etc/rc.bootup index 0258f7c..4542318 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.bootup part of pfSense by Scott Ullrich diff --git a/etc/rc.conf_mount_ro b/etc/rc.conf_mount_ro index db84f00..db6643a 100755 --- a/etc/rc.conf_mount_ro +++ b/etc/rc.conf_mount_ro @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.filter_configure part of pfSense (http://www.pfSense.com) @@ -33,4 +34,4 @@ require("xmlparse_pkg.inc"); conf_mount_ro(); -?>
\ No newline at end of file +?> diff --git a/etc/rc.conf_mount_rw b/etc/rc.conf_mount_rw index c656037..790e0e1 100755 --- a/etc/rc.conf_mount_rw +++ b/etc/rc.conf_mount_rw @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.filter_configure part of pfSense (http://www.pfSense.com) @@ -33,4 +34,4 @@ require("xmlparse_pkg.inc"); conf_mount_rw(); -?>
\ No newline at end of file +?> diff --git a/etc/rc.filter_configure b/etc/rc.filter_configure index a7efe7a..35ae8b2 100755 --- a/etc/rc.filter_configure +++ b/etc/rc.filter_configure @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.filter_configure part of pfSense (http://www.pfSense.com) @@ -33,4 +34,4 @@ require("xmlparse_pkg.inc"); filter_configure(); -?>
\ No newline at end of file +?> diff --git a/etc/rc.firmware b/etc/rc.firmware index 6370e1b..6f3d740 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -1,5 +1,6 @@ #!/bin/sh +# $Id$ # /etc/rc.firmware # part of m0n0wall (http://neon1.net/m0n0wall) # diff --git a/etc/rc.firmware_auto b/etc/rc.firmware_auto index 48a0b0c..f4c0991 100755 --- a/etc/rc.firmware_auto +++ b/etc/rc.firmware_auto @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + FMBASEURL=$1 FMFILENAME=$2 FETCHFILENAME=$1/$2 diff --git a/etc/rc.halt b/etc/rc.halt index 40d6504..a06559b 100755 --- a/etc/rc.halt +++ b/etc/rc.halt @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + sleep 1 /sbin/shutdown -h now diff --git a/etc/rc.initial b/etc/rc.initial index 65f3d88..ac7ab4c 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -1,5 +1,6 @@ #!/bin/sh +# $Id$ # /etc/rc.initial # part of pfSense by Scott Ullrich # Copyright (C) 2004 Scott Ullrich, All rights reserved. diff --git a/etc/rc.initial.defaults b/etc/rc.initial.defaults index 0667bfd..8938892 100755 --- a/etc/rc.initial.defaults +++ b/etc/rc.initial.defaults @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.initial.defaults part of m0n0wall (http://m0n0.ch/wall) diff --git a/etc/rc.initial.halt b/etc/rc.initial.halt index d490b29..444ddb2 100755 --- a/etc/rc.initial.halt +++ b/etc/rc.initial.halt @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.initial.halt part of pfSense (www.pfSense.com) diff --git a/etc/rc.initial.password b/etc/rc.initial.password index 8e865ef..9082bbb 100755 --- a/etc/rc.initial.password +++ b/etc/rc.initial.password @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.initial.password part of m0n0wall (http://m0n0.ch/wall) diff --git a/etc/rc.initial.ping b/etc/rc.initial.ping index d069566..dcbf154 100755 --- a/etc/rc.initial.ping +++ b/etc/rc.initial.ping @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.initial.ping part of m0n0wall (http://m0n0.ch/wall) diff --git a/etc/rc.initial.reboot b/etc/rc.initial.reboot index e56fda2..1dfabfc 100755 --- a/etc/rc.initial.reboot +++ b/etc/rc.initial.reboot @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.initial.reboot part of m0n0wall (http://m0n0.ch/wall) diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip index a7e4424..d3f2ece 100755 --- a/etc/rc.initial.setlanip +++ b/etc/rc.initial.setlanip @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.initial.setlanip part of m0n0wall (http://m0n0.ch/wall) diff --git a/etc/rc.initial.setports b/etc/rc.initial.setports index ebb72ca..c95297a 100755 --- a/etc/rc.initial.setports +++ b/etc/rc.initial.setports @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.initial.setports part of m0n0wall (http://m0n0.ch/wall) diff --git a/etc/rc.newwanip b/etc/rc.newwanip index 5328028..0f39be1 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.newwanip part of m0n0wall (http://m0n0.ch/wall) diff --git a/etc/rc.packages b/etc/rc.packages index 2e8b593..c0cf2e3 100755 --- a/etc/rc.packages +++ b/etc/rc.packages @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.packages part of pfSense (http://www.pfSense.com) diff --git a/etc/rc.prunecaptiveportal b/etc/rc.prunecaptiveportal index 108b029..0d20f3d 100755 --- a/etc/rc.prunecaptiveportal +++ b/etc/rc.prunecaptiveportal @@ -1,5 +1,6 @@ #!/usr/local/bin/php -f <?php +/* $Id$ */ /* rc.prunecaptiveportal part of m0n0wall (http://m0n0.ch/wall) diff --git a/etc/rc.reboot b/etc/rc.reboot index 3216c61..97f29e0 100755 --- a/etc/rc.reboot +++ b/etc/rc.reboot @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + sleep 1 /sbin/shutdown -r now diff --git a/etc/rc.shutdown b/etc/rc.shutdown index 1deb79a..08e22ad 100755 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + stty status '^T' # Set shell to ignore SIGINT (2), but not children; |