Revert "Add VCONFKEY_PM_LCDOFF_SOURCE"
[platform/core/appfw/vconf-internal-keys.git] / remove_keys.sh
index 457d667..2abaf46 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+PATH="/usr/bin:/bin:/usr/sbin:/sbin"
 
 CMD=$1
 
@@ -21,7 +22,7 @@ list1=`comm -13 /opt/usr/vk_memory.txt /opt/usr/bk_memory.txt`
 for file in $list1
 do
 if [ $CMD == "msg" ]; then
-       echo $MSG
+       echo "$MSG ($file)"
 elif [ $CMD == "del" ]; then
        buxton2ctl -d -i unset memory $file
 fi
@@ -31,7 +32,7 @@ list2=`comm -13 /opt/usr/vk_system.txt /opt/usr/bk_system.txt`
 for file in $list2
 do
 if [ $CMD == "msg" ]; then
-       echo $MSG
+       echo "$MSG ($file)"
 elif [ $CMD == "del" ]; then
        buxton2ctl -d -i unset system $file
 fi