]> www.pilppa.org Git - familiar-h63xx-build.git/commitdiff
base-files: add /etc/shells.
authorTodd Blumer <todd@sdgsystems.com>
Wed, 5 Jul 2006 16:54:55 +0000 (18:54 +0200)
committerRene Wagner <rw@handhelds.org>
Wed, 5 Jul 2006 16:54:55 +0000 (18:54 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/base-files/base-files/shells [new file with mode: 0644]
org.handhelds.familiar/packages/base-files/base-files_3.0.14.bb

diff --git a/org.handhelds.familiar/packages/base-files/base-files/shells b/org.handhelds.familiar/packages/base-files/base-files/shells
new file mode 100644 (file)
index 0000000..3346b72
--- /dev/null
@@ -0,0 +1,17 @@
+# /etc/shells: valid login shells
+/bin/ash
+/bin/bash
+/bin/csh
+/bin/sh
+/usr/bin/es
+/usr/bin/ksh
+/bin/ksh
+/usr/bin/rc
+/usr/bin/tcsh
+/bin/tcsh
+/usr/bin/zsh
+/bin/sash
+/bin/zsh
+/usr/bin/esh
+/bin/rbash
+/usr/bin/screen
index 45b6ec271db50dec92b086e2e4025d12f551f188..6c711096eb736ec02f5696760802ec3b45f0dc59 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r47"
+PR = "r48"
 LICENSE = "GPL"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -16,6 +16,7 @@ SRC_URI = " \
           file://filesystems \
            file://issue.net \
            file://issue \
+           file://shells \
            file://usbd \
            file://share/dot.bashrc \
            file://share/dot.profile \
@@ -100,6 +101,7 @@ do_install () {
        install -m 0644 ${WORKDIR}/nsswitch.conf ${D}${sysconfdir}/nsswitch.conf
        install -m 0644 ${WORKDIR}/host.conf ${D}${sysconfdir}/host.conf
        install -m 0644 ${WORKDIR}/motd ${D}${sysconfdir}/motd
+       install -m 0644 ${WORKDIR}/shells ${D}${sysconfdir}/shells
 
        for license in BSD GPL-2 LGPL-2 LGPL-2.1 Artistic; do
                install -m 0644 ${WORKDIR}/licenses/$license ${D}${datadir}/common-licenses/