You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
(330) |
May
(46) |
Jun
(52) |
Jul
(39) |
Aug
(26) |
Sep
(12) |
Oct
(110) |
Nov
(178) |
Dec
(161) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(99) |
Feb
(106) |
Mar
(97) |
Apr
(93) |
May
(81) |
Jun
(112) |
Jul
(84) |
Aug
(142) |
Sep
(165) |
Oct
(89) |
Nov
(120) |
Dec
(117) |
| 2009 |
Jan
(141) |
Feb
(137) |
Mar
(121) |
Apr
(96) |
May
(207) |
Jun
(194) |
Jul
(210) |
Aug
(155) |
Sep
(91) |
Oct
(159) |
Nov
(123) |
Dec
(166) |
| 2010 |
Jan
(142) |
Feb
(79) |
Mar
(137) |
Apr
(126) |
May
(78) |
Jun
(69) |
Jul
(54) |
Aug
(161) |
Sep
(76) |
Oct
(98) |
Nov
(113) |
Dec
(95) |
| 2011 |
Jan
(101) |
Feb
(118) |
Mar
(74) |
Apr
(75) |
May
(32) |
Jun
(32) |
Jul
(39) |
Aug
(74) |
Sep
(48) |
Oct
(134) |
Nov
(133) |
Dec
(55) |
| 2012 |
Jan
(94) |
Feb
(143) |
Mar
(80) |
Apr
(75) |
May
(36) |
Jun
(46) |
Jul
(47) |
Aug
(51) |
Sep
(10) |
Oct
(36) |
Nov
(38) |
Dec
(19) |
| 2013 |
Jan
(26) |
Feb
(40) |
Mar
(48) |
Apr
(26) |
May
(34) |
Jun
(20) |
Jul
(18) |
Aug
(10) |
Sep
(8) |
Oct
(6) |
Nov
(64) |
Dec
(18) |
| 2014 |
Jan
(26) |
Feb
(42) |
Mar
(126) |
Apr
(122) |
May
(73) |
Jun
(33) |
Jul
(14) |
Aug
(20) |
Sep
(12) |
Oct
(33) |
Nov
(20) |
Dec
(49) |
| 2015 |
Jan
(79) |
Feb
(64) |
Mar
(49) |
Apr
(6) |
May
(9) |
Jun
(2) |
Jul
(27) |
Aug
|
Sep
|
Oct
(4) |
Nov
(1) |
Dec
(12) |
| 2016 |
Jan
(72) |
Feb
(9) |
Mar
(13) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
|
5
(5) |
6
|
7
|
|
8
(14) |
9
(24) |
10
(10) |
11
(22) |
12
(49) |
13
(51) |
14
(4) |
|
15
(4) |
16
(12) |
17
(2) |
18
(2) |
19
(16) |
20
(11) |
21
(9) |
|
22
(1) |
23
(13) |
24
(16) |
25
(8) |
26
(8) |
27
(4) |
28
(14) |
|
29
(8) |
30
(23) |
|
|
|
|
|
|
From: <ch...@us...> - 2007-04-30 21:39:17
|
Revision: 327
http://ipcop.svn.sourceforge.net/ipcop/?rev=327&view=rev
Author: chepati
Date: 2007-04-30 14:39:10 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
Fix creation of directory if stage2 needs to be re0run
Modified Paths:
--------------
ipcop/trunk/lfs/stage2
Modified: ipcop/trunk/lfs/stage2
===================================================================
--- ipcop/trunk/lfs/stage2 2007-04-30 19:55:54 UTC (rev 326)
+++ ipcop/trunk/lfs/stage2 2007-04-30 21:39:10 UTC (rev 327)
@@ -61,11 +61,11 @@
-mkdir -p /{bin,boot,dev,home,lib,mnt,proc}
-mkdir -p /{root,sbin,sys,tmp,usr/local,var,opt}
-for dirname in /usr /usr/local; do \
- mkdir $$dirname/{bin,include,lib,sbin,share,src}; \
+ mkdir -p $$dirname/{bin,include,lib,sbin,share,src}; \
ln -sfn share/{man,doc,info} $$dirname; \
- mkdir $$dirname/share/{dict,doc,info,locale,man}; \
- mkdir $$dirname/share/{nls,misc,terminfo,zoneinfo}; \
- mkdir $$dirname/share/man/man{1,2,3,4,5,6,7,8}; \
+ mkdir -p $$dirname/share/{dict,doc,info,locale,man}; \
+ mkdir -p $$dirname/share/{nls,misc,terminfo,zoneinfo}; \
+ mkdir -p $$dirname/share/man/man{1,2,3,4,5,6,7,8}; \
done
# Check for some important links and create them if they don't exist
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ges...@us...> - 2007-04-30 19:55:58
|
Revision: 326
http://ipcop.svn.sourceforge.net/ipcop/?rev=326&view=rev
Author: gespinasse
Date: 2007-04-30 12:55:54 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
Fix missing call to upgrade that disappear during some code reversion
Modified Paths:
--------------
ipcop/trunk/src/misc-progs/ipcoprscfg.c
Modified: ipcop/trunk/src/misc-progs/ipcoprscfg.c
===================================================================
--- ipcop/trunk/src/misc-progs/ipcoprscfg.c 2007-04-30 17:34:14 UTC (rev 325)
+++ ipcop/trunk/src/misc-progs/ipcoprscfg.c 2007-04-30 19:55:54 UTC (rev 326)
@@ -296,6 +296,11 @@
if (safe_system (command)) {
fprintf (stderr, "Error restoring archive\n");
exit (ERR_UNTAR);
+ } else {
+ if (safe_system ("/usr/local/bin/upgrade &>/dev/null")) {
+ fprintf (stderr, "Error upgrading data from backup!\n");
+ exit (ERR_ANY);
+ }
}
exit(0);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 17:34:15
|
Revision: 325
http://ipcop.svn.sourceforge.net/ipcop/?rev=325&view=rev
Author: chepati
Date: 2007-04-30 10:34:14 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
A small fix for sparc
Modified Paths:
--------------
ipcop/trunk/lfs/sparc32
Modified: ipcop/trunk/lfs/sparc32
===================================================================
--- ipcop/trunk/lfs/sparc32 2007-04-30 17:06:26 UTC (rev 324)
+++ ipcop/trunk/lfs/sparc32 2007-04-30 17:34:14 UTC (rev 325)
@@ -91,7 +91,7 @@
cd $(DIR_APP) && make CC="gcc -static"
cd $(DIR_APP) && strip --strip-all sparc32
- cd $(DIR_APP) && cp sparc32 $(TOOLS_DIR)/bin
+ cd $(DIR_APP) && install -c -D -m 755 sparc32 $(TOOLS_DIR)/bin/sparc32
endif
ifeq "$(STAGE)" "base"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 17:06:28
|
Revision: 324
http://ipcop.svn.sourceforge.net/ipcop/?rev=324&view=rev
Author: chepati
Date: 2007-04-30 10:06:26 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
And finally the installer. Made sure the link /dev/cdrom is created. Fixed the parted exit codes (0 has always been success). Attempted to add usb support in ipcoprd.img. Didn't seem to work. Needs more tweaking. Made sure the cdrom is umounted at the end. Will be nice if the cdrom is ejected too. In a future commit.
Modified Paths:
--------------
ipcop/trunk/src/installer/main.c
Modified: ipcop/trunk/src/installer/main.c
===================================================================
--- ipcop/trunk/src/installer/main.c 2007-04-30 17:00:32 UTC (rev 323)
+++ ipcop/trunk/src/installer/main.c 2007-04-30 17:06:26 UTC (rev 324)
@@ -49,13 +49,12 @@
//
// After sourcefile are decompressed on harddisk, make room on /tmp
-// (rm is not compiled in busybox)
//
void deletetarballs()
{
- mysystem("echo>/tmp/" SNAME "-" VERSION "-varlog.tar.lzma");
- mysystem("echo>/tmp/" SNAME "-" VERSION "-config.tar.lzma");
- mysystem("echo>/tmp/" SNAME "-" VERSION ".squashfs");
+ mysystem("rm -f /tmp/" SNAME "-" VERSION "-varlog.tar.lzma");
+ mysystem("rm -f /tmp/" SNAME "-" VERSION "-config.tar.lzma");
+ mysystem("rm -f /tmp/" SNAME "-" VERSION ".tar.lzma");
}
void
@@ -460,8 +459,8 @@
// do not test for squashfs, might be absent
// owes: is this really true ? What do we do if squashfs is absent ?
snprintf(string, STRING_SIZE,
- "/bin/wget -O /tmp/"SNAME "-" VERSION ".squashfs %s/"
- SNAME "-" VERSION ".squashfs", message);
+ "/bin/wget -O /tmp/"SNAME "-" VERSION ".tar.lzma %s/"
+ SNAME "-" VERSION ".tar.lzma", message);
mysystem(string);
fprintf(flog, "NETWORK INSTALL checked lzma tarball\n");
newtPopWindow();
@@ -480,6 +479,7 @@
int
findsource()
{
+ char string[STRING_SIZE];
char *installtypes[] = { "CDROM", "HTTP/FTP", NULL };
int installtype = CDROM_INSTALL;
int i, rc;
@@ -509,6 +509,16 @@
/* Try and mount CDROM */
if (cdromlist[0])
{
+ /* Try to create a link from the first discovered cdrom to /dev/cdrom */
+ fprintf(flog, "Linking %s to /dev/cdrom\n", cdromlist[0]);
+ snprintf(string, STRING_SIZE, "ln -sf %s /dev/cdrom", cdromlist[0] );
+ if (!mysystem(string))
+ {
+ fprintf(flog, "Created /dev/cdrom\n");
+ } else {
+ fprintf(flog, "Couldn't create /dev/cdrom\n");
+ }
+
/*TR*/ statuswindow(60, 4, TITLE, gettext("Mounting CDROM.... Please Wait!"));
/* we should retry here */
if (mysystem("/bin/mount -o ro /dev/cdrom /cdrom"))
@@ -532,6 +542,13 @@
newtPopWindow();
continue;
}
+ if (mysystem("/bin/cp /cdrom/"SNAME "-" VERSION ".tar.lzma /tmp"))
+ {
+ newtWinMessage(TITLE, gettext("TR_OK"), gettext("TR_CDROM_FILE_ERROR"));
+ newtPopWindow();
+ continue;
+ }
+
newtPopWindow();
return 0; //success
} else {
@@ -664,7 +681,7 @@
#elif defined(__alpha__)
snprintf(string, STRING_SIZE, "/bin/parted -s %s mklabel bsd", harddisklist[selected_hd]);
#endif
- if (mysystem(string) != 256) //to confirm since v1.8, changed return code
+ if (mysystem(string) != 0)
{
fprintf(flog, "Unable to mklabel\n");
// return 1; //error
@@ -673,7 +690,7 @@
snprintf(string, STRING_SIZE,
"/bin/parted -s %s mkpart primary hfs 33k %d", harddisklist[selected_hd],
start_partition);
- if (mysystem(string) != 256)
+ if (mysystem(string) != 0)
{
fprintf(flog, "Unable to make hfs partition\n");
// return 1; //error
@@ -696,14 +713,14 @@
harddisklist[selected_hd],
start_partition,
boot_partition);
- if (mysystem(string) != 256)
+ if (mysystem(string) != 0)
{
fprintf(flog, "Unable to create boot partition\n");
// return 1;
}
#if defined(__powerpc__)
snprintf(string, STRING_SIZE, "/bin/parted -s %s name 3 /boot", harddisklist[selected_hd]);
- if (mysystem(string) != 256)
+ if (mysystem(string) != 0)
{
fprintf(flog, "Unable to name boot partition\n");
// return 1;
@@ -713,14 +730,14 @@
harddisklist[selected_hd],
boot_partition,
root_partition);
- if (mysystem(string) != 256)
+ if (mysystem(string) != 0)
{
fprintf(flog, "Unable to create root partition\n");
// return 1;
}
#if defined(__powerpc__)
snprintf(string, STRING_SIZE, "/bin/parted -s %s name 4 /", harddisklist[selected_hd]);
- if (mysystem(string) != 256)
+ if (mysystem(string) != 0)
{
fprintf(flog, "Unable to name root partition\n");
// return 1;
@@ -732,7 +749,7 @@
log_partition
);
- if (mysystem(string) != 256)
+ if (mysystem(string) != 0)
{
fprintf(flog, "Unable to create var partition\n");
// return 1;
@@ -747,7 +764,7 @@
#endif
snprintf(string, STRING_SIZE, "/bin/parted -s %s set 1 boot on",
harddisklist[selected_hd]);
- if (mysystem(string) != 256)
+ if (mysystem(string) != 0)
{
fprintf(flog, "Unable to activate partition\n");
// return 1;
@@ -799,20 +816,8 @@
harddisklist[selected_hd]);
mysystem(string);
- mysystem("/bin/dd if=/tmp/" SNAME "-" VERSION ".squashfs of=/mnt/"
- SNAME "-" VERSION ".squashfs bs=128k");
+ mysystem("/bin/tar -C /harddisk -xaf /tmp/" SNAME "-" VERSION ".tar.lzma");
- mysystem("/sbin/mount -o loop -t squashfs /mnt/" SNAME "-" VERSION
- ".squashfs /harddisk");
-
- //extract /hardisk/boot(squashfs) to /mnt/boot(minix)
- //then remount /mnt/boot in /harddisk/boot
- mkdir("/mnt/boot", S_IRWXU | S_IRWXG | S_IRWXO);
- mysystem("/bin/cp -R /harddisk/boot/* /mnt/boot");
- mysystem("/sbin/mount -o bind /mnt/boot /harddisk/boot");
-
- // hardisk/var mounted in RAM to allow reading of "(hardisk)/var/ipcop/"
- mysystem("/bin/mount -n -t tmpfs none /harddisk/var");
// and extract /var/ipcop
mysystem("/bin/tar -C /harddisk -xaf /tmp/" SNAME "-" VERSION "-config.tar.lzma");
@@ -1025,6 +1030,7 @@
statuswindow(60, 4, TITLE, gettext("TR_INSTALLING_FILES"));
mysystem("/bin/tar -C /harddisk -xaf /tmp/" SNAME "-" VERSION "-varlog.tar.lzma");
mysystem("/bin/tar -C /harddisk -xaf /tmp/" SNAME "-" VERSION "-config.tar.lzma");
+ mysystem("/bin/tar -C /harddisk -xaf /tmp/" SNAME "-" VERSION ".tar.lzma");
deletetarballs();
/* complete fstab */
@@ -1073,7 +1079,7 @@
if (!bigdisk)
strcat (bigstring, " --nosquashfs");
strcat (bigstring, " --with=ext3 --with=scsi_mod --with=sd_mod --with=sr_mod --with=libata");
- strcat (bigstring, " --fstab=" CONFIG_ROOT "/etc/fstab");
+ strcat (bigstring, " --with-usb --fstab=" CONFIG_ROOT "/etc/fstab");
//add each module ...
for (i = 0; i < nummodules; i++)
@@ -1087,17 +1093,8 @@
//memorize the string for SMP version
p=bigstring+strlen(bigstring);
- strcat(bigstring, " /boot/ipcoprd.img " KERNEL_VERSION);
+ strcat(bigstring, " /boot/ipcoprd.img " KERNEL_VERSION " >/dev/null 2>&1");
mysystem(bigstring);
-
-#ifdef __i386__
- if (bigdisk)
- {
- *p=0; //remove last addition
- strcat (bigstring, " /boot/ipcoprd-smp.img "KERNEL_VERSION"-smp");
- mysystem(bigstring);
- }
-#endif
}
#ifdef __i386__
@@ -1266,11 +1263,8 @@
/* Remount CONFIG_ROOT/etc onto /etc */
mysystem("/bin/mount -n -o bind /harddisk" CONFIG_ROOT "/etc /harddisk/etc");
- /* copy devices */
- mkdir("/harddisk/dev", S_IRWXU | S_IRWXG | S_IRWXO);
- mysystem("/bin/mount -n -t tmpfs none /harddisk/dev");
- mysystem("/bin/chroot /harddisk /bin/cp -a " CONFIG_ROOT "/etc/udev/devices/. /dev");
- mysystem("/bin/chroot /harddisk /sbin/udevstart");
+ /* We've already discovered all the divices on the host, so use that information */
+ mysystem("/bin/mount -n -o bind /dev /harddisk/dev");
/* set a password to root (to be removed latter) */
mysystem("/bin/chroot /harddisk /bin/echo 'root:ipcop'| /usr/sbin/chpasswd");
@@ -1337,6 +1331,10 @@
if (!bigdisk)
mysystem("/bin/umount -n /mnt");
mysystem("/bin/swapoff -a");
+
+ /* And very very last, unmount /cdrom */
+ mysystem("/bin/umount /cdrom");
+
newtPopWindow();
install_status = gettext("TR_CONGRATULATIONS");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 17:00:30
|
Revision: 323
http://ipcop.svn.sourceforge.net/ipcop/?rev=323&view=rev
Author: chepati
Date: 2007-04-30 10:00:32 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
/etc/mtab must exist or mke2fs in the installer will fail. Create an empty one -- it works
Added Paths:
-----------
ipcop/trunk/config/install/mtab
Added: ipcop/trunk/config/install/mtab
===================================================================
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 16:57:31
|
Revision: 322
http://ipcop.svn.sourceforge.net/ipcop/?rev=322&view=rev
Author: chepati
Date: 2007-04-30 09:57:32 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
/etc/mtab must exist or mke2fs in the installer will fail. Create an empty one -- it works
Modified Paths:
--------------
ipcop/trunk/config/install/rc
Modified: ipcop/trunk/config/install/rc
===================================================================
--- ipcop/trunk/config/install/rc 2007-04-30 16:56:29 UTC (rev 321)
+++ ipcop/trunk/config/install/rc 2007-04-30 16:57:32 UTC (rev 322)
@@ -1,28 +1,35 @@
#!/bin/ash
-echo "Mounting /tmp"
+echo -ne "Mounting /tmp ... "
mount -n -t tmpfs tmpfs /tmp -o mode=1777
cp /etc/fstab.boot /tmp/fstab
+echo "Done"
-echo "Mounting /proc"
+echo -ne "Mounting /proc ... "
mount -n -t proc none /proc
+echo "Done"
-echo "Mounting /sys"
+echo -ne "Mounting /sys ... "
mount -n -t sysfs sysfs /sys
+echo "Done"
-echo "Silencing kernel"
+echo -ne "Silencing kernel ... "
echo >/proc/sys/kernel/printk "1 4 1 7"
+echo "Done"
-echo "Disabling screen blanking"
+echo -ne "Disabling screen blanking ... "
echo -n -e "\033[9;0]"
+echo "Done"
-echo "Mounting /dev"
-cp -a /dev /tmp
+echo -ne "Mounting /dev ... "
mount -n -t tmpfs tmpfs /dev -o mode=755
-#/dev is rw now, move back device from hidden /dev
-cp -a /tmp/dev/* /dev
-rm -rf /tmp/dev
+echo "Done"
+echo -ne "Starting udev ... "
+udevstart
+echo "Done"
+
+echo -ne "Creating tty devices ... "
ln -snf /proc/self/fd /dev/fd
ln -snf /proc/self/fd/0 /dev/stdin
ln -snf /proc/self/fd/1 /dev/stdout
@@ -30,15 +37,24 @@
ln -s /proc/kcore /dev/core
mkdir -p -m 0755 /dev/pts
mkdir -p -m 0755 /dev/shm
+echo "Done"
-echo "Mounting /dev/pts"
+echo -ne "Mounting /dev/pts ... "
mount -n -t devpts devpts /dev/pts
+echo "Done"
-echo "Mounting /root"
+echo -ne "Mounting /root ... "
mount -n -t ramfs none /root
+echo "Done"
-echo "Starting syslogd"
+echo -ne "Starting syslogd ... "
syslogd -O /dev/tty4
+echo "Done"
-echo "Starting udev"
-udevstart
+echo -ne "Enabling USB keyboard ... "
+modprobe ohci-hcd
+modprobe uhci-hcd
+modprobe ehci-hcd
+modprobe usbhid
+echo "Done"
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 16:56:29
|
Revision: 321
http://ipcop.svn.sourceforge.net/ipcop/?rev=321&view=rev
Author: chepati
Date: 2007-04-30 09:56:29 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
Stage2 was screwing up my build tree if I rerun it. It did so by destroying my /bin/bash and /usr/bin/perl. Added an extra check to avoid this. Made sure /dev/console and /dev/null exist on the final system. /dev in the build tree is bound to /dev on the host system, so we have to temporarily move /tmp in the build tree to another mount point so as to expose the real /dev and create the necessary nodes there.
Modified Paths:
--------------
ipcop/trunk/lfs/stage2
Modified: ipcop/trunk/lfs/stage2
===================================================================
--- ipcop/trunk/lfs/stage2 2007-04-30 16:52:33 UTC (rev 320)
+++ ipcop/trunk/lfs/stage2 2007-04-30 16:56:29 UTC (rev 321)
@@ -62,41 +62,52 @@
-mkdir -p /{root,sbin,sys,tmp,usr/local,var,opt}
-for dirname in /usr /usr/local; do \
mkdir $$dirname/{bin,include,lib,sbin,share,src}; \
- ln -sf share/{man,doc,info} $$dirname; \
+ ln -sfn share/{man,doc,info} $$dirname; \
mkdir $$dirname/share/{dict,doc,info,locale,man}; \
mkdir $$dirname/share/{nls,misc,terminfo,zoneinfo}; \
mkdir $$dirname/share/man/man{1,2,3,4,5,6,7,8}; \
done
+ # Check for some important links and create them if they don't exist
+ if [ ! -e /bin/bash ]; then ln -sfn $(TOOLS_DIR)/bin/bash /bin/bash && ln -sf bash /bin/sh; fi
+ if [ ! -e /bin/cat ]; then ln -sfn $(TOOLS_DIR)/bin/cat /bin/cat; fi
+ if [ ! -e /bin/pwd ]; then ln -sfn $(TOOLS_DIR)/bin/pwd /bin/pwd; fi
+ if [ ! -e /bin/stty ]; then ln -sfn $(TOOLS_DIR)/bin/stty /bin/stty; fi
+ if [ ! -e /lib/libgcc_s.so.1 ]; then \
+ ln -sfn $(TOOLS_DIR)/lib/libgcc_s.so.1 /lib/libgcc_s.so.1 && \
+ ln -sfn libgcc_s.so.1 /lib/libgcc_s.so; \
+ fi
+
-mkdir -p /var/{lock/subsys,log,mail,run,spool}
-mkdir -p /var/{tmp,opt,cache,lib/misc,local,empty}
- # Make dev null
- cd /dev && rm -f null
- cd /dev && mknod -m 0777 null c 1 3
+ # This trick is necessary in order to create two devices in the target /dev, rather than in the host /dev
+ mkdir -p /dev1
+ mount --move /dev /dev1
+ # Make /dev/null and /dev/console
+ cd /dev && rm -f null console
+ cd /dev && mknod -m 0666 null c 1 3
+ cd /dev && mknod -m 0600 console c 5 1
+
+ # Now move the target /dev to point back to the host /dev
+ mount --move /dev1 /dev
+ rm -fr /dev1
+
# Permissions
chmod 0750 /root
chmod 1777 /tmp /var/tmp
chmod 0711 /var/empty
- # Symlinks
- -ln -sf $(TOOLS_DIR)/bin/{bash,cat,pwd,stty} /bin
- -ln -sf $(TOOLS_DIR)/bin/perl /usr/bin
- -ln -sf $(TOOLS_DIR)/lib/libgcc_s.so.1 /usr/lib
- -ln -sf $(TOOLS_DIR)/lib/libgcc_s.so /usr/lib
- -ln -sf bash /bin/sh
-
- # Config files
- -mkdir -p $(CONFIG_ROOT)/etc
+ # Config files (Note: /etc is bound to $(CONFIG_ROOT)/etc already)
for i in $(DIR_SRC)/config/etc/*; do \
- [ -f $$i ] && cp $$i $(CONFIG_ROOT)/etc; \
+ [ -f $$i ] && cp $$i /etc; \
done
- sed -i -e "s+CONFIG_ROOT+$(CONFIG_ROOT)+g" $(CONFIG_ROOT)/etc/inittab
+ sed -i -e "s+CONFIG_ROOT+$(CONFIG_ROOT)+g" /etc/inittab
- ln -sf /proc/mounts $(CONFIG_ROOT)/etc/mtab
- echo "$(NAME) v$(VERSION) for $(MACHINE) - $(SLOGAN)" > $(CONFIG_ROOT)/etc/issue
+ ln -sf /proc/mounts /etc/mtab
+ echo "$(NAME) v$(VERSION) for $(MACHINE) - $(SLOGAN)" > /etc/issue
# Scripts
for i in `find $(DIR_SRC)/src/scripts -maxdepth 1 -type f`; do \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 16:52:32
|
Revision: 320
http://ipcop.svn.sourceforge.net/ipcop/?rev=320&view=rev
Author: chepati
Date: 2007-04-30 09:52:33 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
There must be an /etc/inittab (as opposed to /var/ipcop/etc/inittab) or the installed system will not find it's default init level and will not boot. Fixed the strip command. As I had it before, the kernel modules were stripped and rendered useless. Also, make sure there's a /tmp directory in the list of installed directories or grub will not install and the ipcoprd.img will not be created. That's because the installer assumes /tmp exists. And lastly and most importantly, I've switch from squashfs to tar.lzma for the image that contains the installable files.
Modified Paths:
--------------
ipcop/trunk/lfs/cdrom
Modified: ipcop/trunk/lfs/cdrom
===================================================================
--- ipcop/trunk/lfs/cdrom 2007-04-30 16:47:45 UTC (rev 319)
+++ ipcop/trunk/lfs/cdrom 2007-04-30 16:52:33 UTC (rev 320)
@@ -124,14 +124,22 @@
cd /tmp$(CONFIG_ROOT)/etc && rm -rf *
cd /tmp/etc && mv * /tmp$(CONFIG_ROOT)/etc
+ # Leave a copy of inittab in etc or bad things will happen
+ cp /tmp$(CONFIG_ROOT)/etc/inittab /tmp/etc
+
# These used to be done in the installer - no more....
cd /tmp/lib/modules/$(KVER) && touch modules.dep
# We do the stripping here because we don't want to destroy our development tree by stripping all symbols
# Instead we strip all binaries and libraries as we create the ISO. It's quite safe to do strip --strip-all
# on libraries if they will not be used for development.
- cd /tmp && find ./{,usr/}{bin,lib,sbin} -type f -exec $(TOOLS_DIR)/bin/strip --strip-all '{}' ';'
- cd /tmp && find ./{,usr/}lib/*so* -maxdepth 0 -type f -exec $(TOOLS_DIR)/bin/strip --strip-all '{}' ';'
+ # Just be very careful not to strip the kernel modules!!!
+ cd /tmp && find ./bin -maxdepth 1 -type f -exec $(TOOLS_DIR)/bin/strip --strip-all '{}' ';'
+ cd /tmp && find ./sbin -maxdepth 1 -type f -exec $(TOOLS_DIR)/bin/strip --strip-all '{}' ';'
+ cd /tmp && find ./lib -maxdepth 1 -type f -exec $(TOOLS_DIR)/bin/strip --strip-all '{}' ';'
+ cd /tmp && find ./usr/bin -maxdepth 1 -type f -exec $(TOOLS_DIR)/bin/strip --strip-all '{}' ';'
+ cd /tmp && find ./usr/sbin -maxdepth 1 -type f -exec $(TOOLS_DIR)/bin/strip --strip-all '{}' ';'
+ cd /tmp && find ./usr/lib -maxdepth 1 -type f -name *so* -exec $(TOOLS_DIR)/bin/strip --strip-all '{}' ';'
# Create a tarball with /var/ipcop
cd /tmp && tar -cf - var/ipcop/* | lzma -si $(LZMA_eOPT) e \
@@ -143,8 +151,12 @@
$(INSTALLER_DIR)/cdrom/$(SNAME)-$(VERSION)-varlog.tar.lzma
cd /tmp && rm -rf var/log/*
- # Now create a squash image with the rest of ipcop
- mksquashfs /tmp $(INSTALLER_DIR)/cdrom/$(SNAME)-$(VERSION).squashfs
+ # Create a tmp directory
+ cd /tmp && mkdir -p tmp
+
+ # Now create a lzma-ed tarball with the rest of ipcop
+ cd /tmp && tar -cf - . | lzma -si $(LZMA_eOPT) e \
+ $(INSTALLER_DIR)/cdrom/$(SNAME)-$(VERSION).tar.lzma
cd /tmp && rm -rf *
# Other files
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 16:47:43
|
Revision: 319
http://ipcop.svn.sourceforge.net/ipcop/?rev=319&view=rev
Author: chepati
Date: 2007-04-30 09:47:45 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
Fixed the strip command
Modified Paths:
--------------
ipcop/trunk/lfs/initrd
Modified: ipcop/trunk/lfs/initrd
===================================================================
--- ipcop/trunk/lfs/initrd 2007-04-30 16:46:48 UTC (rev 318)
+++ ipcop/trunk/lfs/initrd 2007-04-30 16:47:45 UTC (rev 319)
@@ -104,8 +104,8 @@
# We do the stripping here because we don't want to destroy our development tree by stripping all symbols
# Instead we strip all binaries and libraries as we create the initrd. It's quite safe to do strip --strip-all
# on libraries if they will not be used for development.
- cd $(INSTALLER_DIR)/mnt && find bin/ -type f -exec $(TOOLS_DIR)/bin/strip --strip-all '{}' ';'
- cd $(INSTALLER_DIR)/mnt && find lib/*so* -maxdepth 0 -type f -exec $(TOOLS_DIR)/bin/strip --strip-all '{}' ';'
+ cd $(INSTALLER_DIR)/mnt && find ./bin -maxdepth 1 -type f -exec $(TOOLS_DIR)/bin/strip --strip-all '{}' ';'
+ cd $(INSTALLER_DIR)/mnt && find ./lib -maxdepth 1 -type f -exec $(TOOLS_DIR)/bin/strip --strip-all '{}' ';'
# Now squash everything
mksquashfs $(INSTALLER_DIR)/mnt $(INSTALLER_DIR)/images/fdinitrd.img
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 16:46:47
|
Revision: 318
http://ipcop.svn.sourceforge.net/ipcop/?rev=318&view=rev
Author: chepati
Date: 2007-04-30 09:46:48 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
Included e2label in the iso for debugging purposes. Will remove once everything is working
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/e2fsprogs
Modified: ipcop/trunk/config/rootfiles/common/e2fsprogs
===================================================================
--- ipcop/trunk/config/rootfiles/common/e2fsprogs 2007-04-30 16:45:50 UTC (rev 317)
+++ ipcop/trunk/config/rootfiles/common/e2fsprogs 2007-04-30 16:46:48 UTC (rev 318)
@@ -19,7 +19,7 @@
#sbin/dumpe2fs
sbin/e2fsck
#sbin/e2image
-#sbin/e2label
+sbin/e2label
#sbin/findfs
sbin/fsck
sbin/fsck.ext2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 16:45:49
|
Revision: 317
http://ipcop.svn.sourceforge.net/ipcop/?rev=317&view=rev
Author: chepati
Date: 2007-04-30 09:45:50 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
Fixed the location of udevstart. Now it's in /sbin rather than /usr/bin
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/udev
ipcop/trunk/lfs/stage5
ipcop/trunk/lfs/udev
Modified: ipcop/trunk/config/rootfiles/common/udev
===================================================================
--- ipcop/trunk/config/rootfiles/common/udev 2007-04-30 16:44:00 UTC (rev 316)
+++ ipcop/trunk/config/rootfiles/common/udev 2007-04-30 16:45:50 UTC (rev 317)
@@ -27,10 +27,10 @@
sbin/udevcontrol
sbin/udevd
sbin/udevsettle
+sbin/udevstart
sbin/udevtrigger
usr/bin/udevinfo
usr/bin/udevtest
-usr/bin/udevstart
#usr/include/libvolume_id.h
#usr/lib/libvolume_id.a
usr/lib/libvolume_id.so
Modified: ipcop/trunk/lfs/stage5
===================================================================
--- ipcop/trunk/lfs/stage5 2007-04-30 16:44:00 UTC (rev 316)
+++ ipcop/trunk/lfs/stage5 2007-04-30 16:45:50 UTC (rev 317)
@@ -71,7 +71,7 @@
ln -s /lib $(INSTALLER_DIR)/initrd/usr/lib
# Create some devices
- install -D /usr/bin/udevstart $(INSTALLER_DIR)/initrd/bin
+ install -D /sbin/udevstart $(INSTALLER_DIR)/initrd/bin
cd $(INSTALLER_DIR)/initrd/dev && rm -f console
cd $(INSTALLER_DIR)/initrd/dev && rm -f null
cd $(INSTALLER_DIR)/initrd/dev && rm -f tty*
Modified: ipcop/trunk/lfs/udev
===================================================================
--- ipcop/trunk/lfs/udev 2007-04-30 16:44:00 UTC (rev 316)
+++ ipcop/trunk/lfs/udev 2007-04-30 16:45:50 UTC (rev 317)
@@ -98,7 +98,7 @@
extras/scsi_id extras/usb_id extras/volume_id" install
# udevstart is no longer installed by default so install it manually
- cd $(DIR_APP) && install -c -D udevstart /usr/bin/udevstart
+ cd $(DIR_APP) && install -c -D udevstart /sbin/udevstart
# Install some rules
cp $(DIR_SRC)/config/udev/rules.d/*.rules /etc/udev/rules.d
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 16:44:01
|
Revision: 316
http://ipcop.svn.sourceforge.net/ipcop/?rev=316&view=rev
Author: chepati
Date: 2007-04-30 09:44:00 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
Made sure all the debian patches were applied. This fixed some of the problems in the installer with not being able to tell what you've selected
Modified Paths:
--------------
ipcop/trunk/lfs/newt
Modified: ipcop/trunk/lfs/newt
===================================================================
--- ipcop/trunk/lfs/newt 2007-04-30 08:50:42 UTC (rev 315)
+++ ipcop/trunk/lfs/newt 2007-04-30 16:44:00 UTC (rev 316)
@@ -86,7 +86,10 @@
@cd $(DIR_APP) && mv $(PKG_NAME)-$(VER)/* .
cd $(DIR_APP) && zcat $(DIR_DL)/$(THISAPP)-10.diff.gz | patch -Np1
- cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/newt-0.52.2-colors.patch
+ #cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/newt-0.52.2-colors.patch
+ cd $(DIR_APP) && for patch in debian/patches/*.patch; do \
+ patch -Np1 -i $$patch; \
+ done
cd $(DIR_APP) && ./configure --without-gpm-support
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 08:51:00
|
Revision: 315
http://ipcop.svn.sourceforge.net/ipcop/?rev=315&view=rev
Author: chepati
Date: 2007-04-30 01:50:42 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
Oops, a debug command slipped in
Modified Paths:
--------------
ipcop/trunk/make.sh
Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2007-04-30 08:45:54 UTC (rev 314)
+++ ipcop/trunk/make.sh 2007-04-30 08:50:42 UTC (rev 315)
@@ -928,7 +928,7 @@
KVER=$KVER \
STAGE=base \
STAGE_ORDER=02 \
- $TOOLS_DIR/bin/bash -x -c "cd /usr/src/lfs && type sh && \
+ $TOOLS_DIR/bin/bash -x -c "cd /usr/src/lfs && \
$EXTRA_MAKE make -f $* LFS_BASEDIR=/usr/src install" >>$LOGFILE 2>&1
local COMPILE_SUCCESS=$?
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 08:46:07
|
Revision: 314
http://ipcop.svn.sourceforge.net/ipcop/?rev=314&view=rev
Author: chepati
Date: 2007-04-30 01:45:54 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
cat,pwd and stty are part of coreutils, therefore they belong in coreutils' rootfile. Also added a few entries to the stage2 rootfile needed by a final running system (part of a soon-to-be-applied commit
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/coreutils
ipcop/trunk/config/rootfiles/common/stage2
Modified: ipcop/trunk/config/rootfiles/common/coreutils
===================================================================
--- ipcop/trunk/config/rootfiles/common/coreutils 2007-04-30 08:42:52 UTC (rev 313)
+++ ipcop/trunk/config/rootfiles/common/coreutils 2007-04-30 08:45:54 UTC (rev 314)
@@ -1,5 +1,6 @@
usr/bin/[
usr/bin/basename
+bin/cat
bin/chgrp
bin/chmod
bin/chown
@@ -21,10 +22,12 @@
usr/bin/mkfifo
bin/mknod
bin/mv
+bin/pwd
bin/rm
bin/rmdir
#bin/shred
bin/sleep
+bin/stty
bin/sync
usr/bin/test
usr/bin/touch
Modified: ipcop/trunk/config/rootfiles/common/stage2
===================================================================
--- ipcop/trunk/config/rootfiles/common/stage2 2007-04-30 08:42:52 UTC (rev 313)
+++ ipcop/trunk/config/rootfiles/common/stage2 2007-04-30 08:45:54 UTC (rev 314)
@@ -1,9 +1,9 @@
##
## stage2
##
-bin/cat
-bin/pwd
-bin/stty
+proc
+dev/console
+dev/null
#boot
etc/certparams
etc/domainname
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 08:42:51
|
Revision: 313
http://ipcop.svn.sourceforge.net/ipcop/?rev=313&view=rev
Author: chepati
Date: 2007-04-30 01:42:52 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
Replaced the obsolete ROOT with LFS and added a safety check so that we don't overwrite bash from stage2 if we ever need to rebuild bash in stage1. This is very unlikely and infact discouraged. But a safety check doesn't hurt
Modified Paths:
--------------
ipcop/trunk/lfs/bash
Modified: ipcop/trunk/lfs/bash
===================================================================
--- ipcop/trunk/lfs/bash 2007-04-30 08:32:51 UTC (rev 312)
+++ ipcop/trunk/lfs/bash 2007-04-30 08:42:52 UTC (rev 313)
@@ -91,10 +91,13 @@
cd $(DIR_APP) && make
cd $(DIR_APP) && make install
cd $(DIR_APP) && ln -sf bash $(TOOLS_DIR)/bin/sh
+
# Without the following lines, stage2 will not work
- cd $(DIR_APP) && install -d $(ROOT)/bin
- cd $(DIR_APP) && ln -sf $(TOOLS_DIR)/bin/bash $(ROOT)/bin
- cd $(DIR_APP) && ln -sf bash $(ROOT)/bin/sh
+ if [ ! -e $(LFS)/bin/bash ]; then \
+ install -d $(LFS)/bin && \
+ ln -sf $(TOOLS_DIR)/bin/bash $(LFS)/bin && \
+ ln -sf bash $(LFS)/bin/sh; \
+ fi
endif
ifeq "$(STAGE)" "base"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 08:33:03
|
Revision: 312
http://ipcop.svn.sourceforge.net/ipcop/?rev=312&view=rev
Author: chepati
Date: 2007-04-30 01:32:51 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
Removed all references to obsolete ROOT variable. In make.sh removed a duplicate mkdir for /etc
Modified Paths:
--------------
ipcop/trunk/lfs/Config
ipcop/trunk/make.sh
Modified: ipcop/trunk/lfs/Config
===================================================================
--- ipcop/trunk/lfs/Config 2007-04-30 08:30:23 UTC (rev 311)
+++ ipcop/trunk/lfs/Config 2007-04-30 08:32:51 UTC (rev 312)
@@ -25,14 +25,10 @@
URL_HLFS = http://www.linuxfromscratch.org/patches/hlfs/svn
URL_SFNET = http://downloads.sourceforge.net/sourceforge
-# Don't change this; it will be overridden by other makefiles where necessary.
-#
-ROOT =
-
# For most packages tarballs are unpacked here and then deleted after
# installation.
#
-DIR_SRC = $(ROOT)/usr/src
+DIR_SRC = $(LFS)/usr/src
DIR_PATCHES = $(DIR_SRC)/src/patches
# Files are downloaded into DIR_TMP and then moved to DIR_DL, to avoid
@@ -56,7 +52,7 @@
# log/<TARGET> name. Modified files are not identified
#
define FIND_FILES
- cd $(ROOT)/ && find -mount \
+ cd $(LFS)/ && find -mount \
-not -path '.$(TOOLS_DIR)*' -not -path './tmp*' -not -path './usr/src*' \
-not -path './dev*' -not -path './proc*' -not -path './install*' \
-not -path '.$(CONFIG_ROOT)*'
@@ -64,7 +60,7 @@
# This is common starting logic for builds.
#
-ifeq "$(ROOT)" ""
+ifneq "$(STAGE)" "toolchain"
define PREBUILD
echo "====================================== Installing $(THISAPP) ..."
@echo "Install started; saving file list to $(DIR_SRC)/lsalr ..."
@@ -84,7 +80,7 @@
# Common end-of-installation logic for Stage 2 and beyond.
#
-ifeq "$(ROOT)" ""
+ifneq "$(STAGE)" "toolchain"
define POSTBUILD
@echo "Install done; saving file list to $(TARGET) ..."
@$(FIND_FILES) > $(DIR_SRC)/lsalrnew
Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2007-04-30 08:30:23 UTC (rev 311)
+++ ipcop/trunk/make.sh 2007-04-30 08:32:51 UTC (rev 312)
@@ -565,7 +565,7 @@
# Make some extra directories
mkdir -p $BASEDIR/build_${MACHINE}/{$TOOLS_DIR,$INSTALLER_DIR,usr/local/{ccache,distcc}} 2>/dev/null
mkdir -p $BASEDIR/{cache,ccache,distcc} 2>/dev/null
- mkdir -p $LFS/{$TOOLS_DIR,etc,usr/src} 2>/dev/null
+ mkdir -p $LFS/{$TOOLS_DIR,usr/src} 2>/dev/null
mkdir -p $LFS/dev/pts
mkdir -p $LFS/proc
mkdir -p $LFS/usr/src/{cache,config,doc,html,langs,lfs,log_${MACHINE},src,ccache,distcc}
@@ -873,7 +873,7 @@
TOOLS_DIR=$TOOLS_DIR \
MACHINE="$MACHINE" \
LFS_BASEDIR=$BASEDIR \
- ROOT=$LFS \
+ LFS=$LFS \
PARALLELISM=$PARALLELISM \
KVER=$KVER \
STAGE=toolchain \
@@ -928,7 +928,7 @@
KVER=$KVER \
STAGE=base \
STAGE_ORDER=02 \
- $TOOLS_DIR/bin/bash -x -c "cd /usr/src/lfs && \
+ $TOOLS_DIR/bin/bash -x -c "cd /usr/src/lfs && type sh && \
$EXTRA_MAKE make -f $* LFS_BASEDIR=/usr/src install" >>$LOGFILE 2>&1
local COMPILE_SUCCESS=$?
@@ -1714,7 +1714,7 @@
for i in *
do
if [ -f "$i" -a "$i" != "Config" ]; then
- make -s -f $i MACHINE=$MACHINE LFS_BASEDIR=$BASEDIR ROOT=$LFS \
+ make -s -f $i MACHINE=$MACHINE LFS_BASEDIR=$BASEDIR LFS=$LFS \
MESSAGE="$i\t ($c/$MAX_RETRIES)" check
if [ $? -ne 0 ]; then
echo "Check : wget error in lfs/$i"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 08:30:23
|
Revision: 311
http://ipcop.svn.sourceforge.net/ipcop/?rev=311&view=rev
Author: chepati
Date: 2007-04-30 01:30:23 -0700 (Mon, 30 Apr 2007)
Log Message:
-----------
Visual fixes
Modified Paths:
--------------
ipcop/trunk/lfs/slang
Modified: ipcop/trunk/lfs/slang
===================================================================
--- ipcop/trunk/lfs/slang 2007-04-30 05:59:37 UTC (rev 310)
+++ ipcop/trunk/lfs/slang 2007-04-30 08:30:23 UTC (rev 311)
@@ -81,9 +81,14 @@
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && CFLAGS="-Os -fomit-frame-pointer -Wall -fPIC" ./configure --prefix=/usr --disable-pcre --disable-png --disable-readline
- cd $(DIR_APP) && sed -i 's/^#define SLANG_OPTIMIZE_FOR_SPEED.*$$/#define SLANG_OPTIMIZE_FOR_SPEED 0/' src/sl-feat.h
- cd $(DIR_APP) && sed -i 's/^#define SLANG_HAS_DEBUGGER_SUPPORT.*$$/#define SLANG_HAS_DEBUGGER_SUPPORT 0/' src/sl-feat.h
+ cd $(DIR_APP) && CFLAGS="-Os -fomit-frame-pointer -Wall -fPIC" ./configure --prefix=/usr \
+ --disable-pcre \
+ --disable-png \
+ --disable-readline
+ cd $(DIR_APP) && sed -i 's/^#define SLANG_OPTIMIZE_FOR_SPEED.*$$/#define SLANG_OPTIMIZE_FOR_SPEED 0/' \
+ src/sl-feat.h
+ cd $(DIR_APP) && sed -i 's/^#define SLANG_HAS_DEBUGGER_SUPPORT.*$$/#define SLANG_HAS_DEBUGGER_SUPPORT 0/' \
+ src/sl-feat.h
cd $(DIR_APP) && CFLAGS="-Os -fomit-frame-pointer -Wall -fPIC" make
cd $(DIR_APP) && install -m 0644 src/objs/libslang.a /usr/lib
-mkdir -p /usr/include/slang
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 05:59:36
|
Revision: 310
http://ipcop.svn.sourceforge.net/ipcop/?rev=310&view=rev
Author: chepati
Date: 2007-04-29 22:59:37 -0700 (Sun, 29 Apr 2007)
Log Message:
-----------
Move the busybox config file to an appropriate subdirectory under config/
Modified Paths:
--------------
ipcop/trunk/lfs/busybox
Removed Paths:
-------------
ipcop/trunk/src/patches/busybox-1.4.2-config
Modified: ipcop/trunk/lfs/busybox
===================================================================
--- ipcop/trunk/lfs/busybox 2007-04-30 05:59:22 UTC (rev 309)
+++ ipcop/trunk/lfs/busybox 2007-04-30 05:59:37 UTC (rev 310)
@@ -82,7 +82,7 @@
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-wgetspider.patch
- cd $(DIR_APP) && cp -f $(DIR_PATCHES)/$(THISAPP)-config .config
+ cd $(DIR_APP) && cp -f $(DIR_SRC)/config/busybox/$(THISAPP)-config .config
ifeq "$(MACHINE)" "alpha"
cd $(DIR_APP) && sed -i -e 's/#define BB_INSMOD//' Config.h
Deleted: ipcop/trunk/src/patches/busybox-1.4.2-config
===================================================================
--- ipcop/trunk/src/patches/busybox-1.4.2-config 2007-04-30 05:59:22 UTC (rev 309)
+++ ipcop/trunk/src/patches/busybox-1.4.2-config 2007-04-30 05:59:37 UTC (rev 310)
@@ -1,675 +0,0 @@
-#
-# Automatically generated make config: don't edit
-# Busybox version: 1.4.2
-# Sun Mar 25 01:46:44 2007
-#
-CONFIG_HAVE_DOT_CONFIG=y
-
-#
-# Busybox Settings
-#
-
-#
-# General Configuration
-#
-CONFIG_NITPICK=y
-# CONFIG_DESKTOP is not set
-CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
-# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
-# CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
-# CONFIG_SHOW_USAGE is not set
-# CONFIG_FEATURE_VERBOSE_USAGE is not set
-# CONFIG_FEATURE_COMPRESS_USAGE is not set
-# CONFIG_FEATURE_INSTALLER is not set
-CONFIG_LOCALE_SUPPORT=y
-CONFIG_GETOPT_LONG=y
-# CONFIG_FEATURE_DEVPTS is not set
-# CONFIG_FEATURE_CLEAN_UP is not set
-# CONFIG_FEATURE_SUID is not set
-CONFIG_FEATURE_SYSLOG=y
-# CONFIG_FEATURE_SUID_CONFIG is not set
-# CONFIG_FEATURE_SUID_CONFIG_QUIET is not set
-# CONFIG_FEATURE_HAVE_RPC is not set
-# CONFIG_SELINUX is not set
-CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
-
-#
-# Build Options
-#
-# CONFIG_STATIC is not set
-# CONFIG_BUILD_LIBBUSYBOX is not set
-# CONFIG_FEATURE_FULL_LIBBUSYBOX is not set
-# CONFIG_FEATURE_SHARED_BUSYBOX is not set
-CONFIG_LFS=y
-# CONFIG_BUILD_AT_ONCE is not set
-
-#
-# Debugging Options
-#
-# CONFIG_DEBUG is not set
-# CONFIG_DEBUG_PESSIMIZE is not set
-# CONFIG_NO_DEBUG_LIB is not set
-# CONFIG_DMALLOC is not set
-# CONFIG_EFENCE is not set
-# CONFIG_INCLUDE_SUSv2 is not set
-
-#
-# Installation Options
-#
-# CONFIG_INSTALL_NO_USR is not set
-CONFIG_INSTALL_APPLET_SYMLINKS=y
-# CONFIG_INSTALL_APPLET_HARDLINKS is not set
-# CONFIG_INSTALL_APPLET_DONT is not set
-CONFIG_PREFIX="./_install"
-
-#
-# Busybox Library Tuning
-#
-CONFIG_PASSWORD_MINLEN=6
-CONFIG_MD5_SIZE_VS_SPEED=3
-
-#
-# Applets
-#
-
-#
-# Archival Utilities
-#
-# CONFIG_AR is not set
-# CONFIG_FEATURE_AR_LONG_FILENAMES is not set
-CONFIG_BUNZIP2=y
-# CONFIG_CPIO is not set
-# CONFIG_DPKG is not set
-# CONFIG_DPKG_DEB is not set
-# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
-CONFIG_GUNZIP=y
-# CONFIG_FEATURE_GUNZIP_UNCOMPRESS is not set
-CONFIG_GZIP=y
-# CONFIG_RPM2CPIO is not set
-# CONFIG_RPM is not set
-CONFIG_TAR=y
-CONFIG_FEATURE_TAR_CREATE=y
-CONFIG_FEATURE_TAR_BZIP2=y
-CONFIG_FEATURE_TAR_LZMA=y
-# CONFIG_FEATURE_TAR_FROM is not set
-CONFIG_FEATURE_TAR_GZIP=y
-CONFIG_FEATURE_TAR_COMPRESS=y
-# CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY is not set
-CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y
-# CONFIG_FEATURE_TAR_LONG_OPTIONS is not set
-# CONFIG_UNCOMPRESS is not set
-# CONFIG_UNLZMA is not set
-# CONFIG_FEATURE_LZMA_FAST is not set
-# CONFIG_UNZIP is not set
-
-#
-# Common options for cpio and tar
-#
-# CONFIG_FEATURE_UNARCHIVE_TAPE is not set
-# CONFIG_FEATURE_DEB_TAR_GZ is not set
-# CONFIG_FEATURE_DEB_TAR_BZ2 is not set
-# CONFIG_FEATURE_DEB_TAR_LZMA is not set
-
-#
-# Coreutils
-#
-CONFIG_BASENAME=y
-# CONFIG_CAL is not set
-CONFIG_CAT=y
-# CONFIG_CATV is not set
-# CONFIG_CHGRP is not set
-# CONFIG_CHMOD is not set
-# CONFIG_CHOWN is not set
-CONFIG_CHROOT=y
-# CONFIG_CKSUM is not set
-# CONFIG_CMP is not set
-# CONFIG_COMM is not set
-CONFIG_CP=y
-# CONFIG_CUT is not set
-CONFIG_DATE=y
-CONFIG_FEATURE_DATE_ISOFMT=y
-CONFIG_DD=y
-CONFIG_FEATURE_DD_SIGNAL_HANDLING=y
-# CONFIG_FEATURE_DD_IBS_OBS is not set
-CONFIG_DF=y
-# CONFIG_DIFF is not set
-# CONFIG_FEATURE_DIFF_BINARY is not set
-# CONFIG_FEATURE_DIFF_DIR is not set
-# CONFIG_FEATURE_DIFF_MINIMAL is not set
-# CONFIG_DIRNAME is not set
-# CONFIG_DOS2UNIX is not set
-# CONFIG_UNIX2DOS is not set
-CONFIG_DU=y
-CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K=y
-CONFIG_ECHO=y
-CONFIG_FEATURE_FANCY_ECHO=y
-# CONFIG_ENV is not set
-# CONFIG_FEATURE_ENV_LONG_OPTIONS is not set
-# CONFIG_EXPR is not set
-# CONFIG_EXPR_MATH_SUPPORT_64 is not set
-# CONFIG_FALSE is not set
-# CONFIG_FOLD is not set
-# CONFIG_HEAD is not set
-# CONFIG_FEATURE_FANCY_HEAD is not set
-# CONFIG_HOSTID is not set
-# CONFIG_ID is not set
-# CONFIG_INSTALL is not set
-# CONFIG_FEATURE_INSTALL_LONG_OPTIONS is not set
-# CONFIG_LENGTH is not set
-CONFIG_LN=y
-# CONFIG_LOGNAME is not set
-CONFIG_LS=y
-CONFIG_FEATURE_LS_FILETYPES=y
-CONFIG_FEATURE_LS_FOLLOWLINKS=y
-CONFIG_FEATURE_LS_RECURSIVE=y
-CONFIG_FEATURE_LS_SORTFILES=y
-CONFIG_FEATURE_LS_TIMESTAMPS=y
-CONFIG_FEATURE_LS_USERNAME=y
-CONFIG_FEATURE_LS_COLOR=y
-# CONFIG_FEATURE_LS_COLOR_IS_DEFAULT is not set
-# CONFIG_MD5SUM is not set
-CONFIG_MKDIR=y
-# CONFIG_FEATURE_MKDIR_LONG_OPTIONS is not set
-# CONFIG_MKFIFO is not set
-CONFIG_MKNOD=y
-# CONFIG_MV is not set
-# CONFIG_FEATURE_MV_LONG_OPTIONS is not set
-# CONFIG_NICE is not set
-# CONFIG_NOHUP is not set
-# CONFIG_OD is not set
-# CONFIG_PRINTENV is not set
-# CONFIG_PRINTF is not set
-# CONFIG_PWD is not set
-CONFIG_REALPATH=y
-CONFIG_RM=y
-# CONFIG_RMDIR is not set
-# CONFIG_SEQ is not set
-# CONFIG_SHA1SUM is not set
-CONFIG_SLEEP=y
-# CONFIG_FEATURE_FANCY_SLEEP is not set
-# CONFIG_SORT is not set
-# CONFIG_FEATURE_SORT_BIG is not set
-# CONFIG_STAT is not set
-# CONFIG_FEATURE_STAT_FORMAT is not set
-# CONFIG_STTY is not set
-# CONFIG_SUM is not set
-CONFIG_SYNC=y
-# CONFIG_TAIL is not set
-# CONFIG_FEATURE_FANCY_TAIL is not set
-# CONFIG_TEE is not set
-# CONFIG_FEATURE_TEE_USE_BLOCK_IO is not set
-CONFIG_TEST=y
-# CONFIG_FEATURE_TEST_64 is not set
-# CONFIG_TOUCH is not set
-# CONFIG_TR is not set
-# CONFIG_FEATURE_TR_CLASSES is not set
-# CONFIG_FEATURE_TR_EQUIV is not set
-# CONFIG_TRUE is not set
-# CONFIG_TTY is not set
-CONFIG_UNAME=y
-# CONFIG_UNIQ is not set
-# CONFIG_USLEEP is not set
-# CONFIG_UUDECODE is not set
-# CONFIG_UUENCODE is not set
-# CONFIG_WATCH is not set
-# CONFIG_WC is not set
-# CONFIG_FEATURE_WC_LARGE is not set
-# CONFIG_WHO is not set
-# CONFIG_WHOAMI is not set
-# CONFIG_YES is not set
-
-#
-# Common options for cp and mv
-#
-# CONFIG_FEATURE_PRESERVE_HARDLINKS is not set
-
-#
-# Common options for ls, more and telnet
-#
-CONFIG_FEATURE_AUTOWIDTH=y
-
-#
-# Common options for df, du, ls
-#
-CONFIG_FEATURE_HUMAN_READABLE=y
-# CONFIG_FEATURE_MD5_SHA1_SUM_CHECK is not set
-
-#
-# Console Utilities
-#
-# CONFIG_CHVT is not set
-# CONFIG_CLEAR is not set
-# CONFIG_DEALLOCVT is not set
-# CONFIG_DUMPKMAP is not set
-# CONFIG_LOADFONT is not set
-# CONFIG_LOADKMAP is not set
-# CONFIG_OPENVT is not set
-# CONFIG_RESET is not set
-# CONFIG_RESIZE is not set
-# CONFIG_FEATURE_RESIZE_PRINT is not set
-# CONFIG_SETCONSOLE is not set
-# CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS is not set
-# CONFIG_SETKEYCODES is not set
-# CONFIG_SETLOGCONS is not set
-
-#
-# Debian Utilities
-#
-# CONFIG_MKTEMP is not set
-# CONFIG_PIPE_PROGRESS is not set
-CONFIG_READLINK=y
-CONFIG_FEATURE_READLINK_FOLLOW=y
-# CONFIG_RUN_PARTS is not set
-# CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS is not set
-# CONFIG_START_STOP_DAEMON is not set
-# CONFIG_FEATURE_START_STOP_DAEMON_FANCY is not set
-# CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS is not set
-# CONFIG_WHICH is not set
-
-#
-# Editors
-#
-# CONFIG_AWK is not set
-# CONFIG_FEATURE_AWK_MATH is not set
-# CONFIG_ED is not set
-# CONFIG_PATCH is not set
-CONFIG_SED=y
-# CONFIG_VI is not set
-# CONFIG_FEATURE_VI_COLON is not set
-# CONFIG_FEATURE_VI_YANKMARK is not set
-# CONFIG_FEATURE_VI_SEARCH is not set
-# CONFIG_FEATURE_VI_USE_SIGNALS is not set
-# CONFIG_FEATURE_VI_DOT_CMD is not set
-# CONFIG_FEATURE_VI_READONLY is not set
-# CONFIG_FEATURE_VI_SETOPTS is not set
-# CONFIG_FEATURE_VI_SET is not set
-# CONFIG_FEATURE_VI_WIN_RESIZE is not set
-# CONFIG_FEATURE_VI_OPTIMIZE_CURSOR is not set
-# CONFIG_FEATURE_ALLOW_EXEC is not set
-
-#
-# Finding Utilities
-#
-# CONFIG_FIND is not set
-# CONFIG_FEATURE_FIND_PRINT0 is not set
-# CONFIG_FEATURE_FIND_MTIME is not set
-# CONFIG_FEATURE_FIND_MMIN is not set
-# CONFIG_FEATURE_FIND_PERM is not set
-# CONFIG_FEATURE_FIND_TYPE is not set
-# CONFIG_FEATURE_FIND_XDEV is not set
-# CONFIG_FEATURE_FIND_NEWER is not set
-# CONFIG_FEATURE_FIND_INUM is not set
-# CONFIG_FEATURE_FIND_EXEC is not set
-CONFIG_GREP=y
-# CONFIG_FEATURE_GREP_EGREP_ALIAS is not set
-# CONFIG_FEATURE_GREP_FGREP_ALIAS is not set
-# CONFIG_FEATURE_GREP_CONTEXT is not set
-# CONFIG_XARGS is not set
-# CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION is not set
-# CONFIG_FEATURE_XARGS_SUPPORT_QUOTES is not set
-# CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT is not set
-# CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM is not set
-
-#
-# Init Utilities
-#
-CONFIG_INIT=y
-# CONFIG_DEBUG_INIT is not set
-CONFIG_FEATURE_USE_INITTAB=y
-# CONFIG_FEATURE_INIT_SCTTY is not set
-CONFIG_FEATURE_EXTRA_QUIET=y
-# CONFIG_FEATURE_INIT_COREDUMPS is not set
-CONFIG_FEATURE_INITRD=y
-CONFIG_HALT=y
-# CONFIG_MESG is not set
-
-#
-# Login/Password Management Utilities
-#
-# CONFIG_FEATURE_SHADOWPASSWDS is not set
-# CONFIG_USE_BB_SHADOW is not set
-# CONFIG_USE_BB_PWD_GRP is not set
-# CONFIG_ADDGROUP is not set
-# CONFIG_DELGROUP is not set
-# CONFIG_ADDUSER is not set
-# CONFIG_DELUSER is not set
-CONFIG_GETTY=y
-# CONFIG_FEATURE_UTMP is not set
-# CONFIG_FEATURE_WTMP is not set
-# CONFIG_LOGIN is not set
-# CONFIG_LOGIN_SCRIPTS is not set
-# CONFIG_FEATURE_SECURETTY is not set
-# CONFIG_PASSWD is not set
-# CONFIG_FEATURE_PASSWD_WEAK_CHECK is not set
-# CONFIG_SU is not set
-# CONFIG_FEATURE_SU_SYSLOG is not set
-# CONFIG_FEATURE_SU_CHECKS_SHELLS is not set
-# CONFIG_SULOGIN is not set
-# CONFIG_VLOCK is not set
-
-#
-# Linux Ext2 FS Progs
-#
-# CONFIG_CHATTR is not set
-# CONFIG_FSCK is not set
-# CONFIG_LSATTR is not set
-
-#
-# Linux Module Utilities
-#
-CONFIG_INSMOD=y
-# CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set
-# CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set
-# CONFIG_FEATURE_INSMOD_LOADINKMEM is not set
-# CONFIG_FEATURE_INSMOD_LOAD_MAP is not set
-# CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL is not set
-CONFIG_RMMOD=y
-# CONFIG_LSMOD is not set
-# CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT is not set
-CONFIG_MODPROBE=y
-CONFIG_FEATURE_MODPROBE_MULTIPLE_OPTIONS=y
-# CONFIG_FEATURE_MODPROBE_FANCY_ALIAS is not set
-
-#
-# Options common to multiple modutils
-#
-# CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set
-# CONFIG_FEATURE_2_4_MODULES is not set
-CONFIG_FEATURE_2_6_MODULES=y
-# CONFIG_FEATURE_QUERY_MODULE_INTERFACE is not set
-
-#
-# Linux System Utilities
-#
-CONFIG_DMESG=y
-# CONFIG_FEATURE_DMESG_PRETTY is not set
-# CONFIG_FBSET is not set
-# CONFIG_FEATURE_FBSET_FANCY is not set
-# CONFIG_FEATURE_FBSET_READMODE is not set
-# CONFIG_FDFLUSH is not set
-# CONFIG_FDFORMAT is not set
-# CONFIG_FDISK is not set
-CONFIG_FDISK_SUPPORT_LARGE_DISKS=y
-# CONFIG_FEATURE_FDISK_WRITABLE is not set
-# CONFIG_FEATURE_AIX_LABEL is not set
-# CONFIG_FEATURE_SGI_LABEL is not set
-# CONFIG_FEATURE_SUN_LABEL is not set
-# CONFIG_FEATURE_OSF_LABEL is not set
-# CONFIG_FEATURE_FDISK_ADVANCED is not set
-# CONFIG_FREERAMDISK is not set
-# CONFIG_FSCK_MINIX is not set
-CONFIG_MKFS_MINIX=y
-
-#
-# Minix filesystem support
-#
-CONFIG_FEATURE_MINIX2=y
-# CONFIG_GETOPT is not set
-# CONFIG_HEXDUMP is not set
-# CONFIG_HWCLOCK is not set
-# CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS is not set
-# CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS is not set
-# CONFIG_IPCRM is not set
-# CONFIG_IPCS is not set
-# CONFIG_LOSETUP is not set
-# CONFIG_MDEV is not set
-# CONFIG_FEATURE_MDEV_CONF is not set
-# CONFIG_FEATURE_MDEV_EXEC is not set
-CONFIG_MKSWAP=y
-# CONFIG_FEATURE_MKSWAP_V0 is not set
-# CONFIG_MORE is not set
-# CONFIG_FEATURE_USE_TERMIOS is not set
-CONFIG_MOUNT=y
-# CONFIG_FEATURE_MOUNT_NFS is not set
-# CONFIG_FEATURE_MOUNT_CIFS is not set
-CONFIG_FEATURE_MOUNT_FLAGS=y
-CONFIG_FEATURE_MOUNT_FSTAB=y
-CONFIG_PIVOT_ROOT=y
-# CONFIG_RDATE is not set
-# CONFIG_READPROFILE is not set
-# CONFIG_SETARCH is not set
-CONFIG_SWAPONOFF=y
-# CONFIG_SWITCH_ROOT is not set
-CONFIG_UMOUNT=y
-CONFIG_FEATURE_UMOUNT_ALL=y
-
-#
-# Common options for mount/umount
-#
-CONFIG_FEATURE_MOUNT_LOOP=y
-# CONFIG_FEATURE_MTAB_SUPPORT is not set
-
-#
-# Miscellaneous Utilities
-#
-# CONFIG_ADJTIMEX is not set
-# CONFIG_BBCONFIG is not set
-# CONFIG_CROND is not set
-# CONFIG_DEBUG_CROND_OPTION is not set
-# CONFIG_FEATURE_CROND_CALL_SENDMAIL is not set
-# CONFIG_CRONTAB is not set
-# CONFIG_DC is not set
-# CONFIG_DEVFSD is not set
-# CONFIG_DEVFSD_MODLOAD is not set
-# CONFIG_DEVFSD_FG_NP is not set
-# CONFIG_DEVFSD_VERBOSE is not set
-# CONFIG_FEATURE_DEVFS is not set
-# CONFIG_EJECT is not set
-# CONFIG_LAST is not set
-# CONFIG_LESS is not set
-CONFIG_FEATURE_LESS_MAXLINES=
-# CONFIG_FEATURE_LESS_BRACKETS is not set
-# CONFIG_FEATURE_LESS_FLAGS is not set
-# CONFIG_FEATURE_LESS_FLAGCS is not set
-# CONFIG_FEATURE_LESS_MARKS is not set
-# CONFIG_FEATURE_LESS_REGEXP is not set
-# CONFIG_HDPARM is not set
-# CONFIG_FEATURE_HDPARM_GET_IDENTITY is not set
-# CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF is not set
-# CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF is not set
-# CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET is not set
-# CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF is not set
-# CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA is not set
-# CONFIG_MAKEDEVS is not set
-# CONFIG_FEATURE_MAKEDEVS_LEAF is not set
-# CONFIG_FEATURE_MAKEDEVS_TABLE is not set
-# CONFIG_MOUNTPOINT is not set
-# CONFIG_MT is not set
-# CONFIG_NMETER is not set
-# CONFIG_RAIDAUTORUN is not set
-# CONFIG_READAHEAD is not set
-# CONFIG_RUNLEVEL is not set
-# CONFIG_RX is not set
-# CONFIG_STRINGS is not set
-# CONFIG_SETSID is not set
-# CONFIG_TASKSET is not set
-# CONFIG_FEATURE_TASKSET_FANCY is not set
-# CONFIG_TIME is not set
-# CONFIG_WATCHDOG is not set
-
-#
-# Networking Utilities
-#
-# CONFIG_FEATURE_IPV6 is not set
-# CONFIG_ARP is not set
-# CONFIG_ARPING is not set
-# CONFIG_DNSD is not set
-# CONFIG_ETHER_WAKE is not set
-# CONFIG_FAKEIDENTD is not set
-# CONFIG_FTPGET is not set
-# CONFIG_FTPPUT is not set
-# CONFIG_FEATURE_FTPGETPUT_LONG_OPTIONS is not set
-CONFIG_HOSTNAME=y
-# CONFIG_HTTPD is not set
-# CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP is not set
-# CONFIG_FEATURE_HTTPD_SETUID is not set
-# CONFIG_FEATURE_HTTPD_BASIC_AUTH is not set
-# CONFIG_FEATURE_HTTPD_AUTH_MD5 is not set
-# CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES is not set
-# CONFIG_FEATURE_HTTPD_CGI is not set
-# CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR is not set
-# CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV is not set
-# CONFIG_FEATURE_HTTPD_ENCODE_URL_STR is not set
-CONFIG_IFCONFIG=y
-CONFIG_FEATURE_IFCONFIG_STATUS=y
-# CONFIG_FEATURE_IFCONFIG_SLIP is not set
-# CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ is not set
-# CONFIG_FEATURE_IFCONFIG_HW is not set
-# CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS is not set
-# CONFIG_IFUPDOWN is not set
-# CONFIG_FEATURE_IFUPDOWN_IP is not set
-# CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN is not set
-# CONFIG_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN is not set
-# CONFIG_FEATURE_IFUPDOWN_IPV4 is not set
-# CONFIG_FEATURE_IFUPDOWN_IPV6 is not set
-# CONFIG_FEATURE_IFUPDOWN_IPX is not set
-# CONFIG_FEATURE_IFUPDOWN_MAPPING is not set
-# CONFIG_INETD is not set
-# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO is not set
-# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD is not set
-# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_TIME is not set
-# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME is not set
-# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN is not set
-# CONFIG_FEATURE_INETD_RPC is not set
-# CONFIG_IP is not set
-# CONFIG_FEATURE_IP_ADDRESS is not set
-# CONFIG_FEATURE_IP_LINK is not set
-# CONFIG_FEATURE_IP_ROUTE is not set
-# CONFIG_FEATURE_IP_TUNNEL is not set
-# CONFIG_FEATURE_IP_RULE is not set
-# CONFIG_FEATURE_IP_SHORT_FORMS is not set
-# CONFIG_IPADDR is not set
-# CONFIG_IPLINK is not set
-# CONFIG_IPROUTE is not set
-# CONFIG_IPTUNNEL is not set
-# CONFIG_IPRULE is not set
-# CONFIG_IPCALC is not set
-# CONFIG_FEATURE_IPCALC_FANCY is not set
-# CONFIG_FEATURE_IPCALC_LONG_OPTIONS is not set
-# CONFIG_NAMEIF is not set
-# CONFIG_NC is not set
-# CONFIG_NC_SERVER is not set
-# CONFIG_NC_EXTRA is not set
-# CONFIG_NETSTAT is not set
-# CONFIG_NSLOOKUP is not set
-CONFIG_PING=y
-# CONFIG_FEATURE_FANCY_PING is not set
-# CONFIG_PING6 is not set
-# CONFIG_FEATURE_FANCY_PING6 is not set
-CONFIG_ROUTE=y
-# CONFIG_TELNET is not set
-# CONFIG_FEATURE_TELNET_TTYPE is not set
-# CONFIG_FEATURE_TELNET_AUTOLOGIN is not set
-# CONFIG_TELNETD is not set
-# CONFIG_FEATURE_TELNETD_STANDALONE is not set
-# CONFIG_TFTP is not set
-# CONFIG_FEATURE_TFTP_GET is not set
-# CONFIG_FEATURE_TFTP_PUT is not set
-# CONFIG_FEATURE_TFTP_BLOCKSIZE is not set
-# CONFIG_DEBUG_TFTP is not set
-# CONFIG_TRACEROUTE is not set
-# CONFIG_FEATURE_TRACEROUTE_VERBOSE is not set
-# CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE is not set
-# CONFIG_FEATURE_TRACEROUTE_USE_ICMP is not set
-# CONFIG_APP_UDHCPD is not set
-# CONFIG_APP_DHCPRELAY is not set
-# CONFIG_APP_DUMPLEASES is not set
-CONFIG_APP_UDHCPC=y
-CONFIG_FEATURE_UDHCP_SYSLOG=y
-# CONFIG_FEATURE_UDHCP_DEBUG is not set
-# CONFIG_VCONFIG is not set
-CONFIG_WGET=y
-# CONFIG_FEATURE_WGET_STATUSBAR is not set
-CONFIG_FEATURE_WGET_AUTHENTICATION=y
-# CONFIG_FEATURE_WGET_IP6_LITERAL is not set
-# CONFIG_FEATURE_WGET_LONG_OPTIONS is not set
-# CONFIG_ZCIP is not set
-
-#
-# Process Utilities
-#
-# CONFIG_FREE is not set
-# CONFIG_FUSER is not set
-CONFIG_KILL=y
-CONFIG_KILLALL=y
-CONFIG_KILLALL5=y
-# CONFIG_PIDOF is not set
-# CONFIG_FEATURE_PIDOF_SINGLE is not set
-# CONFIG_FEATURE_PIDOF_OMIT is not set
-CONFIG_PS=y
-# CONFIG_FEATURE_PS_WIDE is not set
-# CONFIG_RENICE is not set
-# CONFIG_BB_SYSCTL is not set
-# CONFIG_TOP is not set
-# CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE is not set
-# CONFIG_UPTIME is not set
-
-#
-# Shells
-#
-CONFIG_FEATURE_SH_IS_ASH=y
-# CONFIG_FEATURE_SH_IS_HUSH is not set
-# CONFIG_FEATURE_SH_IS_LASH is not set
-# CONFIG_FEATURE_SH_IS_MSH is not set
-# CONFIG_FEATURE_SH_IS_NONE is not set
-CONFIG_ASH=y
-
-#
-# Ash Shell Options
-#
-CONFIG_ASH_JOB_CONTROL=y
-# CONFIG_ASH_READ_NCHARS is not set
-# CONFIG_ASH_READ_TIMEOUT is not set
-CONFIG_ASH_ALIAS=y
-CONFIG_ASH_MATH_SUPPORT=y
-# CONFIG_ASH_MATH_SUPPORT_64 is not set
-# CONFIG_ASH_GETOPTS is not set
-# CONFIG_ASH_BUILTIN_ECHO is not set
-# CONFIG_ASH_BUILTIN_TEST is not set
-# CONFIG_ASH_CMDCMD is not set
-# CONFIG_ASH_MAIL is not set
-CONFIG_ASH_OPTIMIZE_FOR_SIZE=y
-# CONFIG_ASH_RANDOM_SUPPORT is not set
-# CONFIG_ASH_EXPAND_PRMT is not set
-# CONFIG_HUSH is not set
-# CONFIG_LASH is not set
-# CONFIG_MSH is not set
-
-#
-# Bourne Shell Options
-#
-# CONFIG_FEATURE_SH_EXTRA_QUIET is not set
-# CONFIG_FEATURE_SH_STANDALONE_SHELL is not set
-CONFIG_FEATURE_COMMAND_EDITING=y
-# CONFIG_FEATURE_COMMAND_EDITING_VI is not set
-CONFIG_FEATURE_COMMAND_HISTORY=15
-CONFIG_FEATURE_COMMAND_SAVEHISTORY=y
-CONFIG_FEATURE_COMMAND_TAB_COMPLETION=y
-# CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION is not set
-# CONFIG_FEATURE_SH_FANCY_PROMPT is not set
-
-#
-# System Logging Utilities
-#
-CONFIG_SYSLOGD=y
-# CONFIG_FEATURE_ROTATE_LOGFILE is not set
-# CONFIG_FEATURE_REMOTE_LOG is not set
-# CONFIG_FEATURE_IPC_SYSLOG is not set
-CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE=
-# CONFIG_LOGREAD is not set
-# CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING is not set
-# CONFIG_KLOGD is not set
-# CONFIG_LOGGER is not set
-
-#
-# Runit Utilities
-#
-# CONFIG_RUNSV is not set
-# CONFIG_RUNSVDIR is not set
-# CONFIG_SV is not set
-# CONFIG_SVLOGD is not set
-# CONFIG_CHPST is not set
-# CONFIG_SETUIDGID is not set
-# CONFIG_ENVUIDGID is not set
-# CONFIG_ENVDIR is not set
-# CONFIG_SOFTLIMIT is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 05:59:21
|
Revision: 309
http://ipcop.svn.sourceforge.net/ipcop/?rev=309&view=rev
Author: chepati
Date: 2007-04-29 22:59:22 -0700 (Sun, 29 Apr 2007)
Log Message:
-----------
Move the busybox config file to an appropriate subdirectory under config/
Added Paths:
-----------
ipcop/trunk/config/busybox/
ipcop/trunk/config/busybox/busybox-1.4.2-config
Added: ipcop/trunk/config/busybox/busybox-1.4.2-config
===================================================================
--- ipcop/trunk/config/busybox/busybox-1.4.2-config (rev 0)
+++ ipcop/trunk/config/busybox/busybox-1.4.2-config 2007-04-30 05:59:22 UTC (rev 309)
@@ -0,0 +1,675 @@
+#
+# Automatically generated make config: don't edit
+# Busybox version: 1.4.2
+# Sun Mar 25 01:46:44 2007
+#
+CONFIG_HAVE_DOT_CONFIG=y
+
+#
+# Busybox Settings
+#
+
+#
+# General Configuration
+#
+CONFIG_NITPICK=y
+# CONFIG_DESKTOP is not set
+CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
+# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
+# CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
+# CONFIG_SHOW_USAGE is not set
+# CONFIG_FEATURE_VERBOSE_USAGE is not set
+# CONFIG_FEATURE_COMPRESS_USAGE is not set
+# CONFIG_FEATURE_INSTALLER is not set
+CONFIG_LOCALE_SUPPORT=y
+CONFIG_GETOPT_LONG=y
+# CONFIG_FEATURE_DEVPTS is not set
+# CONFIG_FEATURE_CLEAN_UP is not set
+# CONFIG_FEATURE_SUID is not set
+CONFIG_FEATURE_SYSLOG=y
+# CONFIG_FEATURE_SUID_CONFIG is not set
+# CONFIG_FEATURE_SUID_CONFIG_QUIET is not set
+# CONFIG_FEATURE_HAVE_RPC is not set
+# CONFIG_SELINUX is not set
+CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
+
+#
+# Build Options
+#
+# CONFIG_STATIC is not set
+# CONFIG_BUILD_LIBBUSYBOX is not set
+# CONFIG_FEATURE_FULL_LIBBUSYBOX is not set
+# CONFIG_FEATURE_SHARED_BUSYBOX is not set
+CONFIG_LFS=y
+# CONFIG_BUILD_AT_ONCE is not set
+
+#
+# Debugging Options
+#
+# CONFIG_DEBUG is not set
+# CONFIG_DEBUG_PESSIMIZE is not set
+# CONFIG_NO_DEBUG_LIB is not set
+# CONFIG_DMALLOC is not set
+# CONFIG_EFENCE is not set
+# CONFIG_INCLUDE_SUSv2 is not set
+
+#
+# Installation Options
+#
+# CONFIG_INSTALL_NO_USR is not set
+CONFIG_INSTALL_APPLET_SYMLINKS=y
+# CONFIG_INSTALL_APPLET_HARDLINKS is not set
+# CONFIG_INSTALL_APPLET_DONT is not set
+CONFIG_PREFIX="./_install"
+
+#
+# Busybox Library Tuning
+#
+CONFIG_PASSWORD_MINLEN=6
+CONFIG_MD5_SIZE_VS_SPEED=3
+
+#
+# Applets
+#
+
+#
+# Archival Utilities
+#
+# CONFIG_AR is not set
+# CONFIG_FEATURE_AR_LONG_FILENAMES is not set
+CONFIG_BUNZIP2=y
+# CONFIG_CPIO is not set
+# CONFIG_DPKG is not set
+# CONFIG_DPKG_DEB is not set
+# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
+CONFIG_GUNZIP=y
+# CONFIG_FEATURE_GUNZIP_UNCOMPRESS is not set
+CONFIG_GZIP=y
+# CONFIG_RPM2CPIO is not set
+# CONFIG_RPM is not set
+CONFIG_TAR=y
+CONFIG_FEATURE_TAR_CREATE=y
+CONFIG_FEATURE_TAR_BZIP2=y
+CONFIG_FEATURE_TAR_LZMA=y
+# CONFIG_FEATURE_TAR_FROM is not set
+CONFIG_FEATURE_TAR_GZIP=y
+CONFIG_FEATURE_TAR_COMPRESS=y
+# CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY is not set
+CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y
+# CONFIG_FEATURE_TAR_LONG_OPTIONS is not set
+# CONFIG_UNCOMPRESS is not set
+# CONFIG_UNLZMA is not set
+# CONFIG_FEATURE_LZMA_FAST is not set
+# CONFIG_UNZIP is not set
+
+#
+# Common options for cpio and tar
+#
+# CONFIG_FEATURE_UNARCHIVE_TAPE is not set
+# CONFIG_FEATURE_DEB_TAR_GZ is not set
+# CONFIG_FEATURE_DEB_TAR_BZ2 is not set
+# CONFIG_FEATURE_DEB_TAR_LZMA is not set
+
+#
+# Coreutils
+#
+CONFIG_BASENAME=y
+# CONFIG_CAL is not set
+CONFIG_CAT=y
+# CONFIG_CATV is not set
+# CONFIG_CHGRP is not set
+# CONFIG_CHMOD is not set
+# CONFIG_CHOWN is not set
+CONFIG_CHROOT=y
+# CONFIG_CKSUM is not set
+# CONFIG_CMP is not set
+# CONFIG_COMM is not set
+CONFIG_CP=y
+# CONFIG_CUT is not set
+CONFIG_DATE=y
+CONFIG_FEATURE_DATE_ISOFMT=y
+CONFIG_DD=y
+CONFIG_FEATURE_DD_SIGNAL_HANDLING=y
+# CONFIG_FEATURE_DD_IBS_OBS is not set
+CONFIG_DF=y
+# CONFIG_DIFF is not set
+# CONFIG_FEATURE_DIFF_BINARY is not set
+# CONFIG_FEATURE_DIFF_DIR is not set
+# CONFIG_FEATURE_DIFF_MINIMAL is not set
+# CONFIG_DIRNAME is not set
+# CONFIG_DOS2UNIX is not set
+# CONFIG_UNIX2DOS is not set
+CONFIG_DU=y
+CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K=y
+CONFIG_ECHO=y
+CONFIG_FEATURE_FANCY_ECHO=y
+# CONFIG_ENV is not set
+# CONFIG_FEATURE_ENV_LONG_OPTIONS is not set
+# CONFIG_EXPR is not set
+# CONFIG_EXPR_MATH_SUPPORT_64 is not set
+# CONFIG_FALSE is not set
+# CONFIG_FOLD is not set
+# CONFIG_HEAD is not set
+# CONFIG_FEATURE_FANCY_HEAD is not set
+# CONFIG_HOSTID is not set
+# CONFIG_ID is not set
+# CONFIG_INSTALL is not set
+# CONFIG_FEATURE_INSTALL_LONG_OPTIONS is not set
+# CONFIG_LENGTH is not set
+CONFIG_LN=y
+# CONFIG_LOGNAME is not set
+CONFIG_LS=y
+CONFIG_FEATURE_LS_FILETYPES=y
+CONFIG_FEATURE_LS_FOLLOWLINKS=y
+CONFIG_FEATURE_LS_RECURSIVE=y
+CONFIG_FEATURE_LS_SORTFILES=y
+CONFIG_FEATURE_LS_TIMESTAMPS=y
+CONFIG_FEATURE_LS_USERNAME=y
+CONFIG_FEATURE_LS_COLOR=y
+# CONFIG_FEATURE_LS_COLOR_IS_DEFAULT is not set
+# CONFIG_MD5SUM is not set
+CONFIG_MKDIR=y
+# CONFIG_FEATURE_MKDIR_LONG_OPTIONS is not set
+# CONFIG_MKFIFO is not set
+CONFIG_MKNOD=y
+# CONFIG_MV is not set
+# CONFIG_FEATURE_MV_LONG_OPTIONS is not set
+# CONFIG_NICE is not set
+# CONFIG_NOHUP is not set
+# CONFIG_OD is not set
+# CONFIG_PRINTENV is not set
+# CONFIG_PRINTF is not set
+# CONFIG_PWD is not set
+CONFIG_REALPATH=y
+CONFIG_RM=y
+# CONFIG_RMDIR is not set
+# CONFIG_SEQ is not set
+# CONFIG_SHA1SUM is not set
+CONFIG_SLEEP=y
+# CONFIG_FEATURE_FANCY_SLEEP is not set
+# CONFIG_SORT is not set
+# CONFIG_FEATURE_SORT_BIG is not set
+# CONFIG_STAT is not set
+# CONFIG_FEATURE_STAT_FORMAT is not set
+# CONFIG_STTY is not set
+# CONFIG_SUM is not set
+CONFIG_SYNC=y
+# CONFIG_TAIL is not set
+# CONFIG_FEATURE_FANCY_TAIL is not set
+# CONFIG_TEE is not set
+# CONFIG_FEATURE_TEE_USE_BLOCK_IO is not set
+CONFIG_TEST=y
+# CONFIG_FEATURE_TEST_64 is not set
+# CONFIG_TOUCH is not set
+# CONFIG_TR is not set
+# CONFIG_FEATURE_TR_CLASSES is not set
+# CONFIG_FEATURE_TR_EQUIV is not set
+# CONFIG_TRUE is not set
+# CONFIG_TTY is not set
+CONFIG_UNAME=y
+# CONFIG_UNIQ is not set
+# CONFIG_USLEEP is not set
+# CONFIG_UUDECODE is not set
+# CONFIG_UUENCODE is not set
+# CONFIG_WATCH is not set
+# CONFIG_WC is not set
+# CONFIG_FEATURE_WC_LARGE is not set
+# CONFIG_WHO is not set
+# CONFIG_WHOAMI is not set
+# CONFIG_YES is not set
+
+#
+# Common options for cp and mv
+#
+# CONFIG_FEATURE_PRESERVE_HARDLINKS is not set
+
+#
+# Common options for ls, more and telnet
+#
+CONFIG_FEATURE_AUTOWIDTH=y
+
+#
+# Common options for df, du, ls
+#
+CONFIG_FEATURE_HUMAN_READABLE=y
+# CONFIG_FEATURE_MD5_SHA1_SUM_CHECK is not set
+
+#
+# Console Utilities
+#
+# CONFIG_CHVT is not set
+# CONFIG_CLEAR is not set
+# CONFIG_DEALLOCVT is not set
+# CONFIG_DUMPKMAP is not set
+# CONFIG_LOADFONT is not set
+# CONFIG_LOADKMAP is not set
+# CONFIG_OPENVT is not set
+# CONFIG_RESET is not set
+# CONFIG_RESIZE is not set
+# CONFIG_FEATURE_RESIZE_PRINT is not set
+# CONFIG_SETCONSOLE is not set
+# CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS is not set
+# CONFIG_SETKEYCODES is not set
+# CONFIG_SETLOGCONS is not set
+
+#
+# Debian Utilities
+#
+# CONFIG_MKTEMP is not set
+# CONFIG_PIPE_PROGRESS is not set
+CONFIG_READLINK=y
+CONFIG_FEATURE_READLINK_FOLLOW=y
+# CONFIG_RUN_PARTS is not set
+# CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS is not set
+# CONFIG_START_STOP_DAEMON is not set
+# CONFIG_FEATURE_START_STOP_DAEMON_FANCY is not set
+# CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS is not set
+# CONFIG_WHICH is not set
+
+#
+# Editors
+#
+# CONFIG_AWK is not set
+# CONFIG_FEATURE_AWK_MATH is not set
+# CONFIG_ED is not set
+# CONFIG_PATCH is not set
+CONFIG_SED=y
+# CONFIG_VI is not set
+# CONFIG_FEATURE_VI_COLON is not set
+# CONFIG_FEATURE_VI_YANKMARK is not set
+# CONFIG_FEATURE_VI_SEARCH is not set
+# CONFIG_FEATURE_VI_USE_SIGNALS is not set
+# CONFIG_FEATURE_VI_DOT_CMD is not set
+# CONFIG_FEATURE_VI_READONLY is not set
+# CONFIG_FEATURE_VI_SETOPTS is not set
+# CONFIG_FEATURE_VI_SET is not set
+# CONFIG_FEATURE_VI_WIN_RESIZE is not set
+# CONFIG_FEATURE_VI_OPTIMIZE_CURSOR is not set
+# CONFIG_FEATURE_ALLOW_EXEC is not set
+
+#
+# Finding Utilities
+#
+# CONFIG_FIND is not set
+# CONFIG_FEATURE_FIND_PRINT0 is not set
+# CONFIG_FEATURE_FIND_MTIME is not set
+# CONFIG_FEATURE_FIND_MMIN is not set
+# CONFIG_FEATURE_FIND_PERM is not set
+# CONFIG_FEATURE_FIND_TYPE is not set
+# CONFIG_FEATURE_FIND_XDEV is not set
+# CONFIG_FEATURE_FIND_NEWER is not set
+# CONFIG_FEATURE_FIND_INUM is not set
+# CONFIG_FEATURE_FIND_EXEC is not set
+CONFIG_GREP=y
+# CONFIG_FEATURE_GREP_EGREP_ALIAS is not set
+# CONFIG_FEATURE_GREP_FGREP_ALIAS is not set
+# CONFIG_FEATURE_GREP_CONTEXT is not set
+# CONFIG_XARGS is not set
+# CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION is not set
+# CONFIG_FEATURE_XARGS_SUPPORT_QUOTES is not set
+# CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT is not set
+# CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM is not set
+
+#
+# Init Utilities
+#
+CONFIG_INIT=y
+# CONFIG_DEBUG_INIT is not set
+CONFIG_FEATURE_USE_INITTAB=y
+# CONFIG_FEATURE_INIT_SCTTY is not set
+CONFIG_FEATURE_EXTRA_QUIET=y
+# CONFIG_FEATURE_INIT_COREDUMPS is not set
+CONFIG_FEATURE_INITRD=y
+CONFIG_HALT=y
+# CONFIG_MESG is not set
+
+#
+# Login/Password Management Utilities
+#
+# CONFIG_FEATURE_SHADOWPASSWDS is not set
+# CONFIG_USE_BB_SHADOW is not set
+# CONFIG_USE_BB_PWD_GRP is not set
+# CONFIG_ADDGROUP is not set
+# CONFIG_DELGROUP is not set
+# CONFIG_ADDUSER is not set
+# CONFIG_DELUSER is not set
+CONFIG_GETTY=y
+# CONFIG_FEATURE_UTMP is not set
+# CONFIG_FEATURE_WTMP is not set
+# CONFIG_LOGIN is not set
+# CONFIG_LOGIN_SCRIPTS is not set
+# CONFIG_FEATURE_SECURETTY is not set
+# CONFIG_PASSWD is not set
+# CONFIG_FEATURE_PASSWD_WEAK_CHECK is not set
+# CONFIG_SU is not set
+# CONFIG_FEATURE_SU_SYSLOG is not set
+# CONFIG_FEATURE_SU_CHECKS_SHELLS is not set
+# CONFIG_SULOGIN is not set
+# CONFIG_VLOCK is not set
+
+#
+# Linux Ext2 FS Progs
+#
+# CONFIG_CHATTR is not set
+# CONFIG_FSCK is not set
+# CONFIG_LSATTR is not set
+
+#
+# Linux Module Utilities
+#
+CONFIG_INSMOD=y
+# CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set
+# CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set
+# CONFIG_FEATURE_INSMOD_LOADINKMEM is not set
+# CONFIG_FEATURE_INSMOD_LOAD_MAP is not set
+# CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL is not set
+CONFIG_RMMOD=y
+# CONFIG_LSMOD is not set
+# CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT is not set
+CONFIG_MODPROBE=y
+CONFIG_FEATURE_MODPROBE_MULTIPLE_OPTIONS=y
+# CONFIG_FEATURE_MODPROBE_FANCY_ALIAS is not set
+
+#
+# Options common to multiple modutils
+#
+# CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set
+# CONFIG_FEATURE_2_4_MODULES is not set
+CONFIG_FEATURE_2_6_MODULES=y
+# CONFIG_FEATURE_QUERY_MODULE_INTERFACE is not set
+
+#
+# Linux System Utilities
+#
+CONFIG_DMESG=y
+# CONFIG_FEATURE_DMESG_PRETTY is not set
+# CONFIG_FBSET is not set
+# CONFIG_FEATURE_FBSET_FANCY is not set
+# CONFIG_FEATURE_FBSET_READMODE is not set
+# CONFIG_FDFLUSH is not set
+# CONFIG_FDFORMAT is not set
+# CONFIG_FDISK is not set
+CONFIG_FDISK_SUPPORT_LARGE_DISKS=y
+# CONFIG_FEATURE_FDISK_WRITABLE is not set
+# CONFIG_FEATURE_AIX_LABEL is not set
+# CONFIG_FEATURE_SGI_LABEL is not set
+# CONFIG_FEATURE_SUN_LABEL is not set
+# CONFIG_FEATURE_OSF_LABEL is not set
+# CONFIG_FEATURE_FDISK_ADVANCED is not set
+# CONFIG_FREERAMDISK is not set
+# CONFIG_FSCK_MINIX is not set
+CONFIG_MKFS_MINIX=y
+
+#
+# Minix filesystem support
+#
+CONFIG_FEATURE_MINIX2=y
+# CONFIG_GETOPT is not set
+# CONFIG_HEXDUMP is not set
+# CONFIG_HWCLOCK is not set
+# CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS is not set
+# CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS is not set
+# CONFIG_IPCRM is not set
+# CONFIG_IPCS is not set
+# CONFIG_LOSETUP is not set
+# CONFIG_MDEV is not set
+# CONFIG_FEATURE_MDEV_CONF is not set
+# CONFIG_FEATURE_MDEV_EXEC is not set
+CONFIG_MKSWAP=y
+# CONFIG_FEATURE_MKSWAP_V0 is not set
+# CONFIG_MORE is not set
+# CONFIG_FEATURE_USE_TERMIOS is not set
+CONFIG_MOUNT=y
+# CONFIG_FEATURE_MOUNT_NFS is not set
+# CONFIG_FEATURE_MOUNT_CIFS is not set
+CONFIG_FEATURE_MOUNT_FLAGS=y
+CONFIG_FEATURE_MOUNT_FSTAB=y
+CONFIG_PIVOT_ROOT=y
+# CONFIG_RDATE is not set
+# CONFIG_READPROFILE is not set
+# CONFIG_SETARCH is not set
+CONFIG_SWAPONOFF=y
+# CONFIG_SWITCH_ROOT is not set
+CONFIG_UMOUNT=y
+CONFIG_FEATURE_UMOUNT_ALL=y
+
+#
+# Common options for mount/umount
+#
+CONFIG_FEATURE_MOUNT_LOOP=y
+# CONFIG_FEATURE_MTAB_SUPPORT is not set
+
+#
+# Miscellaneous Utilities
+#
+# CONFIG_ADJTIMEX is not set
+# CONFIG_BBCONFIG is not set
+# CONFIG_CROND is not set
+# CONFIG_DEBUG_CROND_OPTION is not set
+# CONFIG_FEATURE_CROND_CALL_SENDMAIL is not set
+# CONFIG_CRONTAB is not set
+# CONFIG_DC is not set
+# CONFIG_DEVFSD is not set
+# CONFIG_DEVFSD_MODLOAD is not set
+# CONFIG_DEVFSD_FG_NP is not set
+# CONFIG_DEVFSD_VERBOSE is not set
+# CONFIG_FEATURE_DEVFS is not set
+# CONFIG_EJECT is not set
+# CONFIG_LAST is not set
+# CONFIG_LESS is not set
+CONFIG_FEATURE_LESS_MAXLINES=
+# CONFIG_FEATURE_LESS_BRACKETS is not set
+# CONFIG_FEATURE_LESS_FLAGS is not set
+# CONFIG_FEATURE_LESS_FLAGCS is not set
+# CONFIG_FEATURE_LESS_MARKS is not set
+# CONFIG_FEATURE_LESS_REGEXP is not set
+# CONFIG_HDPARM is not set
+# CONFIG_FEATURE_HDPARM_GET_IDENTITY is not set
+# CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF is not set
+# CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF is not set
+# CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET is not set
+# CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF is not set
+# CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA is not set
+# CONFIG_MAKEDEVS is not set
+# CONFIG_FEATURE_MAKEDEVS_LEAF is not set
+# CONFIG_FEATURE_MAKEDEVS_TABLE is not set
+# CONFIG_MOUNTPOINT is not set
+# CONFIG_MT is not set
+# CONFIG_NMETER is not set
+# CONFIG_RAIDAUTORUN is not set
+# CONFIG_READAHEAD is not set
+# CONFIG_RUNLEVEL is not set
+# CONFIG_RX is not set
+# CONFIG_STRINGS is not set
+# CONFIG_SETSID is not set
+# CONFIG_TASKSET is not set
+# CONFIG_FEATURE_TASKSET_FANCY is not set
+# CONFIG_TIME is not set
+# CONFIG_WATCHDOG is not set
+
+#
+# Networking Utilities
+#
+# CONFIG_FEATURE_IPV6 is not set
+# CONFIG_ARP is not set
+# CONFIG_ARPING is not set
+# CONFIG_DNSD is not set
+# CONFIG_ETHER_WAKE is not set
+# CONFIG_FAKEIDENTD is not set
+# CONFIG_FTPGET is not set
+# CONFIG_FTPPUT is not set
+# CONFIG_FEATURE_FTPGETPUT_LONG_OPTIONS is not set
+CONFIG_HOSTNAME=y
+# CONFIG_HTTPD is not set
+# CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP is not set
+# CONFIG_FEATURE_HTTPD_SETUID is not set
+# CONFIG_FEATURE_HTTPD_BASIC_AUTH is not set
+# CONFIG_FEATURE_HTTPD_AUTH_MD5 is not set
+# CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES is not set
+# CONFIG_FEATURE_HTTPD_CGI is not set
+# CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR is not set
+# CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV is not set
+# CONFIG_FEATURE_HTTPD_ENCODE_URL_STR is not set
+CONFIG_IFCONFIG=y
+CONFIG_FEATURE_IFCONFIG_STATUS=y
+# CONFIG_FEATURE_IFCONFIG_SLIP is not set
+# CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ is not set
+# CONFIG_FEATURE_IFCONFIG_HW is not set
+# CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS is not set
+# CONFIG_IFUPDOWN is not set
+# CONFIG_FEATURE_IFUPDOWN_IP is not set
+# CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN is not set
+# CONFIG_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN is not set
+# CONFIG_FEATURE_IFUPDOWN_IPV4 is not set
+# CONFIG_FEATURE_IFUPDOWN_IPV6 is not set
+# CONFIG_FEATURE_IFUPDOWN_IPX is not set
+# CONFIG_FEATURE_IFUPDOWN_MAPPING is not set
+# CONFIG_INETD is not set
+# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO is not set
+# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD is not set
+# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_TIME is not set
+# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME is not set
+# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN is not set
+# CONFIG_FEATURE_INETD_RPC is not set
+# CONFIG_IP is not set
+# CONFIG_FEATURE_IP_ADDRESS is not set
+# CONFIG_FEATURE_IP_LINK is not set
+# CONFIG_FEATURE_IP_ROUTE is not set
+# CONFIG_FEATURE_IP_TUNNEL is not set
+# CONFIG_FEATURE_IP_RULE is not set
+# CONFIG_FEATURE_IP_SHORT_FORMS is not set
+# CONFIG_IPADDR is not set
+# CONFIG_IPLINK is not set
+# CONFIG_IPROUTE is not set
+# CONFIG_IPTUNNEL is not set
+# CONFIG_IPRULE is not set
+# CONFIG_IPCALC is not set
+# CONFIG_FEATURE_IPCALC_FANCY is not set
+# CONFIG_FEATURE_IPCALC_LONG_OPTIONS is not set
+# CONFIG_NAMEIF is not set
+# CONFIG_NC is not set
+# CONFIG_NC_SERVER is not set
+# CONFIG_NC_EXTRA is not set
+# CONFIG_NETSTAT is not set
+# CONFIG_NSLOOKUP is not set
+CONFIG_PING=y
+# CONFIG_FEATURE_FANCY_PING is not set
+# CONFIG_PING6 is not set
+# CONFIG_FEATURE_FANCY_PING6 is not set
+CONFIG_ROUTE=y
+# CONFIG_TELNET is not set
+# CONFIG_FEATURE_TELNET_TTYPE is not set
+# CONFIG_FEATURE_TELNET_AUTOLOGIN is not set
+# CONFIG_TELNETD is not set
+# CONFIG_FEATURE_TELNETD_STANDALONE is not set
+# CONFIG_TFTP is not set
+# CONFIG_FEATURE_TFTP_GET is not set
+# CONFIG_FEATURE_TFTP_PUT is not set
+# CONFIG_FEATURE_TFTP_BLOCKSIZE is not set
+# CONFIG_DEBUG_TFTP is not set
+# CONFIG_TRACEROUTE is not set
+# CONFIG_FEATURE_TRACEROUTE_VERBOSE is not set
+# CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE is not set
+# CONFIG_FEATURE_TRACEROUTE_USE_ICMP is not set
+# CONFIG_APP_UDHCPD is not set
+# CONFIG_APP_DHCPRELAY is not set
+# CONFIG_APP_DUMPLEASES is not set
+CONFIG_APP_UDHCPC=y
+CONFIG_FEATURE_UDHCP_SYSLOG=y
+# CONFIG_FEATURE_UDHCP_DEBUG is not set
+# CONFIG_VCONFIG is not set
+CONFIG_WGET=y
+# CONFIG_FEATURE_WGET_STATUSBAR is not set
+CONFIG_FEATURE_WGET_AUTHENTICATION=y
+# CONFIG_FEATURE_WGET_IP6_LITERAL is not set
+# CONFIG_FEATURE_WGET_LONG_OPTIONS is not set
+# CONFIG_ZCIP is not set
+
+#
+# Process Utilities
+#
+# CONFIG_FREE is not set
+# CONFIG_FUSER is not set
+CONFIG_KILL=y
+CONFIG_KILLALL=y
+CONFIG_KILLALL5=y
+# CONFIG_PIDOF is not set
+# CONFIG_FEATURE_PIDOF_SINGLE is not set
+# CONFIG_FEATURE_PIDOF_OMIT is not set
+CONFIG_PS=y
+# CONFIG_FEATURE_PS_WIDE is not set
+# CONFIG_RENICE is not set
+# CONFIG_BB_SYSCTL is not set
+# CONFIG_TOP is not set
+# CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE is not set
+# CONFIG_UPTIME is not set
+
+#
+# Shells
+#
+CONFIG_FEATURE_SH_IS_ASH=y
+# CONFIG_FEATURE_SH_IS_HUSH is not set
+# CONFIG_FEATURE_SH_IS_LASH is not set
+# CONFIG_FEATURE_SH_IS_MSH is not set
+# CONFIG_FEATURE_SH_IS_NONE is not set
+CONFIG_ASH=y
+
+#
+# Ash Shell Options
+#
+CONFIG_ASH_JOB_CONTROL=y
+# CONFIG_ASH_READ_NCHARS is not set
+# CONFIG_ASH_READ_TIMEOUT is not set
+CONFIG_ASH_ALIAS=y
+CONFIG_ASH_MATH_SUPPORT=y
+# CONFIG_ASH_MATH_SUPPORT_64 is not set
+# CONFIG_ASH_GETOPTS is not set
+# CONFIG_ASH_BUILTIN_ECHO is not set
+# CONFIG_ASH_BUILTIN_TEST is not set
+# CONFIG_ASH_CMDCMD is not set
+# CONFIG_ASH_MAIL is not set
+CONFIG_ASH_OPTIMIZE_FOR_SIZE=y
+# CONFIG_ASH_RANDOM_SUPPORT is not set
+# CONFIG_ASH_EXPAND_PRMT is not set
+# CONFIG_HUSH is not set
+# CONFIG_LASH is not set
+# CONFIG_MSH is not set
+
+#
+# Bourne Shell Options
+#
+# CONFIG_FEATURE_SH_EXTRA_QUIET is not set
+# CONFIG_FEATURE_SH_STANDALONE_SHELL is not set
+CONFIG_FEATURE_COMMAND_EDITING=y
+# CONFIG_FEATURE_COMMAND_EDITING_VI is not set
+CONFIG_FEATURE_COMMAND_HISTORY=15
+CONFIG_FEATURE_COMMAND_SAVEHISTORY=y
+CONFIG_FEATURE_COMMAND_TAB_COMPLETION=y
+# CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION is not set
+# CONFIG_FEATURE_SH_FANCY_PROMPT is not set
+
+#
+# System Logging Utilities
+#
+CONFIG_SYSLOGD=y
+# CONFIG_FEATURE_ROTATE_LOGFILE is not set
+# CONFIG_FEATURE_REMOTE_LOG is not set
+# CONFIG_FEATURE_IPC_SYSLOG is not set
+CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE=
+# CONFIG_LOGREAD is not set
+# CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING is not set
+# CONFIG_KLOGD is not set
+# CONFIG_LOGGER is not set
+
+#
+# Runit Utilities
+#
+# CONFIG_RUNSV is not set
+# CONFIG_RUNSVDIR is not set
+# CONFIG_SV is not set
+# CONFIG_SVLOGD is not set
+# CONFIG_CHPST is not set
+# CONFIG_SETUIDGID is not set
+# CONFIG_ENVUIDGID is not set
+# CONFIG_ENVDIR is not set
+# CONFIG_SOFTLIMIT is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 04:53:31
|
Revision: 308
http://ipcop.svn.sourceforge.net/ipcop/?rev=308&view=rev
Author: chepati
Date: 2007-04-29 21:53:32 -0700 (Sun, 29 Apr 2007)
Log Message:
-----------
Added sleep to busybox applets. Needed by the initrd
Modified Paths:
--------------
ipcop/trunk/src/patches/busybox-1.4.2-config
Modified: ipcop/trunk/src/patches/busybox-1.4.2-config
===================================================================
--- ipcop/trunk/src/patches/busybox-1.4.2-config 2007-04-30 04:49:57 UTC (rev 307)
+++ ipcop/trunk/src/patches/busybox-1.4.2-config 2007-04-30 04:53:32 UTC (rev 308)
@@ -185,7 +185,7 @@
# CONFIG_RMDIR is not set
# CONFIG_SEQ is not set
# CONFIG_SHA1SUM is not set
-# CONFIG_SLEEP is not set
+CONFIG_SLEEP=y
# CONFIG_FEATURE_FANCY_SLEEP is not set
# CONFIG_SORT is not set
# CONFIG_FEATURE_SORT_BIG is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 04:49:56
|
Revision: 307
http://ipcop.svn.sourceforge.net/ipcop/?rev=307&view=rev
Author: chepati
Date: 2007-04-29 21:49:57 -0700 (Sun, 29 Apr 2007)
Log Message:
-----------
Fix the permissions of /dev/null
Modified Paths:
--------------
ipcop/trunk/lfs/stage5
Modified: ipcop/trunk/lfs/stage5
===================================================================
--- ipcop/trunk/lfs/stage5 2007-04-30 04:48:09 UTC (rev 306)
+++ ipcop/trunk/lfs/stage5 2007-04-30 04:49:57 UTC (rev 307)
@@ -76,7 +76,7 @@
cd $(INSTALLER_DIR)/initrd/dev && rm -f null
cd $(INSTALLER_DIR)/initrd/dev && rm -f tty*
cd $(INSTALLER_DIR)/initrd/dev && mknod -m 0600 console c 5 1
- cd $(INSTALLER_DIR)/initrd/dev && mknod -m 0777 null c 1 3
+ cd $(INSTALLER_DIR)/initrd/dev && mknod -m 0666 null c 1 3
cd $(INSTALLER_DIR)/initrd/dev && mknod -m 0600 tty1 c 4 1
cd $(INSTALLER_DIR)/initrd/dev && mknod -m 0600 tty2 c 4 2
cd $(INSTALLER_DIR)/initrd/dev && mknod -m 0600 tty3 c 4 3
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 04:48:11
|
Revision: 306
http://ipcop.svn.sourceforge.net/ipcop/?rev=306&view=rev
Author: chepati
Date: 2007-04-29 21:48:09 -0700 (Sun, 29 Apr 2007)
Log Message:
-----------
Fix a missing link, needed by bash
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/ncurses
Modified: ipcop/trunk/config/rootfiles/common/ncurses
===================================================================
--- ipcop/trunk/config/rootfiles/common/ncurses 2007-04-30 04:47:31 UTC (rev 305)
+++ ipcop/trunk/config/rootfiles/common/ncurses 2007-04-30 04:48:09 UTC (rev 306)
@@ -1,6 +1,7 @@
## ncurses-5.6 terminfo:gnome*,linux*,putty*,vt100*,vt220*,ntconsonle*,xterm*
##
lib/libncursesw.so.5.6
+lib/libncursesw.so.5
#usr/bin/captoinfo
#usr/bin/clear
#usr/bin/infocmp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-30 04:47:31
|
Revision: 305
http://ipcop.svn.sourceforge.net/ipcop/?rev=305&view=rev
Author: chepati
Date: 2007-04-29 21:47:31 -0700 (Sun, 29 Apr 2007)
Log Message:
-----------
Fix the location of man pages
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/sysfsutils
ipcop/trunk/lfs/sysfsutils
Modified: ipcop/trunk/config/rootfiles/common/sysfsutils
===================================================================
--- ipcop/trunk/config/rootfiles/common/sysfsutils 2007-04-29 19:28:13 UTC (rev 304)
+++ ipcop/trunk/config/rootfiles/common/sysfsutils 2007-04-30 04:47:31 UTC (rev 305)
@@ -14,9 +14,7 @@
lib/libsysfs.so
lib/libsysfs.so.1
lib/libsysfs.so.1.0.3
-#man
-#man/man1
-#man/man1/systool.1
+#man/share/man/man1/systool.1
#usr/include/sysfs
#usr/include/sysfs/dlist.h
#usr/include/sysfs/libsysfs.h
Modified: ipcop/trunk/lfs/sysfsutils
===================================================================
--- ipcop/trunk/lfs/sysfsutils 2007-04-29 19:28:13 UTC (rev 304)
+++ ipcop/trunk/lfs/sysfsutils 2007-04-30 04:47:31 UTC (rev 305)
@@ -81,7 +81,7 @@
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && ./configure --prefix=""
+ cd $(DIR_APP) && ./configure --prefix="" --mandir=/usr/share/man
cd $(DIR_APP) && make
cd $(DIR_APP) && make install
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ch...@us...> - 2007-04-29 19:28:14
|
Revision: 304
http://ipcop.svn.sourceforge.net/ipcop/?rev=304&view=rev
Author: chepati
Date: 2007-04-29 12:28:13 -0700 (Sun, 29 Apr 2007)
Log Message:
-----------
Not needed
Removed Paths:
-------------
ipcop/trunk/lfs/dbus
Deleted: ipcop/trunk/lfs/dbus
===================================================================
--- ipcop/trunk/lfs/dbus 2007-04-29 15:03:05 UTC (rev 303)
+++ ipcop/trunk/lfs/dbus 2007-04-29 19:28:13 UTC (rev 304)
@@ -1,110 +0,0 @@
-###############################################################################
-# This file is part of the IPCop Firewall. #
-# #
-# IPCop is free software; you can redistribute it and/or modify #
-# it under the terms of the GNU General Public License as published by #
-# the Free Software Foundation; either version 2 of the License, or #
-# (at your option) any later version. #
-# #
-# IPCop is distributed in the hope that it will be useful, #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
-# GNU General Public License for more details. #
-# #
-# You should have received a copy of the GNU General Public License #
-# along with IPCop; if not, write to the Free Software #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
-# #
-# Makefiles are based on LFSMake, which is #
-# Copyright (C) 2002 Rod Roard <ro...@su...> #
-# #
-# Modifications by: #
-# ??-12-2003 Mark Wormgoor < ma...@wo...> #
-# - Modified Makefile for IPCop build #
-# #
-# $Id$
-# #
-###############################################################################
-
-###############################################################################
-# Definitions
-###############################################################################
-
-include Config
-
-PKG_NAME = dbus
-VER = 0.91
-HOST_ARCH = all
-
-THISAPP = dbus-$(VER)
-DL_FILE = $(THISAPP).tar.gz
-DL_FROM = http://dbus.freedesktop.org/releases
-DIR_APP = $(DIR_SRC)/$(THISAPP)
-TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
-
-###############################################################################
-# Top-level Rules
-###############################################################################
-
-objects = $(DL_FILE)
-
-$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-
-$(DL_FILE)_MD5 = 3f641bf73bcc538d3871622799ce2cd0
-
-install : $(TARGET)
-
-check : $(patsubst %,$(DIR_CHK)/%,$(objects))
-
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
-
-md5 : $(subst %,%_MD5,$(objects))
-
-###############################################################################
-# Downloading, checking, md5sum
-###############################################################################
-
-$(patsubst %,$(DIR_CHK)/%,$(objects)) :
- @$(CHECK)
-
-$(patsubst %,$(DIR_DL)/%,$(objects)) :
- @$(LOAD)
-
-$(subst %,%_MD5,$(objects)) :
- @$(MD5)
-
-###############################################################################
-# Installation Details
-###############################################################################
-
-$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
- @$(PREBUILD)
- @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-
- #cd $(DIR_APP) && sed -i -e 's/DEBUG\ =\ false/DEBUG\ =\ true/g' Makefile
- #cd $(DIR_APP) && sed -e '/init.d/d' -i Makefile
-
- cd $(DIR_APP) && ./configure --prefix=/usr --disable-doc\
- --with-session-socket-dir=/var/run\
- --with-test-socket-dir=/var/run\
- --with-system-pid-file=/var/run/$(THISAPP).pid\
- --with-system-socket=/var/run/$(THISAPP).ctl\
- --with-console-auth-dir=/var/run
- cd $(DIR_APP) && make
- cd $(DIR_APP) && make install
- @rm -rf $(DIR_APP)
- @$(POSTBUILD)
-# --with-session-socket-dir=dirname
-# Where to put sockets for the per-login-session message bus
-# --with-test-socket-dir=dirname
-# Where to put sockets for make check
-# --with-system-pid-file=pidfile
-# PID file for systemwide daemon
-# --with-system-socket=filename
-# UNIX domain socket for systemwide daemon
-# --with-console-auth-dir=dirname
-# directory to check for console ownerhip
-# --with-console-owner-file=filename
-# file whose owner determines current console owner
-# --with-dbus-user=<user>
-# User for running the DBUS daemon (messagebus)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rk...@us...> - 2007-04-29 15:03:06
|
Revision: 303
http://ipcop.svn.sourceforge.net/ipcop/?rev=303&view=rev
Author: rkerr
Date: 2007-04-29 08:03:05 -0700 (Sun, 29 Apr 2007)
Log Message:
-----------
CVE-2007-1217, patch from gentoo
Modified Paths:
--------------
ipcop/trunk/lfs/capi4k-utils
Added Paths:
-----------
ipcop/trunk/src/patches/capi4k-utils-20050718-msg2str-safety.diff
Modified: ipcop/trunk/lfs/capi4k-utils
===================================================================
--- ipcop/trunk/lfs/capi4k-utils 2007-04-29 06:50:18 UTC (rev 302)
+++ ipcop/trunk/lfs/capi4k-utils 2007-04-29 15:03:05 UTC (rev 303)
@@ -81,6 +81,7 @@
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+ cd $(DIR_APP) && patch -Np0 < $(DIR_PATCHES)/capi4k-utils-20050718-msg2str-safety.diff
cd $(DIR_APP)/avmb1 && sed -i -e 's/include <linux\/capi.h>/include <linux\/types.h>\n#include <linux\/capi.h>/' avmcapictrl.c
cd $(DIR_APP)/avmb1 && sed -i -e 's/-O2/$(CFLAGS)/' configure
cd $(DIR_APP)/avmb1 && ./configure
Added: ipcop/trunk/src/patches/capi4k-utils-20050718-msg2str-safety.diff
===================================================================
--- ipcop/trunk/src/patches/capi4k-utils-20050718-msg2str-safety.diff (rev 0)
+++ ipcop/trunk/src/patches/capi4k-utils-20050718-msg2str-safety.diff 2007-04-29 15:03:05 UTC (rev 303)
@@ -0,0 +1,34 @@
+diff -Naur capi20.orig/capiutils.h capi20/capiutils.h
+--- capi20.orig/capiutils.h 2005-03-22 16:16:34.000000000 +0100
++++ capi20/capiutils.h 2007-03-15 01:18:09.000000000 +0100
+@@ -308,6 +308,10 @@
+ #define capi20_cmd2str capi_cmd2str
+ char *capi_cmd2str(_cbyte cmd, _cbyte subcmd);
+
++/*
++ * WARNING: The following two functions use a single static buffer and
++ * are not thread-safe.
++ */
+ #define capi20_cmsg2str capi_cmsg2str
+ char *capi_cmsg2str(_cmsg * cmsg);
+
+diff -Naur capi20.orig/convert.c capi20/convert.c
+--- capi20.orig/convert.c 2005-05-09 10:23:01.000000000 +0200
++++ capi20/convert.c 2007-03-15 01:20:13.000000000 +0100
+@@ -894,10 +894,14 @@
+ static void bufprint(char *fmt,...)
+ {
+ va_list f;
++ size_t space = buf + sizeof(buf) - p, len;
+ va_start(f, fmt);
+- vsprintf(p, fmt, f);
++ len = vsnprintf(p, space, fmt, f);
+ va_end(f);
+- p += strlen(p);
++ if (len < space - 1)
++ p += len;
++ else
++ p += space - 1;
+ }
+
+ static void printstructlen(_cbyte * m, unsigned len)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|