Projects
Kolab:16:TestingLinked
nodejs
0002-set-path-rename-manpage.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-set-path-rename-manpage.patch of Package nodejs (Revision 2)
Currently displaying revision
2
,
Show latest
Description: FHS path for nodejs, rename man page to nodejs. Use /usr/lib/nodejs for packaged modules. Forwarded: not-needed Author: Jérémy Lal <kapouer@melix.org> Last-Update: 2013-03-16 --- a/lib/module.js +++ b/lib/module.js @@ -508,7 +508,7 @@ var homeDir = process.env.HOME; } - var paths = [path.resolve(process.execPath, '..', '..', 'lib', 'node')]; + var paths = ['/usr/lib/nodejs']; if (homeDir) { paths.unshift(path.resolve(homeDir, '.node_libraries')); --- a/doc/node.1 +++ b/doc/node.1 @@ -2,12 +2,12 @@ .SH "NAME" -node \- Server-side JavaScript +nodejs \- Server-side JavaScript .SH SYNOPSIS -.B node +.B nodejs [ .B \-v ]
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.