busybox/base-files forged packages
This commit is contained in:
6
lg_webOS/base-files/ipk/etc/hotplug.d/net/00-sysctl
Normal file
6
lg_webOS/base-files/ipk/etc/hotplug.d/net/00-sysctl
Normal file
@ -0,0 +1,6 @@
|
||||
#!/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
|
Reference in New Issue
Block a user