File: sysvinit_matching_provides

package info (click to toggle)
ckb-next 0.6.2%2Bdfsg-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,732 kB
  • sloc: cpp: 20,009; ansic: 13,562; xml: 434; sh: 221; python: 74; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix LSB Provides field to match service
Author: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Last-Update: 2022-02-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/linux/sysvinit/ckb-next-daemon.in
+++ b/linux/sysvinit/ckb-next-daemon.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 ### BEGIN INIT INFO
-# Provides:         ckb-next
+# Provides:         ckb-next-daemon
 # Required-Start:   $local_fs $remote_fs
 # Required-Stop:    $local_fs $remote_fs
 # Default-Start:    2 3 4 5