freebsd-ports/net-mgmt/zenpack-ntpmonitor/files/pkg-deinstall.in
Chris Rees fce0cd9cfc NTPMonitor monitors the offset between system time and a target NTP (Network
Time Server) server's time.

More details can be found at provided url.

WWW: http://community.zenoss.org/docs/DOC-3469

PR:		ports/167194
Submitted by:	Zenoss <zenoss@experts-exchange.com>
2011-12-18 17:44:38 +00:00

10 lines
271 B
Bash

#!/bin/sh
if [ "$2" = "DEINSTALL" ]; then
echo "To de-activate this Zenpack, run the following command as the zenoss user:
%%ZENHOME%%/bin/zenpack --remove %%ZPACKPREFIX%%%%PORTNAME%%
IMPORTANT: De-activating a Zenpack will also remove all its associated data"
fi