]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
readline: Remove configuration files that are already provided by setup.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Oct 2011 11:07:51 +0000 (13:07 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Oct 2011 11:07:51 +0000 (13:07 +0200)
readline/inputrc [deleted file]
readline/readline.nm

diff --git a/readline/inputrc b/readline/inputrc
deleted file mode 100644 (file)
index 7a7908c..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Begin /etc/inputrc
-
-# Allow the command prompt to wrap to the next line
-set horizontal-scroll-mode Off
-
-# Enable 8bit input
-set meta-flag On
-set input-meta On
-
-# Turns off 8th bit stripping
-set convert-meta Off
-
-# Keep the 8th bit for display
-set output-meta On
-
-# none, visible or audible
-set bell-style none
-
-# All of the following map the escape sequence of the
-# value contained inside the 1st argument to the
-# readline specific functions
-
-"\eOd": backward-word
-"\eOc": forward-word
-
-# for linux console
-"\e[1~": beginning-of-line
-"\e[4~": end-of-line
-"\e[5~": beginning-of-history
-"\e[6~": end-of-history
-"\e[3~": delete-char
-"\e[2~": quoted-insert
-
-# for xterm
-"\eOH": beginning-of-line
-"\eOF": end-of-line
-
-# for Konsole
-"\e[H": beginning-of-line
-"\e[F": end-of-line
-
-# End /etc/inputrc
index 33d4a25b820f3f515a548015864bc206eb11bb06..1d9095d86fa3de77004048631d0497137c234f60 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = readline
 version    = 6.2
-release    = 3
+release    = 4
 
 groups     = System/Libraries
 url        = ftp://ftp.gnu.org/gnu/readline/
@@ -46,15 +46,12 @@ build
 
                mkdir -pv %{BUILDROOT}/etc/profile.d
                cp -vf %{DIR_SOURCE}/readline.sh %{BUILDROOT}/etc/profile.d/
-
-               cp -vf %{DIR_SOURCE}/inputrc %{BUILDROOT}/etc/
        end
 end
 
 packages
        package %{name}
-       end
-       
+
        package %{name}-devel
                template DEVEL
        end