lfs-execline-scripts

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

commit e8a8ff2e9aca7cfd53b3105aa8061d2e8fcc9ce1
parent f842e28ede61f4ad936d9e8c8fadc3e06c11f327
Author: mrgrouse <bdmfegys@duck.com>
Date:   Sun,  3 Aug 2025 02:43:32 -0400

fix shebang on all svc services

Diffstat:
Msvc/services/network | 2+-
Msvc/services/network.conf | 3++-
Msvc/services/sdhcp | 2+-
Msvc/services/smdev | 2+-
4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/svc/services/network b/svc/services/network @@ -1,4 +1,4 @@ -#!/home/mrgrouse/.local/src/static-linux-binaries/skarnet/execline/execlineb -S1 +#!/usr/bin/execlineb -S1 # Use execlineb -WS1 for debug/testing (errors out on bad syntax) # set PID to pid of running process (may (not) exist) diff --git a/svc/services/network.conf b/svc/services/network.conf @@ -1,4 +1,5 @@ -#!/home/mrgrouse/.local/src/static-linux-binaries/skarnet/execline/execlineb -S1 +# network config file + # our main network device #DEV1=eth0 DEV1=wlan0 diff --git a/svc/services/sdhcp b/svc/services/sdhcp @@ -1,4 +1,4 @@ -#!/home/mrgrouse/.local/src/static-linux-binaries/skarnet/execline/execlineb -S1 +#!/usr/bin/execlineb -S1 # Use execlineb -WS1 for testing/debugging (errors out on bad syntax) envfile /etc/svc.d/default/network diff --git a/svc/services/smdev b/svc/services/smdev @@ -1,4 +1,4 @@ -#!/home/mrgrouse/.local/src/static-linux-binaries/skarnet/execline/execlineb -S1 +#!/usr/bin/execlineb -S1 # Use execlineb -WS1 for debug/testing (errors out on bad syntax) case -N -- $1