rinetd/debian/rinetd.ppp.ip-up

9 lines
96 B
Bash

#! /bin/sh
set -e
if [ -x /usr/sbin/rinetd ]; then
/etc/init.d/rinetd reload > /dev/null
fi