diff options
Diffstat (limited to '')
-rw-r--r-- | audio/mpdscribble/files/patch-setup.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/mpdscribble/files/patch-setup.sh b/audio/mpdscribble/files/patch-setup.sh new file mode 100644 index 000000000000..10b8d03b3a71 --- /dev/null +++ b/audio/mpdscribble/files/patch-setup.sh @@ -0,0 +1,20 @@ +--- setup.sh.orig 2008-06-01 19:53:53.000000000 +0800 ++++ setup.sh 2008-06-01 19:54:16.000000000 +0800 +@@ -26,7 +26,7 @@ + echo + echo "press ctrl-c to cancel if this is not intended." + echo "continue..." +-read -s ++read + + mkdir -p $CONF_DIR + mkdir -p $CACHE_DIR +@@ -35,7 +35,7 @@ + echo -n "Please enter your audioscrobbler username: " + read -e USERNAME + echo -n "and password: " +-read -s -e PASSWORD ++read -e PASSWORD + + echo "username = $USERNAME" > $LOGIN + chmod 600 $LOGIN |