Blog/Tech.
svn init.d script & adding it to rc.d
과소비자
2009. 1. 8. 15:42
reference from : http://eightpence.com/a-subversion-initd-script-for-ubuntu-linux/
save following script as /etc/init.d/svnserve
you can get it here as well
after you save the script, you need to change its permission like others
for me, ubuntu 8.10, but mostly 755 : chmod 755 /etc/init.d/svnserve
and then,
save following script as /etc/init.d/svnserve
#!/bin/sh -e |
you can get it here as well
after you save the script, you need to change its permission like others
for me, ubuntu 8.10, but mostly 755 : chmod 755 /etc/init.d/svnserve
and then,
update-rc.d svnserve defaults
this command line adds above script(/etc/init.d/svnserve) initial scripts directories on /etc/rc#.d/