summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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