Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/dracut/run-mcored.sh.in

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

revision 2297 by niro, Mon Jan 20 10:11:41 2014 UTC revision 2298 by niro, Mon Jan 20 10:12:32 2014 UTC
# Line 2  Line 2 
2    
3  if [ -x @@SBINDIR@@/sslsvd -a -x @@SBINDIR@@/mcored -a -f @@CONFDDIR@@/mcored ]  if [ -x @@SBINDIR@@/sslsvd -a -x @@SBINDIR@@/mcored -a -f @@CONFDDIR@@/mcored ]
4  then  then
5   if getargbool 1 rd.mcored   if getargbool 1 rd.mcored && getargbool 0 rd.neednet && NEEDNET=1
6   then   then
7   # print ip config   # print ip config
8   info "Current ip settings:"   info "Current ip settings:"

Legend:
Removed from v.2297  
changed lines
  Added in v.2298