提交 a78e1db8 编写于 作者: K kohsuke

/var/run is swap. I meant /var/lib

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10285 71c3de6d-444a-0410-be80-ed276b4c234a
上级 a53a4540
......@@ -41,7 +41,7 @@ THE SOFTWARE.
<method_credential user='root' group='root' />
<method_environment>
<envvar name='PATH' value='/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/local/bin:/usr/local/sbin:/usr/sfw/bin' />
<envvar name='HUDSON_HOME' value='/var/run/hudson' />
<envvar name='HUDSON_HOME' value='/var/lib/hudson' />
</method_environment>
</method_context>
......
......@@ -35,7 +35,7 @@ def addfile(fullpath,attributes={}):
addfile("/usr/local/bin/hudson.war",{"file":"./hudson.war"})
addfile("/var/svc/manifest/local/hudson.xml",{"file":"hudson.xml"})
# this is the Hudson home directory
mkdirs("/var/run/hudson")
mkdirs("/var/lib/hudson")
# TODO: how do I register SMF?
# see http://www.pauloswald.com/article/29/hudson-solaris-smf-manifest
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册