File: slapdmsg.mc

package info (click to toggle)
openldap 2.6.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 31,080 kB
  • sloc: ansic: 328,961; sh: 51,256; cpp: 6,011; makefile: 3,320; sql: 1,714; perl: 455; python: 184; tcl: 45
file content (28 lines) | stat: -rw-r--r-- 860 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
;//
;// This file contains message strings for the OpenLDAP slapd service.
;//
;// This file should be compiled as follows
;//   mc -v slapdmsg.mc  -r $(IntDir)  
;//   rc /v /r  $(IntDir)\slapdmsg.rc
;// The mc (message compiler) command generates the .rc and .h files from this file. The 
;// rc (resource compiler) takes the .rc file and produces a .res file that can be linked 
;// with the final executable application. The application is then registered as a message
;// source with by creating the appropriate entries in the system registry.
;//

MessageID=0x500
Severity=Informational
SymbolicName=MSG_SVC_STARTED
Facility=Application
Language=English
OpenLDAP service started. debuglevel=%1, conffile=%2, urls=%3
.


MessageID=0x501
Severity=Informational
SymbolicName=MSG_SVC_STOPPED
Facility=Application
Language=English
OpenLDAP service stopped.
.