summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.shutdown')
-rwxr-xr-xetc/rc.shutdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index 924717f..3137edb 100755
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -17,8 +17,10 @@ require("guiconfig.inc");
$carp_counter=find_number_of_created_carp_interfaces();
mwexec("/sbin/sysctl net.inet.carp.allow=0");
for($x=0; $x<$carp_counter; $x++) {
+ echo "Bringing down CARP{$x} ...";
mwexec("/sbin/ifconfig carp{$x} down");
mwexec("/sbin/ifconfig carp{$x} destroy");
+ echo " Done.";
}
exit 0;
OpenPOWER on IntegriCloud