From: Thierry Parmentelat Date: Tue, 4 Sep 2012 09:44:17 +0000 (+0200) Subject: use sfaadmin.py rather than more fragile sfaadmin in scripts X-Git-Tag: sfa-2.1-24~11^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0f2ac2c08a04ba8bc093675e16876b751fa624f9;p=sfa.git use sfaadmin.py rather than more fragile sfaadmin in scripts not all people use rpm to install --- diff --git a/init.d/sfa b/init.d/sfa index 6a3ed370..69cf6f6f 100755 --- a/init.d/sfa +++ b/init.d/sfa @@ -233,7 +233,8 @@ function db_start () { check fi check - sfaadmin reg sync_db + # mention sfaadmin.py instead of just sfaadmin for people who do not install through rpm + sfaadmin.py reg sync_db MESSAGE=$"SFA: Checking for PostgreSQL server" echo -n "$MESSAGE"