Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smartOS support #8

Closed
riceian opened this issue Sep 2, 2013 · 3 comments
Closed

smartOS support #8

riceian opened this issue Sep 2, 2013 · 3 comments

Comments

@riceian
Copy link

riceian commented Sep 2, 2013

The sdin.write for Solaris is different so the module fails when saving the tabs.
The fix is to change line 106 of index.js to

if(process.platform === 'sunos')
var child = Spawn(COMMAND);
else
var child = Spawn(COMMAND, args);

@dachev
Copy link
Owner

dachev commented May 17, 2014

Reading the man page at this URL, it seems that the syntax is the same: https://us-east.manta.joyent.com/smartosman/public/man1/crontab.1.html

@mikekoetter
Copy link

Had this problem on openindiana as well - add the recommended fix ( this time at line line 140 ) and I can now save new crontab events

@dachev
Copy link
Owner

dachev commented Jun 23, 2015

Fixed in 1.0.3

@dachev dachev closed this as completed Jun 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants