summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-27 19:11:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-27 19:11:36 +0100
commitc4e4b5faf4a5d344b4d53c114d5c4d83f84a10e0 (patch)
treee4fa84443f2e41b6ed9eb264cdb9eb4e4037f2b7 /package/base-files
parent5b3adbd2422a2ebd6db295628dc1e54ed466ed63 (diff)
fix visudo, use
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile2
-rw-r--r--package/base-files/src/etc/profile1
2 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index dee9fd9a4..3744ceb53 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk
PKG_NAME:= base-files
PKG_VERSION:= 1.0
-PKG_RELEASE:= 43
+PKG_RELEASE:= 44
PKG_SECTION:= base
PKG_DESCR:= basic files and scripts
diff --git a/package/base-files/src/etc/profile b/package/base-files/src/etc/profile
index ff808b707..c326f87c2 100644
--- a/package/base-files/src/etc/profile
+++ b/package/base-files/src/etc/profile
@@ -1,5 +1,6 @@
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export TERM=linux
+export EDITOR=/bin/vi
if [[ $(id -u) = 0 ]]; then
export PS1='`whoami`@`hostname`:`pwd` # '
else