commit 6e0fcf808fa1dbc38ff7eeb561dad624d0a473b3
parent 7cf4b22f9cbff552c52e8c17636d9683114e2510
Author: uriel@engel.se.cat-v.org <unknown>
Date: Fri, 15 Jun 2007 14:10:31 +0200
Hack on top of hack: set inBlog for dirs that are magically set as blogs
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/bin/controller.rc b/bin/controller.rc
@@ -134,6 +134,10 @@ for ( i in '' $args ) {
inBlog = $blogDirs
blogDirs = ()
}
+
+ if ( ~ $#inBlog 0 && ~ $i [Bb]log )
+ inBlog = 'yes'
+
if ( test -f $fpath/_config )
. $fpath/_config
}