Change default node for security/apt requests to bog
authorClinton Ebadi <clinton@unknownlamer.org>
Sun, 6 Jan 2013 22:05:47 +0000 (17:05 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Sun, 6 Jan 2013 22:05:47 +0000 (17:05 -0500)
apt.mlt
sec.mlt

diff --git a/apt.mlt b/apt.mlt
index df5e26e..b5c808b 100644 (file)
--- a/apt.mlt
+++ b/apt.mlt
@@ -3,7 +3,7 @@
 val admin = Group.inGroupName "server";
 
 val nodeNum = case $"node" of
-                 "" => 2
+                 "" => 4
                | node => Web.stoi node;
 
 if $"new" <> "" then
diff --git a/sec.mlt b/sec.mlt
index 228a023..158159a 100644 (file)
--- a/sec.mlt
+++ b/sec.mlt
@@ -2,7 +2,7 @@
 val yourname = Init.getUserName ();
 
 val nodeNum = case $"node" of
-                 "" => 2
+                 "" => 4
                | node => Web.stoi node;
 val nodeName = Init.nodeName nodeNum;