h4ck/lg_webOS/base-files/ipk/etc/hotplug.d/net/00-sysctl
2016-11-18 15:49:40 -08:00

7 lines
177 B
Bash

#!/bin/sh
if [ -f /etc/sysctl.conf ] && [ "$ACTION" = add ]; then
sed -ne "/^[[:space:]]*net\..*\.$DEVICENAME\./p" /etc/sysctl.conf | \
sysctl -e -p - | logger -t sysctl
fi