mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
comms/direwolf: re-generate patches
PR: 292181 Reported by: takefu@airport.fm Approved by: hamradio@ (alven@) Differential Revision: https://reviews.freebsd.org/D54299
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- CMakeLists.txt.orig 2024-02-24 18:41:07 UTC
|
||||
--- CMakeLists.txt.orig 2025-11-11 19:00:39 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -237,11 +237,7 @@ else()
|
||||
@@ -277,11 +277,7 @@ else()
|
||||
set(INSTALL_DOC_DIR "share/doc/${CMAKE_PROJECT_NAME}")
|
||||
set(INSTALL_CONF_DIR "${INSTALL_DOC_DIR}/conf")
|
||||
set(INSTALL_SCRIPTS_DIR "${INSTALL_DOC_DIR}/scripts")
|
||||
|
||||
@@ -1,22 +1,12 @@
|
||||
--- scripts/dw-start.sh.orig 2022-01-28 14:55:02 UTC
|
||||
--- scripts/dw-start.sh.orig 2026-02-17 05:41:09 UTC
|
||||
+++ scripts/dw-start.sh
|
||||
@@ -68,9 +68,8 @@ DWCMD="$DIREWOLF -a 100"
|
||||
@@ -68,8 +68,7 @@ DWCMD="$DIREWOLF -a 100"
|
||||
|
||||
|
||||
#Where will logs go - needs to be writable by non-root users
|
||||
-LOGFILE=/var/tmp/dw-start.log
|
||||
-
|
||||
+LOGFILE=/var/log/dw-start.log
|
||||
|
||||
-
|
||||
#-------------------------------------
|
||||
# Main functions of the script
|
||||
#-------------------------------------
|
||||
@@ -157,7 +157,7 @@ function GUI {
|
||||
# When running from cron, we have a very minimal environment
|
||||
# including PATH=/usr/bin:/bin.
|
||||
#
|
||||
-export PATH=/usr/local/bin:$PATH
|
||||
+export PATH=%%PREFIX%%/bin:$PATH
|
||||
|
||||
#Log the start of the script run and re-run
|
||||
date >> $LOGFILE
|
||||
|
||||
Reference in New Issue
Block a user