summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-10-10 18:42:31 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-10-10 18:42:31 +0000
commit7b9246d6d19de05db6567ef74604130ee97c0f47 (patch)
treef5bbbd901b620c60eeff4c6a1c39956922207488 /Makefile
parent6b933494bcdbf5d4b7d68cd95f5b578e6c688cfb (diff)
Fix 'make config' for non-debian and non-chkconfig systems.
From DAHDI tools rev 5082. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4562 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf5b8eb..6108acb 100644
--- a/Makefile
+++ b/Makefile
@@ -222,7 +222,7 @@ ifeq (,$(DESTDIR))
ifneq (,$(CHKCONFIG))
ADD_INITD := $(CHKCONFIG) --add zaptel
else
- ifndef (,$(UPDATE_RCD))
+ ifneq (,$(UPDATE_RCD))
ADD_INITD := $(UPDATE_RCD) zaptel defaults 15 30
endif
endif