Fixes in package files
This commit is contained in:
parent
93092cff04
commit
9b20bcba2f
4 changed files with 11 additions and 6 deletions
11
Makefile
11
Makefile
|
@ -43,10 +43,15 @@ install:
|
||||||
install -D -d $(PREFIX)
|
install -D -d $(PREFIX)
|
||||||
install -o root -g root cronosagent $(PREFIX)
|
install -o root -g root cronosagent $(PREFIX)
|
||||||
install -o root -g root cronosagent.sh $(PREFIX)
|
install -o root -g root cronosagent.sh $(PREFIX)
|
||||||
# install -o root -g root cronosagent-init $(PREFIX)
|
install -o root -g root cronosagent.conf $(PREFIX)
|
||||||
# install -m 644 -o root -g root cronosagent-monit $(PREFIX)
|
ifeq ($(OS), Linux)
|
||||||
# install -m 644 -o root -g root cronosagent.plist $(PREFIX)
|
install -o root -g root cronosagent-init $(PREFIX)
|
||||||
|
install -m 644 -o root -g root cronosagent-monit $(PREFIX)
|
||||||
install -m 644 -o root -g root cronosagent.service $(PREFIX)
|
install -m 644 -o root -g root cronosagent.service $(PREFIX)
|
||||||
|
endif
|
||||||
|
ifeq ($(OS), Darwin)
|
||||||
|
install -m 644 -o root -g root cronosagent.plist $(DESTDIR)/Library/LaunchDaemons
|
||||||
|
endif
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(PREREQUISITES) $(OBJECTS) cronosagent
|
rm -f $(PREREQUISITES) $(OBJECTS) cronosagent
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config cronosagent
|
config cronosagent
|
||||||
option number '123456'
|
option number '123456'
|
||||||
option repeaterAddress '1.1.1.1'
|
option repeaterAddress '172.33.20.130'
|
||||||
option serverAddress 'master.dstar.su'
|
option serverAddress 'master.dstar.su'
|
||||||
option serverPassword 'password'
|
option serverPassword 'password'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
REPEATER_NUMBER=123456
|
REPEATER_NUMBER=123456
|
||||||
REPEATER_ADDRESS=172.33.20.136
|
REPEATER_ADDRESS=172.33.20.130
|
||||||
SERVER_ADDRESS=master.dstar.su
|
SERVER_ADDRESS=master.dstar.su
|
||||||
SERVER_PASSWORD=passw0rd
|
SERVER_PASSWORD=passw0rd
|
||||||
SERVICE_MODE=1
|
SERVICE_MODE=1
|
||||||
|
|
2
debian/conffiles
vendored
2
debian/conffiles
vendored
|
@ -1 +1 @@
|
||||||
/opt/CronosAgent/cronosagent.sh
|
/opt/CronosAgent/cronosagent.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue