Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. root@fritz:/var/mod/root# sh -x /etc/init.d/rc.inadyn-mt stop
  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=xxxxxxxxxxxxxxxxxxx
  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=xxxxxxxxx
  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=xxxxxxxxxx
  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_stop
  55. + local fn=/var/run/inadyn-mt.pid
  56. + cat /var/run/inadyn-mt.pid
  57. + local id=
  58. + echo -n Stopping inadyn-mt ...
  59. Stopping inadyn-mt ... + modlib_check_running
  60. + [ -n ]
  61. + [ -x /etc/init.d/rc.inetd ]
  62. + echo inadyn-mt_ENABLED
  63. + tr [:lower:]- [:upper:]_
  64. + eval echo $INADYN_MT_ENABLED
  65. + echo yes
  66. + [ yes == inetd ]
  67. + [ -n ]
  68. + local fn=/var/run/inadyn-mt.pid
  69. + [ ! -s /var/run/inadyn-mt.pid ]
  70. + return 3
  71. + echo not running.
  72. not running.
  73. + exit 0
  74. root@fritz:/var/mod/root#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement