Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrusev committed Aug 6, 2016
1 parent 9501926 commit dd26029
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ install_base: build

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

@echo $(VERSION)
Expand Down
6 changes: 0 additions & 6 deletions packaging/postinst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ if [ ! -d /etc/opt/amonagent/plugins-enabled ]; then
fi


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



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

0 comments on commit dd26029

Please sign in to comment.