mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 18:28:27 +02:00
38a2e4b392
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7163 3c298f89-4303-0410-b956-a3cf2f4a3e73
9 lines
121 B
Bash
Executable File
9 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
{
|
|
for i in /etc/rc.d/$1*; do
|
|
$i $2 2>&1
|
|
done
|
|
} | logger -s -p 6 -t '' &
|