aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/freenas/pkg/rc.freenas4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/freenas/pkg/rc.freenas b/packages/freenas/pkg/rc.freenas
index 404464a4..d13c49ff 100644
--- a/packages/freenas/pkg/rc.freenas
+++ b/packages/freenas/pkg/rc.freenas
@@ -2,7 +2,7 @@
<?php
/* $Id$ */
/*
- rc.filter_configure
+ rc.freenas
part of pfSense (http://www.pfSense.com)
Copyright (C) 2006 Daniel S. Haischt
All rights reserved.
@@ -56,7 +56,7 @@ disks_raid_start();
/* Mount the disks */
disks_mount_all();
-
+
/* Generate the pam configuration file */
system_pam_configure();