--- elwix/config/rc.subr	2013/07/31 16:21:40	1.6.2.5
+++ elwix/config/rc.subr	2013/08/05 13:10:16	1.7
@@ -4,7 +4,7 @@
 # (C) AITNET ltd - Sofia/Bulgaria <office@aitnet.org>
 #    by Michael Pounov <misho@elwix.org>
 #
-# $Id: rc.subr,v 1.6.2.5 2013/07/31 16:21:40 misho Exp $
+# $Id: rc.subr,v 1.7 2013/08/05 13:10:16 misho Exp $
 #
 
 ### Dont edit this file !!!
@@ -66,7 +66,7 @@ MakeFS_var()
 	install -d -o 883 -g 883 altroot/var/mqtt;
 	install -d altroot/var/named;
 	install -d altroot/var/run;
-	install -d altroot/var/sys;
+	install -d altroot/var/frm;
 	install -d -o 53 -g 53 altroot/var/run/named;
 	install -d -o 101 -g 101 altroot/var/run/quagga;
 	install -d altroot/var/spool;