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 2321 by niro, Fri Jul 11 12:48:05 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:"
# Line 11  then Line 11  then
11   info "Remount /sysroot writeable"   info "Remount /sysroot writeable"
12   mount -oremount,rw /sysroot   mount -oremount,rw /sysroot
13   # start mcored   # start mcored
14     echo "Starting mcore daemon"
15   info "Starting mcore daemon"   info "Starting mcore daemon"
16   export MROOT=/sysroot   export MROOT=/sysroot
17   . @@CONFDDIR@@/mcored   . @@CONFDDIR@@/mcored

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