From e18d6958b2470a2e68cc637945ccf3a1dae5c0a2 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 5 May 2025 06:29:50 +0000 Subject: Update examples Signed-off-by: Laurent Bercot --- examples/source/udhcpd-wlan0-log/dependencies | 1 + examples/source/udhcpd-wlan0-log/notification-fd | 1 - examples/source/udhcpd-wlan0-log/run | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 examples/source/udhcpd-wlan0-log/notification-fd (limited to 'examples/source/udhcpd-wlan0-log') diff --git a/examples/source/udhcpd-wlan0-log/dependencies b/examples/source/udhcpd-wlan0-log/dependencies index e1436e2..a8bb4f3 100644 --- a/examples/source/udhcpd-wlan0-log/dependencies +++ b/examples/source/udhcpd-wlan0-log/dependencies @@ -1 +1,2 @@ +mount-rwfs mount-sync diff --git a/examples/source/udhcpd-wlan0-log/notification-fd b/examples/source/udhcpd-wlan0-log/notification-fd deleted file mode 100644 index 00750ed..0000000 --- a/examples/source/udhcpd-wlan0-log/notification-fd +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/examples/source/udhcpd-wlan0-log/run b/examples/source/udhcpd-wlan0-log/run index 7a72920..5142145 100755 --- a/examples/source/udhcpd-wlan0-log/run +++ b/examples/source/udhcpd-wlan0-log/run @@ -1,4 +1,4 @@ #!/command/execlineb -P s6-setuidgid wifilog exec -c -s6-log -d3 -- t s1000000 n20 /var/log/udhcpd-wlan0 +s6-log t s1000000 n20 /var/log/udhcpd-wlan0 -- cgit v1.3.1