Skip to content

Commit dd26029

Browse files
committed
Update Makefile
1 parent 9501926 commit dd26029

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ install_base: build
6363

6464
mkdir -p $(BUILD)/opt/amonagent/scripts
6565
cp $(INITD_SCRIPT) $(BUILD)/opt/amonagent/scripts/init.sh
66-
cp packaging/statsd.conf $(BUILD)/opt/amonagent/scripts/statsd.conf
6766
cp $(SYSTEMD_SCRIPT) $(BUILD)/opt/amonagent/scripts/amonagent.service
6867

6968
@echo $(VERSION)

packaging/postinst.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ if [ ! -d /etc/opt/amonagent/plugins-enabled ]; then
7171
fi
7272

7373

74-
# Add StatsD config file, if it doesn't exist
75-
if [[ ! -f /etc/opt/amonagent/plugins-enabled/statsd.conf ]]; then
76-
cp -f $SCRIPT_DIR/statsd.conf /etc/opt/amonagent/plugins-enabled/statsd.conf
77-
fi
78-
79-
8074

8175
# Make sure the pid directory exists
8276
if [ ! -d /var/run/amonagent ]; then

0 commit comments

Comments
 (0)