diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 75a4067..d07cbd9 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freeswitch PKG_VERSION:=1.10.6 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_MAINTAINER:=Sebastian Kemper PKG_SOURCE:=freeswitch-$(PKG_VERSION).-release.tar.xz diff --git a/net/freeswitch/files/freeswitch.init b/net/freeswitch/files/freeswitch.init index b704eb3..c390b9f 100644 --- a/net/freeswitch/files/freeswitch.init +++ b/net/freeswitch/files/freeswitch.init @@ -83,7 +83,6 @@ start_service() { -cache "$dir_cache" \ -conf "$dir_etc" \ -db "$dir_db" \ - -g "$NAME" \ -log "$dir_log" \ -recordings "$dir_recordings" \ -run "$dir_run" \