summaryrefslogtreecommitdiffstats
path: root/rules/screen.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-04-02 18:38:46 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-04-02 18:38:46 +0000
commit3339e7cb35ee785068e2716a6c842d0170b5e60a (patch)
tree90c32c02d9fe9a63a3a29e8e9c15b94c89ecacfb /rules/screen.in
parent9dcd5f0a7bb0cceb40b4aeee0998ae1d533c558a (diff)
downloadptxdist-3339e7cb35ee785068e2716a6c842d0170b5e60a.tar.gz
ptxdist-3339e7cb35ee785068e2716a6c842d0170b5e60a.tar.xz
* screen: Platform specific config files should be kept in
./projectroot/... Signed-off-by: Jon Ringle <jon@ringle.org> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10205 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/screen.in')
-rw-r--r--rules/screen.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/screen.in b/rules/screen.in
index f396db5ef..d6901ea1e 100644
--- a/rules/screen.in
+++ b/rules/screen.in
@@ -7,10 +7,10 @@ menuconfig SCREEN
Screen is a full-screen window manager that multiplexes a physical
terminal between several processes, typically interactive shells.
-config SCREEN_CONFIG_FILE
+config SCREEN_ETC_SCREENRC
depends on SCREEN
- string
- prompt "file for /etc/screenrc"
- default "${PTXDIST_TOPDIR}/generic/etc/screenrc"
+ bool
+ prompt "install /etc/screenrc"
help
- which file to install as /etc/screenrc
+ If enabled, it installs the "./projectroot/etc/screenrc" file if
+ present, else a generic one from the ptxdist directory.