From 58d83b28f64517a84845b6c2ef6cd6f1662f22cc Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 29 Aug 2012 21:04:27 +0200 Subject: etc/network/if-up.d/{autofs,cups}: Rename to itzks-autofs, itzks-cups to avoid future name conflicts. Test for scripts of the names autofs resp. cups and debian-edu and if they exist, exit gracefully. --- etc/network/if-up.d/itzks-cups | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 etc/network/if-up.d/itzks-cups (limited to 'etc/network/if-up.d/itzks-cups') diff --git a/etc/network/if-up.d/itzks-cups b/etc/network/if-up.d/itzks-cups new file mode 100755 index 0000000..229e9ab --- /dev/null +++ b/etc/network/if-up.d/itzks-cups @@ -0,0 +1,7 @@ +#!/bin/sh + +if test -e /etc/network/if-up.d/cups; then exit 0; fi +if test -e /etc/network/if-up.d/debian-edu; then exit 0; fi + +invoke-rc.d --quiet cups restart + -- cgit v1.2.3