View | Details | Raw Unified | Return to bug 85761 | Differences between
and this patch

Collapse All | Expand All

(-)pkg-install Mon Sep 5 20:42:20 2005 (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
# Checks if the 'www' user and group exist. If they don't, then
3
# Checks if the '%%USER%%' user and %%GROUP%% group exist. If they don't, then
4
# an attempt is made to create both.
4
# an attempt is made to create both.
5
#
5
#
6
# $FreeBSD: ports/www/jakarta-tomcat55/pkg-install,v 1.2 2005/06/13 14:08:34 hq Exp $
6
# $FreeBSD: ports/www/jakarta-tomcat55/pkg-install,v 1.2 2005/06/13 14:08:34 hq Exp $
Lines 12-45 Link Here
12
fi
12
fi

Return to bug 85761