File: testscript

package info (click to toggle)
startpar 0.67-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: ansic: 2,066; makefile: 88; sh: 57; cpp: 16
file content (12 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e
### BEGIN INIT INFO
# Provides:          test
# Required-Start:    $all
# Required-Stop:     $remote_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: init script for testing purposes
### END INIT INFO

echo Dependency test success: the test script is running $1