murakumo 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/etc/murakumo.server +1 -1
- data/lib/misc/murakumo_const.rb +1 -1
- metadata +3 -3
data/etc/murakumo.server
CHANGED
|
@@ -97,7 +97,7 @@ EOF
|
|
|
97
97
|
chmod 600 $conf
|
|
98
98
|
|
|
99
99
|
echo "configuration file was created: $conf"
|
|
100
|
-
echo -e "\033[0;31mPlease set 127.0.0.1 to resolv.conf.\033[0;39m"
|
|
100
|
+
/bin/echo -e "\033[0;31mPlease set 127.0.0.1 to resolv.conf.\033[0;39m"
|
|
101
101
|
;;
|
|
102
102
|
hup)
|
|
103
103
|
PID=`ps -ef | awk '/ruby/ && /murakumo/ && !/awk/{print $2}'`
|
data/lib/misc/murakumo_const.rb
CHANGED
metadata
CHANGED