summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-20 16:25:23 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-20 16:25:23 +0000
commitfb2c08c1e745041c3d7193f85f3bf32a46cc6952 (patch)
tree47995ace730e72a6074605b320254d04ce23e5dd
parent50537cb3df3e0a9e6ad872201e28c5d92c0709cd (diff)
rename move rename old module back to mod_zerconf.c to move it out of the way for a new module
git-svn-id: file:///home/lennart/svn/public/mod_dnssd/trunk@5 634eccf8-0006-0410-930e-e16565b0b7de
-rw-r--r--Makefile7
-rw-r--r--mod_zeroconf.c (renamed from mod_dnssd.c)0
2 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a484ebc..50f1669 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+# $Id$
+
APXS=/usr/bin/apxs2
APACHECTL=apache2ctl
LIBS=$(shell pkg-config --libs howl)
@@ -18,12 +20,11 @@ reload: install restart
start:
$(APACHECTL) start
-
+
restart:
$(APACHECTL) restart
-
+
stop:
$(APACHECTL) stop
-
.PHONY: all install clean reload start restart stop
diff --git a/mod_dnssd.c b/mod_zeroconf.c
index 6246436..6246436 100644
--- a/mod_dnssd.c
+++ b/mod_zeroconf.c