]> git.sur5r.net Git - openldap/blob - libraries/liblutil/slapdmsg.mc
ITS#8484 - Fix MozNSS initialization
[openldap] / libraries / liblutil / slapdmsg.mc
1 ;//
2 ;// This file contains message strings for the OpenLDAP slapd service.
3 ;//
4 ;// This file should be compiled as follows
5 ;//   mc -v slapdmsg.mc  -r $(IntDir)  
6 ;//   rc /v /r  $(IntDir)\slapdmsg.rc
7 ;// The mc (message compiler) command generates the .rc and .h files from this file. The 
8 ;// rc (resource compiler) takes the .rc file and produces a .res file that can be linked 
9 ;// with the final executable application. The application is then registered as a message
10 ;// source with by creating the appropriate entries in the system registry.
11 ;//
12
13 MessageID=0x500
14 Severity=Informational
15 SymbolicName=MSG_SVC_STARTED
16 Facility=Application
17 Language=English
18 OpenLDAP service started. debuglevel=%1, conffile=%2, urls=%3
19 .
20
21
22 MessageID=0x501
23 Severity=Informational
24 SymbolicName=MSG_SVC_STOPPED
25 Facility=Application
26 Language=English
27 OpenLDAP service stopped.
28 .