From 75808db17caf8b960b351e3408e74142f4c85aac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:42:30 +0200 Subject: Adding upstream version 2.117.0. Signed-off-by: Daniel Baumann --- .../build-spec/debian/init.d-lsb-headers-all.init | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 t/recipes/checks/init-d/init.d-lsb-headers/build-spec/debian/init.d-lsb-headers-all.init (limited to 't/recipes/checks/init-d/init.d-lsb-headers/build-spec/debian/init.d-lsb-headers-all.init') diff --git a/t/recipes/checks/init-d/init.d-lsb-headers/build-spec/debian/init.d-lsb-headers-all.init b/t/recipes/checks/init-d/init.d-lsb-headers/build-spec/debian/init.d-lsb-headers-all.init new file mode 100644 index 0000000..c9097f0 --- /dev/null +++ b/t/recipes/checks/init-d/init.d-lsb-headers/build-spec/debian/init.d-lsb-headers-all.init @@ -0,0 +1,22 @@ +#!/bin/sh + +set -e + +### BEGIN INIT INFO +# Provides: init.d-lsb-headers-all +# Required-Start: $all +# Should-Start: $all +# Required-Stop: $all +# Default-Start: 2 3 4 5 +# Default-Stop: +# Short-Description: Test script for all virtual facility +# Description: The short description pretty much covers it : test $all virtual facility +### END INIT INFO + +. /lib/lsb/init-functions + +case "$1" in + start|stop|force-reload|restart|status|*) + echo hello world + ;; +esac -- cgit v1.2.3