Path to this page:
./
misc/jitterbug,
Web-oriented bug-tracking tool
Branch: pkgsrc-2008Q1,
Version: 1.6.2nb1,
Package name: jitterbug-1.6.2nb1,
Maintainer: wennmachJitterBug is a cgi-bin tool for problem reporting and tracking developed
by Andrew Tridgell for the Samba Team.
If you want to see some examples of what JitterBug can do then have a
look at http://samba.anu.edu.au/cgi-bin/jitterbug
DEINSTALL [+/-]#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2001/11/01 01:28:24 zuntum Exp $
JB_USER=@JB_USER@
JB_GROUP=@JB_GROUP@
JB_PACKAGE=@JB_PACKAGE@
PKG=$1
STAGE=$2
if [ "$STAGE" != "DEINSTALL" ];
then
exit 0
fi
echo "If you are removing jitterbug permanently, you may wish to"
echo " - remove user ${JB_USER}"
echo " - remove group ${JB_GROUP}"
echo " - remove entries in your httpd.conf (usually ${PKG_PREFIX}/etc/httpd/httpd.conf)"
echo " - remove mail alias for ${JB_PACKAGE}-bugs in your mail aliases"
echo " (typically /etc/aliases or /etc/mail/aliases)"
echo " and run \`newaliases' (if you use sendmail)"
exit 0
Master sites:
SHA1: c9c25ee892883560a829f832efbd028b8531651f
RMD160: 8fad3804bd6f247767c37e9611a8d155666604d7
Filesize: 96.414 KB
Version history: (Expand)
- (2008-04-12) Package added to pkgsrc.se, version jitterbug-1.6.2nb1 (created)