Project

General

Profile

Feature #76

Updated by Igor Pashev over 11 years ago

<pre> 
 ./configure --enable-smf=FMRI 
 ... 
 AC_DEFINE(...) 

 #ifndef FMRI 
 #define FMRI "svc:/application/security/tcsd:default" 
 #endif 
 </pre> 


 Or even in run-time. 
 

 http://git.osdyson.org/?p=trousers.git;a=blob;f=src/tcsd/tcsd_conf.c;h=afc1dcb8577f8c5dafcf16449d425dedd27662c9;hb=refs/heads/upstream#l688

Back