Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c2d97b23

Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt

  • ID c2d97b23151e352334f51023ef6fc34907b8cd64
  • Vorgänger cc3ea92a
  • Nachfolger 880bc0d2

"kivitendo" wird komplett klein geschrieben

Unterschiede anzeigen:

scripts/boot/system-v/kivitendo-task-server
7 7
# Default-Start:     2 3 4 5
8 8
# Default-Stop:      0 1 6
9 9
# X-Interactive:     true
10
# Short-Description: Start/stop the Kivitendo task server
10
# Short-Description: Start/stop the kivitendo task server
11 11
### END INIT INFO
12 12

  
13 13
set -e
14 14

  
15
# Change this to point to the Kivitendo "task_server.pl" location.
15
# Change this to point to the kivitendo "task_server.pl" location.
16 16
DAEMON="/opt/kivitendo/scripts/task_server.pl"
17
TOPIC="Kivitendo task server"
17
TOPIC="kivitendo task server"
18 18

  
19 19
if [ ! -x $DAEMON ] ; then
20 20
  echo "$TOPIC executable not found"

Auch abrufbar als: Unified diff