[GH-ISSUE #23] LSB tags should be added to the start script for Debian servers #18

Closed
opened 2026-05-05 14:59:11 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @DocLowy on GitHub (Oct 2, 2014).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/23

LSB tags should be added to the start script for Debian servers. Otherwise you will get warnings when installing/updating other software (like "insserv: warning: script 'sendmailanalyser' missing LSB tags and overrides").
My starting script looks as follows now and all is working fine.

# Slackware and generic starter script.
#
# Start/stop/restart SendmailAnalyzer.
#
### BEGIN INIT INFO
# Provides:          sendmailanalyzer
# Required-Start:    $syslog $local_fs 
# Required-Stop:     $syslog $local_fs 
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Start/stop/restart the sendmailanalyzer daemon
### END INIT INFO
Originally created by @DocLowy on GitHub (Oct 2, 2014). Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/23 LSB tags should be added to the start script for Debian servers. Otherwise you will get warnings when installing/updating other software (like "insserv: warning: script 'sendmailanalyser' missing LSB tags and overrides"). My starting script looks as follows now and all is working fine. ``` #!/bin/bash # Slackware and generic starter script. # # Start/stop/restart SendmailAnalyzer. # ### BEGIN INIT INFO # Provides: sendmailanalyzer # Required-Start: $syslog $local_fs # Required-Stop: $syslog $local_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start/stop/restart the sendmailanalyzer daemon ### END INIT INFO ```
Author
Owner

@DocLowy commented on GitHub (Oct 6, 2014):

I just recognized this issue is already fixed in the debian part of the repository.
Closing issue...

<!-- gh-comment-id:58065155 --> @DocLowy commented on GitHub (Oct 6, 2014): I just recognized this issue is already fixed in the debian part of the repository. Closing issue...
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/sendmailanalyzer#18
No description provided.