[evoke] r1240 committed - * Fix a bug in the mv loop, and make sure we always execute a shell, e...

3 views
Skip to first unread message

codesite...@google.com

unread,
Sep 5, 2009, 2:08:12 PM9/5/09
to evoke-...@googlegroups.com
Revision: 1240
Author: heliocentric
Date: Sat Sep 5 11:07:48 2009
Log: * Fix a bug in the mv loop, and make sure we always execute a shell,
even if autologin is set.


http://code.google.com/p/evoke/source/detail?r=1240

Modified:
/trunk/build.sh
/trunk/builder/dynamic.sh
/trunk/share/bin/systart

=======================================
--- /trunk/build.sh Fri Sep 4 19:00:51 2009
+++ /trunk/build.sh Sat Sep 5 11:07:48 2009
@@ -52,7 +52,7 @@
mount_msdosfs getextattr setextattr devinfo newfs_msdos stat dirname lsvfs
rtsol egrep mount_cd9660 rmdir gpt tr file bsdiff bspatch savecore dumpon
runterm
openssl fetch basename dumpfs command wc sleep uptime adjkerntz ntpd
iostat systat nexusd ddb curl
-netd chroot
+netd chroot netstat sockstat nslookup dig traceroute
"

# List of kernel objects in base that will be on the image. Ports modules
=======================================
--- /trunk/builder/dynamic.sh Fri Sep 4 07:20:09 2009
+++ /trunk/builder/dynamic.sh Sat Sep 5 11:07:48 2009
@@ -246,7 +246,7 @@
for binary in $(grep -v ^# ${BUILDDIR}/portlist | grep ^B: | cut -d : -f
2,5)
do
STARTNAME="$(echo ${binary} | cut -d : -f 1)"
- ENDNAME="$(echo ${binary} | cut -d : -f 1)"
+ ENDNAME="$(echo ${binary} | cut -d : -f 2)"
if [ "${ENDNAME}" != "" ] ; then
mv "${STARTNAME}" "${ENDNAME}"
fi
=======================================
--- /trunk/share/bin/systart Thu Sep 3 16:28:27 2009
+++ /trunk/share/bin/systart Sat Sep 5 11:07:48 2009
@@ -454,7 +454,6 @@
cd /
if [ -x "${EVOKE_CURUSER}/autologin" ] ; then
"${EVOKE_CURUSER}/autologin"
-else
- tcsh
fi
+tcsh
userconfig logout ${EVOKE_CURUSER}

Reply all
Reply to author
Forward
0 new messages