mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Allow running without "logger" installed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14938 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#!/bin/sh
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
LOGGER="cat"
|
||||
[ -x /usr/bin/logger ] && LOGGER="logger -s -p 6 -t ''"
|
||||
|
||||
{
|
||||
for i in /etc/rc.d/$1*; do
|
||||
[ -x $i ] && $i $2 2>&1
|
||||
done
|
||||
} | logger -s -p 6 -t '' &
|
||||
} | $LOGGER &
|
||||
|
||||
Reference in New Issue
Block a user