Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/helpdesk/helpdesk.client.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2720 by niro, Fri Dec 18 14:13:48 2015 UTC revision 2721 by niro, Fri Dec 18 14:20:49 2015 UTC
# Line 63  set_helpdesk_unit() Line 63  set_helpdesk_unit()
63    
64   CONFIG="${MCORE_CONFIG_PATH}/helpdesk/unit"   CONFIG="${MCORE_CONFIG_PATH}/helpdesk/unit"
65   clearconfig   clearconfig
66   maddconfig "HELPDESK_UNIT=\"${unit}\""   addconfig "HELPDESK_UNIT=\"${unit}\""
67  }  }
68    
69  set_helpdesk_phone()  set_helpdesk_phone()
# Line 75  set_helpdesk_phone() Line 75  set_helpdesk_phone()
75    
76   CONFIG="${MCORE_CONFIG_PATH}/helpdesk/phone"   CONFIG="${MCORE_CONFIG_PATH}/helpdesk/phone"
77   clearconfig   clearconfig
78   maddconfig "HELPDESK_PHONE=\"${phone}\""   addconfig "HELPDESK_PHONE=\"${phone}\""
79  }  }

Legend:
Removed from v.2720  
changed lines
  Added in v.2721