lfs-execline-scripts

Repository for execline scripts used in my linux-from-scratch builds
Log | Files | Refs

commit 7ba9eb70b4b0a7efd8c960b4b856b63053d9fcb3
parent 1b54fd8b3d763e243efe6e8d2395b308706ecada
Author: mrgrouse <bdmfegys@duck.com>
Date:   Sun,  3 Aug 2025 04:50:42 -0400

update service files for new config file's file extension

Diffstat:
Msvc/services/dropbear | 2+-
Msvc/services/hwclock | 2+-
Msvc/services/network | 2+-
Msvc/services/sdhcp | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/svc/services/dropbear b/svc/services/dropbear @@ -2,7 +2,7 @@ # Use execlineb -WS1 for debug/testing (errors out on bad syntax) importas -S PATH -envfile /etc/svc.d/default/dropbear +envfile /etc/svc.d/default/dropbear.conf case -N -- $1 { diff --git a/svc/services/hwclock b/svc/services/hwclock @@ -5,7 +5,7 @@ importas -S PATH # set PID to pid of running process (may (not) exist) #backtick PID { pidof -o %PPID $bins } -envfile /etc/svc.d/default/hwclock +envfile /etc/svc.d/default/hwclock.conf case -N -- $1 { diff --git a/svc/services/network b/svc/services/network @@ -3,7 +3,7 @@ # set PID to pid of running process (may (not) exist) #backtick PID { pidof -o %PPID $bins } -envfile /etc/svc.d/default/network +envfile /etc/svc.d/default/network.conf case -N -- $1 { diff --git a/svc/services/sdhcp b/svc/services/sdhcp @@ -1,7 +1,7 @@ #!/usr/bin/execlineb -S1 # Use execlineb -WS1 for testing/debugging (errors out on bad syntax) -envfile /etc/svc.d/default/network +envfile /etc/svc.d/default/network.conf case -N -- $1 {