From 133e231a08b3ff336202d0164e0d0ebc20a8be47 Mon Sep 17 00:00:00 2001 From: Vitaly Lipatov <lav@etersoft.ru> Date: Fri, 23 Sep 2016 16:15:40 +0300 Subject: [PATCH] small fixes --- TODO | 2 ++ bin/serv | 2 +- eepm.spec | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index b87878dd..ef4e14cc 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +/etc/eepm.conf конфиг + FIXME: epm-install need realpath, missed on some systems [18:21:12] <danil> Вот так можно: diff --git a/bin/serv b/bin/serv index 0815f81e..e91a9afa 100755 --- a/bin/serv +++ b/bin/serv @@ -130,7 +130,7 @@ $(get_help HELPOPT) print_version() { echo "Service manager version @VERSION@" - echo "Running on $($DISTRVENDOR)" + echo "Running on $($DISTRVENDOR) with $SERVICETYPE" echo "Copyright (c) Etersoft 2012, 2013, 2016" echo "This program may be freely redistributed under the terms of the GNU AGPLv3." } diff --git a/eepm.spec b/eepm.spec index 40009b12..2acb23f7 100644 --- a/eepm.spec +++ b/eepm.spec @@ -50,6 +50,7 @@ ln -s serv %buildroot%_sysconfdir/bash_completion.d/cerv # shebang.req.files chmod a+x %buildroot%_datadir/%name/{serv-,epm-}* +chmod a+x %buildroot%_datadir/%name/tools_* %files %doc README TODO LICENSE -- 2.24.1