aboutsummaryrefslogtreecommitdiffstats
path: root/rebuild.sh
diff options
context:
space:
mode:
authorEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-11-27 03:10:16 -0600
committerEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-11-27 03:10:16 -0600
commit59bcef5c27540527fc4ca1007e9cfea5783ba233 (patch)
tree583c651dcd7d6fff34db26805b4606fa45a90aac /rebuild.sh
parent8b1c2f7e40f9c7ae77d3afb9f3eec21886c8f060 (diff)
downloadmisc-59bcef5c27540527fc4ca1007e9cfea5783ba233.tar.gz
misc-59bcef5c27540527fc4ca1007e9cfea5783ba233.zip
updated httpd.c to use different dirs for sites and vhosts
updated gopherd.sh to use the new rdns script rdns script just wraps dig -x and outputs a real hostname instead of one ending with a '.' rebuild.sh got a cd added to the top so it can be run from somewhere else mime-type got an error line commented out.
Diffstat (limited to 'rebuild.sh')
-rwxr-xr-xrebuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebuild.sh b/rebuild.sh
index 62380e3..4c0d77c 100755
--- a/rebuild.sh
+++ b/rebuild.sh
@@ -1,4 +1,5 @@
#!/bin/sh -vq
+cd $(dirname $0)
rm bin/*
rm libexec/*
for i in src/*;do