Changes

From SME Server
Jump to navigationJump to search
Line 26: Line 26:  
     safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/etc/test/db.php/template-end");
 
     safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/etc/test/db.php/template-end");
 
or another utilisation, do a link to an event already existing  
 
or another utilisation, do a link to an event already existing  
                               existing event                                             new event linked to the other event
+
                               '''existing event'''                                    '''new event linked to the other event'''
 
  safe_symlink("/etc/e-smith/events/bootstrap-console-save/templates2expand", "root/etc/e-smith/events/service-expand/templates2expand");
 
  safe_symlink("/etc/e-smith/events/bootstrap-console-save/templates2expand", "root/etc/e-smith/events/service-expand/templates2expand");
    
or if you want to do a link to an existing file
 
or if you want to do a link to an existing file
   −
                     existing file              link in the rpm
+
                     '''existing file'''             '''link in the rpm'''
 
  safe_symlink("/usr/share/php/Net/LDAP3","root/usr/share/pear/Net/LDAP3");
 
  safe_symlink("/usr/share/php/Net/LDAP3","root/usr/share/pear/Net/LDAP3");
 
  safe_symlink("/usr/share/php/Net/LDAP3.php","root/usr/share/pear/Net/LDAP3.php");
 
  safe_symlink("/usr/share/php/Net/LDAP3.php","root/usr/share/pear/Net/LDAP3.php");

Navigation menu