diff --git a/etc/rc.d/rc.samba b/etc/rc.d/rc.samba index e5039f4c6..88d237b0b 100755 --- a/etc/rc.d/rc.samba +++ b/etc/rc.d/rc.samba @@ -130,6 +130,8 @@ samba_start(){ [[ $USE_WSD == yes ]] && run $WSDD2 -d ${WSD2_OPT## } run $WINBINDD -D if samba_running; then REPLY="Started"; else REPLY="Failed"; fi + else + REPLY="Missing executables" fi fi log "$DAEMON... $REPLY."