Koozali.org: home of the SME Server

smeserver-subversion-1.0-3: bug in install

shirka

smeserver-subversion-1.0-3: bug in install
« on: September 10, 2006, 02:38:07 PM »
Hi,

Please, test your package on a fresh install before you publish it

Code: [Select]
]# db configuration set modDAVSVN service <-- missing this line in this package script (in rpm post section)
]# db configuration setprop modDAVSVN status enabled

]# cd /etc/e-smith/events/subversion-delete/services2adjust
]# mv httpd-s-smith httpd-e-smith <-- no comment

]# cd /etc/e-smith/events/subversion-modify/services2adjust
]# mv httpd-s-smith httpd-e-smith <-- no comment

]# signal-event subversion-modify


Thanks.

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: smeserver-subversion-1.0-3: bug in install
« Reply #1 on: September 10, 2006, 10:00:07 PM »
Quote from: "shirka"
Hi,

Please, test your package on a fresh install before you publish it

Thanks.
I know that is the proper way... but unfortunately I have no spare system availabale at the moment. I made this for my own benefit and maybe for the benefit of others....
Quote from: "shirka"
Code: [Select]
]# db configuration set modDAVSVN service <-- missing this line in this package script
Thanks for reporting this issue. Fixed the bug, new release should be available here (Not tested :-( sorry!)
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

shirka

smeserver-subversion-1.0-3: bug in install
« Reply #2 on: September 10, 2006, 10:45:56 PM »
Hi,

I think that createlinks script in source package has an error here:
Code: [Select]
- safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-s-smith");
+ safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");

Quote
s/httpd-s-smith/httpd-e-smith/

I am right?

Bye.

P.S.: Sorry, i was wrong. :oops: I was to test the package before installing it. Sorry :oops: