Hi peoples, I make two scripts (slapd-aplication and admin server) to Suse 9x 10x system. I based from scripts to RH (in wiki) If somebody found any error please make the fix or report to list :) Excuse me by my English :) Instructions to setup: (to default path install) #####fedora-ds script###### chmod 755 fedora-ds cp fedora-ds /etc/init.d/ ln -s /etc/init.d/fedora-ds /usr/sbin/rcfedora-ds Edit /etc/init.d/fedora-ds and change APP_NAME var valeu to name of you aplication and enable the service in yast or in console chkconfing fedora-ds on ########################### ######fedora-ds-admin###### chmod 755 fedora-ds-admin cp fedora-ds-admin /etc/init.d/ ln -s /etc/init.d/fedora-ds-admin /usr/sbin/rcfedora-ds-admin and enable the service in yast or in console chkconfing fedora-ds-admin on ########################## I find that it is this thanks Carlos Cesario
Richard Megginson
2006-Aug-11 16:01 UTC
Re: [Fedora-directory-users] Init script to Suse 9x 10x
Carlos Cesario wrote:> Hi peoples, I make two scripts (slapd-aplication and admin server) to > Suse 9x 10x system. > > I based from scripts to RH (in wiki) > > If somebody found any error please make the fix or report to list :) >Thanks! http://directory.fedora.redhat.com/wiki/Howto:SysVInit#Init_Scripts_for_Suse_9.2F10> > Excuse me by my English :) > > > Instructions to setup: (to default path install) > > #####fedora-ds script###### > chmod 755 fedora-ds > cp fedora-ds /etc/init.d/ > ln -s /etc/init.d/fedora-ds /usr/sbin/rcfedora-ds > > Edit /etc/init.d/fedora-ds and change APP_NAME var valeu to name of you > aplication > > and enable the service in yast or in console > chkconfing fedora-ds on > > ########################### > > ######fedora-ds-admin###### > chmod 755 fedora-ds-admin > cp fedora-ds-admin /etc/init.d/ > ln -s /etc/init.d/fedora-ds-admin /usr/sbin/rcfedora-ds-admin > and enable the service in yast or in console > chkconfing fedora-ds-admin on > ########################## > > I find that it is this > > thanks > > Carlos Cesario > > > ------------------------------------------------------------------------ > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >