[Pkg-javascript-commits] [node-ain2] 69/102: Add FreeBSD as a supported OS type

Jonas Smedegaard js at moszumanska.debian.org
Tue Apr 29 11:59:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-ain2.

commit 130fc383e431b408fa30beb69aba4dd3b41e5378
Author: J. Maurice <j at wiz.biz>
Date:   Fri Aug 10 15:20:29 2012 +0900

    Add FreeBSD as a supported OS type
---
 index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.js b/index.js
index 04ce270..75fc22f 100644
--- a/index.js
+++ b/index.js
@@ -29,6 +29,7 @@ var Transport = {
 
         switch(require('os').type()) {
             case 'Darwin': 
+            case 'FreeBSD':
                 logTarget = '/var/run/syslog' ;
                 break ;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ain2.git



More information about the Pkg-javascript-commits mailing list