diff options
Diffstat (limited to 'etc/rc.conf_mount_ro')
-rwxr-xr-x | etc/rc.conf_mount_ro | 3 |
1 files changed, 2 insertions, 1 deletions
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 +?> |