From 0f2ac2c08a04ba8bc093675e16876b751fa624f9 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 4 Sep 2012 11:44:17 +0200 Subject: [PATCH] use sfaadmin.py rather than more fragile sfaadmin in scripts not all people use rpm to install --- init.d/sfa | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.47.0