/[pxelator]/couchdb/ssh/views/ip,command-out/map.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /couchdb/ssh/views/ip,command-out/map.js

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

revision 363 by dpavlin, Sat Aug 29 21:11:18 2009 UTC revision 364 by dpavlin, Sun Aug 30 11:36:12 2009 UTC
# Line 1  Line 1 
1  function(doc) {  function(doc) {
2    if ( doc.package == 'ssh' )    if ( doc.package.name == 'ssh' )
3    emit([doc.ip,doc.command],doc.out);    emit([doc.ip,doc.command],doc.out);
4  }  }

Legend:
Removed from v.363  
changed lines
  Added in v.364

  ViewVC Help
Powered by ViewVC 1.1.26