commit:     01fe4b8c2860c54d8179142e1525f4d9c997f7be
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Jan 11 17:01:56 2021 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Mon Jan 11 17:01:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01fe4b8c

net-misc/purritobin: fix command_args name

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 net-misc/purritobin/files/purritobin.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/purritobin/files/purritobin.initd 
b/net-misc/purritobin/files/purritobin.initd
index 8c070466..aebbb117 100644
--- a/net-misc/purritobin/files/purritobin.initd
+++ b/net-misc/purritobin/files/purritobin.initd
@@ -7,7 +7,7 @@ description="ultra fast, minimalistic command line paste-bin"
 
 command="/usr/bin/purrito"
 command_background=true
-command_args="${ARGS:- -d /var/www/purritobin/}"
+command_args="${command_args:- -d /var/www/purritobin/}"
 pidfile="/run/${RC_SVCNAME}.pid"
 command_user="purritobin:purritobin"
 

Reply via email to