• Alessandro Rubini's avatar
    Fix monit problem with commit 9bc9dd16 · 8a971908
    Alessandro Rubini authored
    There is a monit-related problem in commit 9bc9dd16.
    
    The commit renames /etc/init.d/lldpd.sh into /etc/init.d/lldpd.bash
    whle adding a single stanza. Try "git diff e61eb08 9ebc5e2" to
    see the difference.
    
    But monit still uses the old name. Instead of changing monit
    (a two-liner, but adds noise because of .bash), this renames back
    the file to .sh and removes the needless bashism in the new stanza.
    
    Please note that calling stuff ".bash" makes no sense (suffixes
    make no sense most of the time!). The only thing rcS does is checking
    if the name is "*.sh", to just read it in the current shell instead
    of executing. So anything not ".sh" is executed, we don't need to
    special case .bash, .py or whatever.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    8a971908
Name
Last commit
Last update
binaries Loading commit data...
build Loading commit data...
configs Loading commit data...
doc Loading commit data...
hwinfo-sdb Loading commit data...
kernel Loading commit data...
patches Loading commit data...
robustness/coding Loading commit data...
scripts Loading commit data...
usb-loader Loading commit data...
userspace Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Kconfig_port_timing.in Loading commit data...
Kconfig_sfp_fiber.in Loading commit data...
Kconfig_vlans.in Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
README Loading commit data...