~ubuntu-branches/ubuntu/trusty/slof/trusty

« back to all changes in this revision

Viewing changes to slof/fs/loaders.fs

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2013-12-11 00:00:46 UTC
  • mfrom: (2.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20131211000046-1199k14mvmd37ts6
Tags: 20131015+dfsg-1ubuntu1
* Merge from Debian unstable. Remaining changes:
  - Since Ubuntu always builds Architecture: all packages on i386, build
    using a cross-compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
   my-self >r current-node @ >r  \ Save my-self
76
76
   (parse-line) open-dev dup  IF
77
77
      dup to my-self dup ihandle>phandle set-node
 
78
      dup
78
79
      s" ping" rot ['] $call-method CATCH  IF
79
80
         cr
80
81
         ." Not a pingable device"
81
82
         cr 3drop
82
83
      THEN
 
84
      swap close-dev
83
85
   ELSE
84
86
      cr
85
87
      ." Usage: ping device-path:[device-args,]server-ip,[client-ip],[gateway-ip][,timeout]"