@extra support
This commit is contained in:
parent
651b3d0d27
commit
f32b28830a
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2003/05/13 22:53:59 sturm Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.4 2003/08/22 15:58:00 naddy Exp $
|
||||
#
|
||||
# De-installation setup of cvsweb
|
||||
|
||||
@ -38,7 +38,7 @@ fi
|
||||
#
|
||||
case $2 in
|
||||
DEINSTALL)
|
||||
if [ -e ${CONFIG_DIR} ]; then
|
||||
if [ "$PKG_DELETE_EXTRA" != Yes -a -e ${CONFIG_DIR} ]; then
|
||||
do_notice "$1"
|
||||
fi
|
||||
;;
|
||||
|
@ -2,5 +2,3 @@ The cvsweb WWW CGI script allows remote users to browse a CVS
|
||||
repository tree via the web. It can display the revision history
|
||||
of a file, as well as diffs between revisions, and download the
|
||||
whole file.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,10 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/01/03 00:51:41 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/22 15:58:00 naddy Exp $
|
||||
cgi-bin/cvsweb
|
||||
conf/cvsweb/cvsweb.conf.dist
|
||||
conf/cvsweb/cvsweb.conf-freebsd.dist
|
||||
conf/cvsweb/cvsweb.conf-netbsd.dist
|
||||
conf/cvsweb/cvsweb.conf-openbsd.dist
|
||||
conf/cvsweb/cvsweb.conf-ruby.dist
|
||||
icons/cvsweb/back.gif
|
||||
icons/cvsweb/dir.gif
|
||||
icons/cvsweb/miniback.gif
|
||||
@ -12,3 +7,11 @@ icons/cvsweb/minidir.gif
|
||||
icons/cvsweb/minitext.gif
|
||||
icons/cvsweb/text.gif
|
||||
@dirrm icons/cvsweb
|
||||
@cwd ${CONFDIR}
|
||||
cvsweb/cvsweb.conf.dist
|
||||
cvsweb/cvsweb.conf-freebsd.dist
|
||||
cvsweb/cvsweb.conf-netbsd.dist
|
||||
cvsweb/cvsweb.conf-openbsd.dist
|
||||
cvsweb/cvsweb.conf-ruby.dist
|
||||
@extra cvsweb/cvsweb.conf
|
||||
@extra cvsweb/
|
||||
|
Loading…
x
Reference in New Issue
Block a user