summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2024-04-07 13:25:49 +0200
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2024-04-07 13:25:49 +0200
commit9cb56dabb676391a9382731347e8d2b07b9437a5 (patch)
tree95302f041497679202722d9896ec1386bed2d86c /etc
parent0a37a1cc5909e11098963267edc9654b85e7ce16 (diff)
big cleanup
Diffstat (limited to 'etc')
-rwxr-xr-xetc/initrc12
-rw-r--r--etc/users/GROUP_AND_USER_ACCOUNTS1
2 files changed, 3 insertions, 10 deletions
diff --git a/etc/initrc b/etc/initrc
index f0b26c2..21a8aed 100755
--- a/etc/initrc
+++ b/etc/initrc
@@ -18,22 +18,16 @@ plan9port=$PLAN9
# Path, make sure the plan9port /bin directory is included before /bin
# Keep '.' in path! It is needed.
-path=($plan9port/bin . ./bin ./bin/contrib /bin /usr/bin)
+path=($plan9port/bin . ./bin /bin /usr/bin)
# Set this to your favorite markdown formatter, eg., markdown.pl (fltr_cache
# takes as an argument a filter, in the default configuration markdown.pl, that
# caches output) Note that some werc components assume a markdown-like
# formatter, but all major functionality should should be formatter agnostic.
-#formatter=(fltr_cache markdown.pl)
-formatter=(fltr_cache md2html.awk) # no perl for old men
+formatter=(fltr_cache md2html.awk)
# Enable debugging, to disable set to ()
-debug=true
+debug=false
# Globally enabled apps
enabled_apps=()
-
-# Default site variables, must be set in initrc.local or _werc/config, only siteTitle is required.
-#masterSite=cat-v.org # Not required!
-#siteTitle='cat-v'
-#siteSubTitle='Considered harmful'
diff --git a/etc/users/GROUP_AND_USER_ACCOUNTS b/etc/users/GROUP_AND_USER_ACCOUNTS
deleted file mode 100644
index f563306..0000000
--- a/etc/users/GROUP_AND_USER_ACCOUNTS
+++ /dev/null
@@ -1 +0,0 @@
-This is just a dummy file to force hg to preserve this directory that is used to store user and group account information.