Codebase list dns2tcp / e64d98e
Updated the debian/dns2tcp.init. Marcio de Souza Oliveira 3 years ago
2 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
44 - Added the Pre-Depends field.
55 - Added the init-system-helpers in Depends field.
66 - Bumped Standards-Version to 4.5.0.
7 * debian/dns2tcp.init: updated to remove OLDDAEMON check.
7 * debian/dns2tcp.init:
8 - Updated to remove unnecessary $local_fs dependency. (Closes: #542615)
9 - Updated to remove OLDDAEMON check.
810 * debian/lintian-overrides: added to avoid a lintian false positive.
911 * debian/patches:
1012 - Created the 01_fix_gcc10_issues.patch.
00 #!/bin/sh
11 ### BEGIN INIT INFO
22 # Provides: dns2tcp
3 # Required-Start: $local_fs $network $remote_fs
4 # Required-Stop: $local_fs $remote_fs
3 # Required-Start: $network $remote_fs
4 # Required-Stop: $remote_fs
55 # Default-Start: 2 3 4 5
66 # Default-Stop: 0 1 6
77 # Short-Description: dns2tcp server init script