Annotation of StartupItems/PostgreSQL/StartupParameters.plist, revision 1.1.1.1

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

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