fce0cd9cfc
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>
10 lines
271 B
Bash
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
|