mario-campos / dyndnsd

Dynamic DNS Daemon for OpenBSD
https://mario-campos.github.io/software/dyndnsd
BSD 3-Clause "New" or "Revised" License
20 stars 0 forks source link

Remove Feature: using $SHELL instead of _PATH_BSHELL #27

Closed mario-campos closed 5 years ago

mario-campos commented 5 years ago

This feature would make more sense if dyndnsd were not typically run as a daemon. In other words, if it were run by a normal user account, then it might make more sense to utilize $SHELL. But, as the primary way to run this will be as a daemon, the daemon likely won't have an exotic $SHELL.

Plus, it simplifies the code and removes a branch.

mario-campos commented 5 years ago

Resolved with 993fa2b