xref: /netbsd-src/external/bsd/openldap/dist/libraries/liblutil/slapdmsg.mc (revision 2de962bd804263c16657f586aa00f1704045df8e)
1*2de962bdSlukem;//
2*2de962bdSlukem;// This file contains message strings for the OpenLDAP slapd service.
3*2de962bdSlukem;//
4*2de962bdSlukem;// This file should be compiled as follows
5*2de962bdSlukem;//   mc -v slapdmsg.mc  -r $(IntDir)
6*2de962bdSlukem;//   rc /v /r  $(IntDir)\slapdmsg.rc
7*2de962bdSlukem;// The mc (message compiler) command generates the .rc and .h files from this file. The
8*2de962bdSlukem;// rc (resource compiler) takes the .rc file and produces a .res file that can be linked
9*2de962bdSlukem;// with the final executable application. The application is then registered as a message
10*2de962bdSlukem;// source with by creating the appropriate entries in the system registry.
11*2de962bdSlukem;//
12*2de962bdSlukem
13*2de962bdSlukemMessageID=0x500
14*2de962bdSlukemSeverity=Informational
15*2de962bdSlukemSymbolicName=MSG_SVC_STARTED
16*2de962bdSlukemFacility=Application
17*2de962bdSlukemLanguage=English
18*2de962bdSlukemOpenLDAP service started. debuglevel=%1, conffile=%2, urls=%3
19*2de962bdSlukem.
20*2de962bdSlukem
21*2de962bdSlukem
22*2de962bdSlukemMessageID=0x501
23*2de962bdSlukemSeverity=Informational
24*2de962bdSlukemSymbolicName=MSG_SVC_STOPPED
25*2de962bdSlukemFacility=Application
26*2de962bdSlukemLanguage=English
27*2de962bdSlukemOpenLDAP service stopped.
28*2de962bdSlukem.
29