Created
October 14, 2013 18:08
-
-
Save drscream/6979622 to your computer and use it in GitHub Desktop.
Sickbeard SMF diff for SmartOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- init.solaris11.orig 2013-10-14 18:04:43.238109596 +0000 | |
+++ init.solaris11 2013-10-14 18:07:49.886298548 +0000 | |
@@ -63,6 +63,9 @@ | |
<!-- execute as user sickbeard --> | |
<method_context> | |
<method_credential user='sickbeard' group='other' /> | |
+ <method_environment> | |
+ <envvar name='PATH' value='/opt/local/bin:/opt/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin'/> | |
+ </method_environment> | |
</method_context> | |
<exec_method |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment