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/rc.conf_mount_rw | |
parent | b46bfcf575a346011459769cb062924bae400b3f (diff) | |
download | pfsense-1b8df11bf387dabb286269c1b66c6c72a5349984.zip pfsense-1b8df11bf387dabb286269c1b66c6c72a5349984.tar.gz |
Add $Id$ tags
Diffstat (limited to 'etc/rc.conf_mount_rw')
-rwxr-xr-x | etc/rc.conf_mount_rw | 3 |
1 files changed, 2 insertions, 1 deletions
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 +?> |