/etc/ppp/ip-down.d/iminitel is in xtel 3.3.0-17.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #!/bin/sh
# $Id: ip-down.iminitel,v 1.1 2001/02/05 09:34:59 pierre Exp $
# I-Minitel
if [ "$PPP_IPPARAM" = "iminitel" ]; then
rm -f /var/run/iminitel
fi
|