Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. root@fritz:/var/mod/root# sh -x /etc/init.d/rc.inadyn-mt start
  2. + DAEMON=inadyn-mt
  3. + . /etc/init.d/modlibrc
  4. + export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/mod/sbin:/mod/bin:/mod/usr/sbin:/mod/usr/bin
  5. + export LD_LIBRARY_PATH=/mod/lib:/mod/usr/lib
  6. + : inadyn-mt
  7. + : inadyn-mt
  8. + : inadyn-mt_ENABLED
  9. + : /mod/etc/inadyn-mt.conf
  10. + : inadyn-mt
  11. + : /var/run/inadyn-mt.pid
  12. + [ -n inadyn-mt ]
  13. + modlib_loadconfig
  14. + local CONF_FILE=/mod/etc/conf/inadyn-mt.cfg
  15. + [ ! -r /mod/etc/conf/inadyn-mt.cfg ]
  16. + . /mod/etc/conf/inadyn-mt.cfg
  17. + export INADYN_MT_ACTIVE0=yes
  18. + export INADYN_MT_ACTIVE1=no
  19. + export INADYN_MT_ACTIVE2=no
  20. + export INADYN_MT_ACTIVE3=no
  21. + export INADYN_MT_ACTIVE4=no
  22. + export INADYN_MT_ALIAS0=xxxxxxxxxxxxx
  23. + export INADYN_MT_ALIAS1=
  24. + export INADYN_MT_ALIAS2=
  25. + export INADYN_MT_ALIAS3=
  26. + export INADYN_MT_ALIAS4=
  27. + export INADYN_MT_ENABLED=yes
  28. + export INADYN_MT_OPTIONS0=
  29. + export INADYN_MT_OPTIONS1=
  30. + export INADYN_MT_OPTIONS2=
  31. + export INADYN_MT_OPTIONS3=
  32. + export INADYN_MT_OPTIONS4=
  33. + export INADYN_MT_PASS0=xxxxxxxxxx
  34. + export INADYN_MT_PASS1=
  35. + export INADYN_MT_PASS2=
  36. + export INADYN_MT_PASS3=
  37. + export INADYN_MT_PASS4=
  38. + export INADYN_MT_SERVICE0=xxxxxxxxxxx
  39. + export INADYN_MT_SERVICE1=dyndns.org
  40. + export INADYN_MT_SERVICE2=dyndns.org
  41. + export INADYN_MT_SERVICE3=dyndns.org
  42. + export INADYN_MT_SERVICE4=dyndns.org
  43. + export INADYN_MT_URL0=
  44. + export INADYN_MT_URL1=
  45. + export INADYN_MT_URL2=
  46. + export INADYN_MT_URL3=
  47. + export INADYN_MT_URL4=
  48. + export INADYN_MT_USER0=xxxxxxxxxxxx
  49. + export INADYN_MT_USER1=
  50. + export INADYN_MT_USER2=
  51. + export INADYN_MT_USER3=
  52. + export INADYN_MT_USER4=
  53. + export INADYN_MT_VERBOSE=0
  54. + modlib_start
  55. + local DAEMON_ENABLED=
  56. + [ == no ]
  57. + [ == inetd -a ! -x /etc/init.d/rc.inetd ]
  58. + modlib_check_running
  59. + [ -n ]
  60. + [ -x /etc/init.d/rc.inetd ]
  61. + echo inadyn-mt_ENABLED
  62. + tr [:lower:]- [:upper:]_
  63. + eval echo $INADYN_MT_ENABLED
  64. + echo yes
  65. + [ yes == inetd ]
  66. + [ -n ]
  67. + local fn=/var/run/inadyn-mt.pid
  68. + [ ! -s /var/run/inadyn-mt.pid ]
  69. + cat /var/run/inadyn-mt.pid
  70. + kill -0 16136
  71. + rm -f /var/run/inadyn-mt.pid
  72. + return 3
  73. + start
  74. + modlib_startdaemon inadyn-mt --input_file /mod/etc/inadyn-mt.conf
  75. Starting inadyn-mt ... done.
  76. + return 0
  77. + exit 0
  78. root@fritz:/var/mod/root#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement