Skip to content

Commit

Permalink
remove config file modifying
Browse files Browse the repository at this point in the history
  • Loading branch information
gpicchiarelli committed Aug 15, 2019
1 parent 8444f21 commit 078c66b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ realinstall: all
cp ${NAME} /usr/sbin/${NAME}
chmod 0555 /etc/rc.d/${DAEMON_NAME}
chmod 0555 /usr/sbin/${NAME}
echo "${NAME}d_flags=YES\n" >> ${LOCAL_DAEMON_FILE}
rcctl enable ${DAEMON_NAME}
rcctl start ${DAEMON_NAME}

Expand All @@ -29,7 +28,6 @@ clean:
@echo "Cleaning up: done."
rcctl stop ${DAEMON_NAME}
rcctl disable ${DAEMON_NAME}
sed -i '/^${NAME}/d' ${LOCAL_DAEMON_FILE}
rm /etc/rc.d/${DAEMON_NAME}
rm /usr/sbin/${NAME}

Expand Down

0 comments on commit 078c66b

Please sign in to comment.