File:  [Repository] / StartupItems / Tomcat / StartupParameters.plist
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Jun 8 17:50:02 2006 UTC (18 years, 1 month ago) by casties
Branches: vendor, MAIN
CVS tags: release, HEAD
First version of StartupItems

    1: {
    2:   Description   = "Tomcat server";
    3:   Provides      = ("Tomcat");
    4:   Requires      = ("Resolver");
    5:   Preference    = "Late";
    6:   Messages =
    7:   {
    8:     start = "Starting Tomcat";
    9:     stop  = "Stopping Tomcat";
   10:   };
   11: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>