summaryrefslogtreecommitdiff
path: root/net/xymon/DEINSTALL
blob: 489844633a355cfa039a12c64d0391eaaf99521f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
#! /bin/sh
#
# $NetBSD: DEINSTALL,v 1.1.1.1 2010/02/14 22:58:58 spz Exp $
#

# xymons user/group

EXAMPLEDIR=@EXAMPLEDIR@
BBHOME=@BBHOME@
BBVAR=@BBVAR@
BBLOGDIR=@BBLOGDIR@

XYBINDIR=@XYBINDIR@
XYETCDIR=@XYETCDIR@
XYEXTDIR=@XYEXTDIR@
XYTMPDIR=@XYTMPDIR@
XYWEBDIR=@XYWEBDIR@
XYWWWDIR=@XYWWWDIR@

case ${STAGE} in
DEINSTALL)

	GIFS="README arrow.gif bkg-blue.gif bkg-clear.gif		\
		bkg-green.gif bkg-purple.gif bkg-red.gif bkg-yellow.gif	\
		blue-ack.gif blue-recent.gif blue.gif clear-recent.gif	\
		clear.gif favicon-blue.ico favicon-clear.ico		\
		favicon-green.ico favicon-purple.ico favicon-red.ico	\
		favicon-unknown.ico favicon-yellow.ico green-recent.gif	\
		green.gif purple-ack.gif purple-recent.gif purple.gif	\
		red-ack.gif red-recent.gif red.gif unknown-recent.gif	\
		unknown.gif yellow-ack.gif yellow-recent.gif		\
		yellow.gif zoom.gif"
	for file in ${GIFS}; do
		${RM} ${XYWWWDIR}/gifs/${file}
	done

	MENUFILES="README menu.css menu.js menu_items.js menu_tpl.js"
	for file in ${MENUFILES}; do
		${RM} ${XYWWWDIR}/menu/${file}
	done

	DOCFILES="about.html bb-to-hobbit.html clonewarn.jpg	\
			configure.txt criticalsystems.html		\
			critview-detail-acked.jpg			\
			critview-detail-ackform.jpg			\
			critview-detail.jpg critview-disk.jpg		\
			critview-green.jpg editor-clonemaster.jpg	\
			editor-diskchanged.jpg editor-disksetup.jpg	\
			editor-main.jpg editor-makeclone.jpg		\
			editor-nohost.jpg editor-showclone.jpg		\
			hobbit-alerts.html hobbit-apacheconf.txt	\
			hobbit-bbhosts.png hobbit-clients.png		\
			hobbit-config.html hobbit-mrtg.html		\
			hobbit-tips.html hobbitmain.png hobbitprocs.png	\
			howtograph.html install.html known-issues.html	\
			mainview-acked.jpg mainview.jpg			\
			manpages/index.html				\
			manpages/man1/bb-ack.cgi.1.html			\
			manpages/man1/bb-csvinfo.cgi.1.html		\
			manpages/man1/bb-datepage.cgi.1.html		\
			manpages/man1/bb-eventlog.cgi.1.html		\
			manpages/man1/bb-findhost.cgi.1.html		\
			manpages/man1/bb-hist.cgi.1.html		\
			manpages/man1/bb-rep.cgi.1.html			\
			manpages/man1/bb-replog.cgi.1.html		\
			manpages/man1/bb-snapshot.cgi.1.html		\
			manpages/man1/bb-webpage.cgi.1.html		\
			manpages/man1/bb.1.html				\
			manpages/man1/bbcmd.1.html			\
			manpages/man1/bbcombotest.1.html		\
			manpages/man1/bbdigest.1.html			\
			manpages/man1/bbgen.1.html			\
			manpages/man1/bbhostgrep.1.html			\
			manpages/man1/bbhostshow.1.html			\
			manpages/man1/bbretest-net.sh.1.html		\
			manpages/man1/bbtest-net.1.html			\
			manpages/man1/clientupdate.1.html		\
			manpages/man1/hobbit-ackinfo.cgi.1.html		\
			manpages/man1/hobbit-confreport.cgi.1.html	\
			manpages/man1/hobbit-ghosts.cgi.1.html		\
			manpages/man1/hobbit-hostgraphs.cgi.1.html	\
			manpages/man1/hobbit-nkedit.cgi.1.html		\
			manpages/man1/hobbit-nkview.cgi.1.html		\
			manpages/man1/hobbit-statusreport.cgi.1.html	\
			manpages/man1/hobbitgraph.cgi.1.html		\
			manpages/man1/hobbitping.1.html			\
			manpages/man1/hobbitsvc.cgi.1.html		\
			manpages/man1/logfetch.1.html			\
			manpages/man1/orcahobbit.1.html			\
			manpages/man5/bb-hosts.5.html			\
			manpages/man5/bb-services.5.html		\
			manpages/man5/bbcombotest.cfg.5.html		\
			manpages/man5/client-local.cfg.5.html		\
			manpages/man5/clientlaunch.cfg.5.html		\
			manpages/man5/hobbit-alerts.cfg.5.html		\
			manpages/man5/hobbit-clients.cfg.5.html		\
			manpages/man5/hobbit-nkview.cfg.5.html		\
			manpages/man5/hobbitcgi.cfg.5.html		\
			manpages/man5/hobbitclient.cfg.5.html		\
			manpages/man5/hobbitgraph.cfg.5.html		\
			manpages/man5/hobbitlaunch.cfg.5.html		\
			manpages/man5/hobbitserver.cfg.5.html		\
			manpages/man5/hobbitweb.5.html			\
			manpages/man7/xymon.7.html			\
			manpages/man8/bbmessage.cgi.8.html		\
			manpages/man8/bbproxy.8.html			\
			manpages/man8/hobbit-enadis.cgi.8.html		\
			manpages/man8/hobbit-mailack.8.html		\
			manpages/man8/hobbitd.8.html			\
			manpages/man8/hobbitd_alert.8.html		\
			manpages/man8/hobbitd_channel.8.html		\
			manpages/man8/hobbitd_client.8.html		\
			manpages/man8/hobbitd_filestore.8.html		\
			manpages/man8/hobbitd_history.8.html		\
			manpages/man8/hobbitd_hostdata.8.html		\
			manpages/man8/hobbitd_rrd.8.html		\
			manpages/man8/hobbitd_sample.8.html		\
			manpages/man8/hobbitfetch.8.html		\
			manpages/man8/hobbitlaunch.8.html		\
			manpages/man8/msgcache.8.html			\
			manpages/man8/trimhistory.8.html		\
			stdview-detail-acked.jpg"
	DOCDIRS="manpages/man8 manpages/man7 manpages/man5 	\
			manpages/man1 manpages"
	for file in ${DOCFILES}; do
		${RM} ${XYWWWDIR}/help/${file}
	done
	for dir in ${DOCDIRS}; do
		${RMDIR} ${XYWWWDIR}/help/${dir}
	done

	if [ -h ${BBHOME}/bin ]; then
		${RM} ${BBHOME}/bin
	fi
	if [ -h ${BBHOME}/etc ]; then
		${RM} ${BBHOME}/etc
	fi
	if [ -h ${BBHOME}/ext ]; then
		${RM} ${BBHOME}/ext
	fi
	if [ -h ${BBHOME}/tmp ]; then
		${RM} ${BBHOME}/tmp
	fi
	if [ -h ${BBHOME}/web ]; then
		${RM} ${BBHOME}/web
	fi
	if [ -h ${BBHOME}/www ]; then
		${RM} ${BBHOME}/www
	fi
	if [ -h ${BBHOME}/download ]; then
		${RM} ${BBHOME}/download
	fi
	if [ -h ${BBHOME}/logs ]; then
		${RM} ${BBHOME}/logs
	fi

	;;
esac