Skip to content

Commit

Permalink
FIX: compatibility issue, removed autostart daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
gpicchiarelli committed Aug 18, 2019
1 parent 946b66b commit 7583c5a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@ realinstall: all
cp ${NAME} ${BINDIR}${NAME}
chmod 0555 ${LOCALBASE}/etc/rc.d/${DAEMON_NAME}
chmod 0555 ${BINDIR}${NAME}
rcctl enable ${DAEMON_NAME}
rcctl start ${DAEMON_NAME}

clean:
@echo "Cleaning up..."
@rm -f ${NAME} *.o ${DAEMON_NAME}-*.tar.gz tags.* src/${NAME}.o
@echo "Cleaning up: done."
rcctl stop ${DAEMON_NAME}
rcctl disable ${DAEMON_NAME}
rm ${LOCALBASE}/etc/rc.d/${DAEMON_NAME}
rm ${BINDIR}${NAME}

Expand Down

0 comments on commit 7583c5a

Please sign in to comment.