Only in agenda-build: binary-snow
Only in agenda-build: binary-snow-save
Only in agenda-build: build_logs
Only in agenda-build: disks-vr3
Only in agenda-build: romfs
Only in agenda-build/scripts: build_extra-nop
Only in agenda-build/scripts: build_extra-nop~
Only in agenda-build/scripts: build_libs-nop
Only in agenda-build/scripts: build_libs-nop~
Only in agenda-build/scripts: create_vrp-nop
Only in agenda-build/scripts: create_vrp-nop~
diff -ur agenda-snow/scripts/make_romdisk agenda-build/scripts/make_romdisk
--- agenda-snow/scripts/make_romdisk	Sat Apr  6 14:43:53 2002
+++ agenda-build/scripts/make_romdisk	Fri Apr 12 22:23:14 2002
@@ -46,48 +46,56 @@
 # Fixup file permissions, etc.
 ##############################################################################
 
-set_xip $AGENDA/usr/bin/busybox
-set_xip $AGENDA/bin/bash
-set_xip $AGENDA/usr/X11R6/bin/Xfbdev
-set_xip $AGENDA/usr/bin/contacts
-set_xip $AGENDA/usr/bin/notes
-set_xip $AGENDA/usr/bin/schedule
-set_xip $AGENDA/usr/bin/to-do
-set_xip $AGENDA/usr/bin/vrwm
-set_xip $AGENDA/usr/bin/vrsm
-set_xip $AGENDA/usr/bin/keyboard
-set_xip $AGENDA/usr/bin/launchpad
-set_xip $AGENDA/usr/bin/quicksync
-set_xip $AGENDA/usr/bin/keyboard
-set_xip $AGENDA/usr/bin/gbm
-set_xip $AGENDA/usr/bin/apm-sleep
-set_xip $AGENDA/usr/bin/flua
-set_xip $AGENDA/usr/sbin/recd
-set_xip $AGENDA/usr/sbin/irattach
-set_xip $AGENDA/usr/sbin/irobexd
-set_xip $AGENDA/usr/sbin/pppd
-set_xip $AGENDA/usr/sbin/sshd
-set_xip $AGENDA/lib/libc.1.sso
-set_xip $AGENDA/lib/libfleditor.1.sso
-set_xip $AGENDA/lib/libflek_core.1.sso
-set_xip $AGENDA/lib/libflek_ui.1.sso
-set_xip $AGENDA/lib/libflpda.1.sso
-set_xip $AGENDA/lib/libfltk.1.sso
-set_xip $AGENDA/lib/libglib.1.sso
-set_xip $AGENDA/lib/libgmodule.1.sso
-set_xip $AGENDA/lib/libm.1.sso
-#set_xip $AGENDA/lib/libopenobex.1.sso
-set_xip $AGENDA/lib/librunone.1.sso
-set_xip $AGENDA/lib/libscrib.1.sso
-#set_xip $AGENDA/lib/libstdc.1.sso
-set_xip $AGENDA/lib/libX11.1.sso
-set_xip $AGENDA/lib/libXext.1.sso
-set_xip $AGENDA/lib/libXpm.1.sso
-set_xip $AGENDA/lib/libXtst.1.sso
-set_xip $AGENDA/lib/liblua.1.sso
-set_xip $AGENDA/lib/liblua_fltk.1.sso
+# set_xip $AGENDA/usr/bin/busybox
+# set_xip $AGENDA/bin/bash
+# set_xip $AGENDA/usr/X11R6/bin/Xfbdev
+# set_xip $AGENDA/usr/bin/contacts
+# set_xip $AGENDA/usr/bin/notes
+# set_xip $AGENDA/usr/bin/schedule
+# set_xip $AGENDA/usr/bin/to-do
+# set_xip $AGENDA/usr/bin/vrwm
+# set_xip $AGENDA/usr/bin/vrsm
+# set_xip $AGENDA/usr/bin/keyboard
+# set_xip $AGENDA/usr/bin/launchpad
+# set_xip $AGENDA/usr/bin/quicksync
+# set_xip $AGENDA/usr/bin/keyboard
+# set_xip $AGENDA/usr/bin/gbm
+# set_xip $AGENDA/usr/bin/apm-sleep
+# set_xip $AGENDA/usr/bin/flua
+# set_xip $AGENDA/usr/sbin/recd
+# set_xip $AGENDA/usr/sbin/irattach
+# set_xip $AGENDA/usr/sbin/irobexd
+# set_xip $AGENDA/usr/sbin/pppd
+# set_xip $AGENDA/usr/sbin/sshd
+# set_xip $AGENDA/lib/libc.1.sso
+# set_xip $AGENDA/lib/libfleditor.1.sso
+# set_xip $AGENDA/lib/libflek_core.1.sso
+# set_xip $AGENDA/lib/libflek_ui.1.sso
+# set_xip $AGENDA/lib/libflpda.1.sso
+# set_xip $AGENDA/lib/libfltk.1.sso
+# set_xip $AGENDA/lib/libglib.1.sso
+# set_xip $AGENDA/lib/libgmodule.1.sso
+# set_xip $AGENDA/lib/libm.1.sso
+# #set_xip $AGENDA/lib/libopenobex.1.sso
+# set_xip $AGENDA/lib/librunone.1.sso
+# set_xip $AGENDA/lib/libscrib.1.sso
+# #set_xip $AGENDA/lib/libstdc.1.sso
+# set_xip $AGENDA/lib/libX11.1.sso
+# set_xip $AGENDA/lib/libXext.1.sso
+# set_xip $AGENDA/lib/libXpm.1.sso
+# set_xip $AGENDA/lib/libXtst.1.sso
+# set_xip $AGENDA/lib/liblua.1.sso
+# set_xip $AGENDA/lib/liblua_fltk.1.sso
 
+echo "HIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII $AGENDA"
+#read
+
+# This really messes with fakeroot
+# do it unconditionally
+chmod -f ugo+w $AGENDA/defaults/dev/null
+chmod -f ugo+w $AGENDA/defaults/dev/zero
 if [ -f $AGENDA/defaults/dev/null ]; then
+  echo "MADE IT HIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII"
   chmod ugo+w $AGENDA/defaults/dev/null
 fi
 
Only in agenda-build/scripts: make_romdisk~
diff -ur agenda-snow/scripts/standard.pkgs agenda-build/scripts/standard.pkgs
--- agenda-snow/scripts/standard.pkgs	Sat Apr  6 14:46:16 2002
+++ agenda-build/scripts/standard.pkgs	Sat Apr 13 12:03:42 2002
@@ -1,4 +1,6 @@
 #contrib/std_libs
+contrib/libs_snow-2.95.4
+contrib/zlib-1.1.3
 #contrib/fltk_libs
 libs/fltk-1.0.9
 libs/flek-0.2-20010903
@@ -12,7 +14,7 @@
 contrib/glib-1.2.10
 libs/openobex-0.9.8
 libs/termcap-1.3
-contrib/glibc-2.0.7
+#contrib/glibc-2.0.7
 base/defaults-0.5
 base/eraseall-0.1
 #base/fbctl-20010320
@@ -26,7 +28,8 @@
 base/sh-utils-1.16
 base/util-linux-2.10o
 base/xpmroot-0.1
-base/busybox-0.52
+#base/busybox-0.52
+contrib/busybox-0.60.2
 admin/at-0.27
 admin/apm-sleep-0.6
 admin/diagnostics-0.2
@@ -39,7 +42,7 @@
 misc/xrc-0.6.1
 net/netkit-telnet-0.17
 net/rsync-2.4.6
-shells/ash-0.3.5
+#shells/ash-0.3.5
 shells/bash-2.04
 x11/aps-calculator-1.5
 x11/aps-contacts-1.4
@@ -64,13 +67,13 @@
 #x11/vru-security-1.0
 #x11/vru-quicksync-0.19
 x11/worldclock-0.21
-games/aliens-2001.05.18
+#games/aliens-2001.05.18
 games/mine-0.11
-games/tictactoe-0.11
-games/vr-tris.0.20
+#games/tictactoe-0.11
+#games/vr-tris.0.20
 utils/strace-sgi-2001-03-23
 contrib/xserver_snow-4.0.2
-contrib/ace-1.1
+#contrib/ace-1.1
 contrib/snow_app_framework-0.1
 contrib/microwindows-0.89pre7
 contrib/tinylogin-1.0pre
Only in agenda-build/scripts: standard.pkgs~
Only in agenda-build/source/base: busybox-0.52
Only in agenda-build/source/base: procps-2.0.6-snow2.diff.gz
Only in agenda-build/source/contrib: agenda_tcl-0.1
Only in agenda-build/source/contrib: busybox-0.60.2-before
Only in agenda-build/source/contrib: busybox-0.60.2-snow2.diff.gz
Only in agenda-build/source/contrib: enotes-1.0.2e
Only in agenda-build/source/contrib: hide-microwindows-0.89pre7-snow2.diff.gz
Only in agenda-build/source/contrib: keymacs-1.00-snow2.diff.gz
Only in agenda-build/source/contrib: libs_snow-2.95.4-empty.diff.gz
Only in agenda-build/source/contrib: libs_snow-2.95.4.orig.tar.gz
Only in agenda-build/source/contrib: microwindows-0.89pre7-before
Only in agenda-build/source/contrib: microwindows-0.89pre7-snow2.diff.gz
Only in agenda-build/source/contrib: tinylogin-1.0pre-snow2.diff.gz
Only in agenda-build/source/libs: expat-1.2-snow.diff.gz
Only in agenda-build/source/libs: flek-0.2-20010903-snow2-nop.diff.gz
Only in agenda-build/source/libs: flpda-0.4-snow2.diff.gz
Only in agenda-build/source/libs: libdb-1.85.4-snow2.diff.gz
Only in agenda-build/source/libs: libscrib-0.78-snow2.diff.gz
Only in agenda-build/source/libs: termcap-1.3-snow.diff.gz
Only in agenda-build/source/shells: ash-0.3.5-before
Only in agenda-build/source/shells: ash-0.3.5-debug-snow.diff.gz
Only in agenda-build/source/shells: hide-ash-0.3.5-debug-snow.diff.gz
Only in agenda-build/source/x11: aps-calculator-1.5-snow2.diff.gz
Only in agenda-build/source/x11: vrdm-0.19-snow.diff.gz
Only in agenda-build/source/x11: vru-launchpad-1.0-snow.diff.gz
Only in agenda-build/source/x11: vru-security-1.0-snow.diff.gz
Only in agenda-build: typescript
Only in agenda-build: typescript-failed
Only in agenda-build: typescript~
