From f7eddda407b6eba87fff3688734d48e13329631b Mon Sep 17 00:00:00 2001
From: Thuban <thuban@yeuxdelibad.net>
Date: Wed, 26 Apr 2017 07:22:44 +0000
Subject: [PATCH] fix typo

---
 vilain.rc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/vilain.rc b/vilain.rc
index e3f73bf..b50806b 100755
--- a/vilain.rc
+++ b/vilain.rc
@@ -6,8 +6,9 @@
 
 . /etc/rc.d/rc.subr
 
-pexp="python3.*vilain\.py"
+pexp=".*vilain\.py"
 rc_reload=NO
 
 rc_cmd $1
 
+

--
Gitblit v1.9.3