Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3083e71246f8326ecf5ba0cbd846019bcc97e03a
commit 3083e71246f8326ecf5ba0cbd846019bcc97e03a Author: Priyank <[EMAIL PROTECTED]> Date: Fri Feb 1 22:33:26 2008 +0530 fun-0.2.0-2-i686 rc.fun: the start priority should be higher than that of the dbus service otherwise fun will always fail to register with dbus on boot. * Closes #2732 diff --git a/source/xapps/fun/FrugalBuild b/source/xapps/fun/FrugalBuild index b6c92c2..06eb439 100644 --- a/source/xapps/fun/FrugalBuild +++ b/source/xapps/fun/FrugalBuild @@ -3,7 +3,7 @@ pkgname=fun pkgver=0.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Frugalware Update Notifier (FUN)" url="http://ftp.frugalware.org/pub/other/fun" rodepends=('gfpm>=1.0.4') diff --git a/source/xapps/fun/rc.fun b/source/xapps/fun/rc.fun index 2bb2bb6..8d72573 100644 --- a/source/xapps/fun/rc.fun +++ b/source/xapps/fun/rc.fun @@ -4,7 +4,7 @@ # rc.fun for Frugalware # distributed under GPL License -# chkconfig: 2345 50 15 +# chkconfig: 2345 99 15 # description: Frugalware Update Notifier (FUN) source /lib/initscripts/functions _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
