]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Updating osukiss starting script (spelling mistake)
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Thu, 17 Jul 2025 21:52:58 +0000 (17:52 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Thu, 17 Jul 2025 21:52:58 +0000 (17:52 -0400)
linux/osukiss/receiver
linux/osukiss/scanner
linux/osukiss/sender
linux/osukiss/sorter

index 656e9cff04341c9a8dfe8b2599d1625edda0effd..fcd4b28dfa7ff03d3a64e210b84fd8c7d0037338 100644 (file)
@@ -48,13 +48,13 @@ case "$1" in
       exit 1;
       fi
     log_info_msg "Starting ${DAEMON} Server..."
-    start_daemon -f /usr/libexec/$APNAME/${DAEMON} $OPTIONS
+    start_daemon -f /usr/libexec/$APPNAME/${DAEMON} $OPTIONS
     evaluate_retval
     ;;
 
   stop)
     log_info_msg "Stopping ${DAEMON} Server..."
-    killproc -p ${DAEMON_PID} /usr/libexec/$APNAME/${DAEMON}
+    killproc -p ${DAEMON_PID} /usr/libexec/$APPNAME/${DAEMON}
     evaluate_retval
     rm -fr ${DAEMON_PID}
     ;;
index 1c31539b1f0e7f1127efa1a33980ac360871e22c..c9bb3d8858d935d1a0a4c0c0eb8c866aa946cead 100644 (file)
@@ -48,13 +48,13 @@ case "$1" in
       exit 1;
       fi
     log_info_msg "Starting ${DAEMON} Server..."
-    start_daemon -f /usr/libexec/$APNAME/${DAEMON} $OPTIONS
+    start_daemon -f /usr/libexec/$APPNAME/${DAEMON} $OPTIONS
     evaluate_retval
     ;;
 
   stop)
     log_info_msg "Stopping ${DAEMON} Server..."
-    killproc -p ${DAEMON_PID} /usr/libexec/$APNAME/${DAEMON}
+    killproc -p ${DAEMON_PID} /usr/libexec/$APPNAME/${DAEMON}
     evaluate_retval
     rm -fr ${DAEMON_PID}
     ;;
index 7936d646f150bc5a25c065974ec6e928992a4ab5..8bab7968ed4b72662219959d4286a377f82d70c7 100644 (file)
@@ -53,7 +53,7 @@ case "$1" in
 
   stop)
     log_info_msg "Stopping ${DAEMON} Server..."
-    killproc -p ${DAEMON_PID} /usr/libexec/$APNAME/${DAEMON}
+    killproc -p ${DAEMON_PID} /usr/libexec/$APPNAME/${DAEMON}
     evaluate_retval
     rm -fr ${DAEMON_PID}
     ;;
index 0ad63d2a03174b93099bcb0c7f47caf2818a42e8..1936e6c78fb6b8d7491a4404bece8011287f251a 100644 (file)
@@ -48,13 +48,13 @@ case "$1" in
       exit 1;
       fi
     log_info_msg "Starting ${DAEMON} Server..."
-    start_daemon -f /usr/libexec/$APNAME/${DAEMON} $OPTIONS
+    start_daemon -f /usr/libexec/$APPNAME/${DAEMON} $OPTIONS
     evaluate_retval
     ;;
 
   stop)
     log_info_msg "Stopping ${DAEMON} Server..."
-    killproc -p ${DAEMON_PID} /usr/libexec/$APNAME/${DAEMON}
+    killproc -p ${DAEMON_PID} /usr/libexec/$APPNAME/${DAEMON}
     evaluate_retval
     rm -fr ${DAEMON_PID}
     ;;