Changeset 463
- Timestamp:
- 10/03/07 12:32:13 (4 years ago)
- Location:
- trunk/openmct/packages
- Files:
-
- 3 removed
- 39 modified
-
base/busybox/Makefile (modified) (1 diff)
-
base/cvs/Makefile (modified) (1 diff)
-
base/htop/Makefile (modified) (1 diff)
-
base/nano/Makefile (modified) (1 diff)
-
base/unrar/Makefile (modified) (1 diff)
-
base/wpasupplicant/Makefile (modified) (1 diff)
-
lib/curl/Makefile (modified) (1 diff)
-
lib/e2fsprogs/Makefile (modified) (1 diff)
-
lib/gd/Makefile (modified) (1 diff)
-
lib/libevent/Makefile (modified) (1 diff)
-
lib/libpng/Makefile (modified) (1 diff)
-
lib/libxml2/Makefile (modified) (1 diff)
-
lib/openssl/Makefile (modified) (1 diff)
-
lib/sigc/Makefile (modified) (1 diff)
-
lib/torrent/Makefile (modified) (1 diff)
-
net/asterisk/Makefile (modified) (1 diff)
-
net/ctorrent/Makefile (modified) (1 diff)
-
net/dnrd/Makefile (modified) (1 diff)
-
net/dropbear/Makefile (modified) (1 diff)
-
net/fetchmail/Makefile (modified) (1 diff)
-
net/lighttpd/Makefile (modified) (1 diff)
-
net/mt-daapd/Makefile (modified) (1 diff)
-
net/nfsutils/Makefile (modified) (1 diff)
-
net/ntp/Makefile (modified) (1 diff)
-
net/rtorrent/Makefile (modified) (1 diff)
-
net/samba/Makefile (modified) (1 diff)
-
net/tor/Makefile (modified) (1 diff)
-
net/vpnc/Makefile (modified) (1 diff)
-
system/debootstrap/Makefile (modified) (1 diff)
-
system/ethtool/Makefile (modified) (1 diff)
-
system/gradm/Makefile (modified) (1 diff)
-
system/linux/Makefile (modified) (1 diff)
-
system/lsof/Makefile (modified) (1 diff)
-
system/mrtg (deleted)
-
system/owi/src/Makefile (modified) (1 diff)
-
system/owi/src/includes/modules.h (modified) (1 diff)
-
system/owi/src/owi.c (modified) (2 diffs)
-
system/parted/Makefile (modified) (1 diff)
-
system/sqlite/Makefile (modified) (1 diff)
-
system/vserverdebiantools/Makefile (modified) (1 diff)
-
system/web-nikos (deleted)
-
system/webadmin (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/openmct/packages/base/busybox/Makefile
r454 r463 1 1 # Busybox (Basic Shell Utils) 2 DOWNLOAD= http://busybox.net/downloads/busybox-1. 4.1.tar.bz22 DOWNLOAD= http://busybox.net/downloads/busybox-1.7.2.tar.bz2 3 3 4 4 MAKEARGS= CROSS=$(OPENMCT_CROSS_COMPILE) -
trunk/openmct/packages/base/cvs/Makefile
r382 r463 1 1 # cvs 2 DOWNLOAD= http://ftp.gnu.org/non-gnu/cvs/source/stable/1.11.2 1/cvs-1.11.21.tar.bz22 DOWNLOAD= http://ftp.gnu.org/non-gnu/cvs/source/stable/1.11.22/cvs-1.11.22.tar.bz2 3 3 4 4 CONFIGUREENV= CC=$(OPENMCT_CROSS_COMPILE)gcc \ -
trunk/openmct/packages/base/htop/Makefile
r454 r463 1 1 # htop 2 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/htop/htop-0.6. 5.tar.gz2 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/htop/htop-0.6.6.tar.gz 3 3 4 4 CONFIGUREENV= CC=$(OPENMCT_CROSS_COMPILE)gcc \ -
trunk/openmct/packages/base/nano/Makefile
r456 r463 1 1 # nano 2 DOWNLOAD= http://www.nano-editor.org/dist/v2.0/nano-2.0. 3.tar.gz2 DOWNLOAD= http://www.nano-editor.org/dist/v2.0/nano-2.0.6.tar.gz 3 3 4 4 CONFIGUREENV= CC=$(OPENMCT_CROSS_COMPILE)gcc \ -
trunk/openmct/packages/base/unrar/Makefile
r454 r463 1 1 # unrar 2 DOWNLOAD= http://files5.rarlab.com/rar/unrarsrc-3.7. 3.tar.gz2 DOWNLOAD= http://files5.rarlab.com/rar/unrarsrc-3.7.8.tar.gz 3 3 4 4 MAKEARGS= -f makefile.unix CXX=$(OPENMCT_CROSS_COMPILE)g++ CXXFLAGS="-Os" STRIP=$(OPENMCT_CROSS_COMPILE)sstrip -
trunk/openmct/packages/base/wpasupplicant/Makefile
r359 r463 1 1 # wpa_supplicant 2 DOWNLOAD= http://hostap.epitest.fi/releases/wpa_supplicant-0. 4.8.tar.gz2 DOWNLOAD= http://hostap.epitest.fi/releases/wpa_supplicant-0.6.0.tar.gz 3 3 4 4 MAKEARGS= CC=$(OPENMCT_CROSS_COMPILE)gcc -
trunk/openmct/packages/lib/curl/Makefile
r417 r463 1 1 # curl 2 DOWNLOAD= http://curl.haxx.se/download/curl-7.1 6.0.tar.bz22 DOWNLOAD= http://curl.haxx.se/download/curl-7.17.0.tar.bz2 3 3 4 4 CONFIGUREARGS= --prefix=$(OPENMCT_CROSS_BASE) --host=$(TARGET) --enable-shared --with-random=/dev/urandom -
trunk/openmct/packages/lib/e2fsprogs/Makefile
r456 r463 1 1 # e2fsprogs 2 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/e2fsprogs/e2fsprogs-1. 39.tar.gz2 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/e2fsprogs/e2fsprogs-1.40.2.tar.gz 3 3 4 4 CONFIGUREARGS= --prefix=$(OPENMCT_CROSS_BASE) --host=$(TARGET) --enable-elf-shlibs -
trunk/openmct/packages/lib/gd/Makefile
r456 r463 1 1 # GD 2 DOWNLOAD= http://www.libgd.org/releases/gd-2.0.3 4.tar.bz22 DOWNLOAD= http://www.libgd.org/releases/gd-2.0.35.tar.bz2 3 3 4 4 CONFIGUREARGS= --prefix=$(OPENMCT_CROSS_BASE) --host=$(TARGET) -
trunk/openmct/packages/lib/libevent/Makefile
r456 r463 1 1 # libevent 2 DOWNLOAD= http://www.monkey.org/~provos/libevent-1. 2a.tar.gz2 DOWNLOAD= http://www.monkey.org/~provos/libevent-1.3e.tar.gz 3 3 4 4 CONFIGUREARGS= --prefix=$(OPENMCT_CROSS_BASE) --host=$(TARGET) --enable-shared 5 5 6 INSTALL= $(CP) $(SRCDIR)/.libs/libevent-1. 2a.so.1.0.2 $(NEWROOTDIR)/lib && \7 $(STRIP) $(NEWROOTDIR)/lib/libevent-1. 2a.so.1.0.2 && \8 $(LN) -sf libevent-1. 2a.so.1.0.2 $(NEWROOTDIR)/lib/libevent.so && \9 $(LN) -sf libevent-1. 2a.so.1.0.2 $(NEWROOTDIR)/lib/libevent-1.2a.so.1 && \6 INSTALL= $(CP) $(SRCDIR)/.libs/libevent-1.3e.so.1.0.2 $(NEWROOTDIR)/lib && \ 7 $(STRIP) $(NEWROOTDIR)/lib/libevent-1.3e.so.1.0.2 && \ 8 $(LN) -sf libevent-1.3e.so.1.0.2 $(NEWROOTDIR)/lib/libevent.so && \ 9 $(LN) -sf libevent-1.3e.so.1.0.2 $(NEWROOTDIR)/lib/libevent-1.3e.so.1 && \ 10 10 cd $(SRCDIR) && make install && cd .. 11 11 -
trunk/openmct/packages/lib/libpng/Makefile
r456 r463 1 1 # libpng 2 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/libpng/libpng-1.2. 16.tar.bz22 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.20.tar.bz2 3 3 4 4 DEPENDSON= packages/lib/zlib -
trunk/openmct/packages/lib/libxml2/Makefile
r456 r463 1 1 # libxml2 2 DOWNLOAD= ftp://xmlsoft.org/libxml2/libxml2-2.6. 27.tar.gz2 DOWNLOAD= ftp://xmlsoft.org/libxml2/libxml2-2.6.30.tar.gz 3 3 4 4 CONFIGUREARGS= --prefix=$(OPENMCT_CROSS_BASE) --host=$(TARGET) 5 5 6 INSTALL= $(CP) $(SRCDIR)/.libs/libxml2.so.2.6. 26$(NEWROOTDIR)/lib && \7 $(LN) -sf libxml2.so.2.6. 26$(NEWROOTDIR)/lib/libxml2.so.2 && \8 $(LN) -sf libxml2.so.2.6. 26$(NEWROOTDIR)/lib/libxml2.so && \6 INSTALL= $(CP) $(SRCDIR)/.libs/libxml2.so.2.6.30 $(NEWROOTDIR)/lib && \ 7 $(LN) -sf libxml2.so.2.6.30 $(NEWROOTDIR)/lib/libxml2.so.2 && \ 8 $(LN) -sf libxml2.so.2.6.30 $(NEWROOTDIR)/lib/libxml2.so && \ 9 9 $(CP) $(SRCDIR)/.libs/testdso.so.0.0.0 $(NEWROOTDIR)/lib && \ 10 10 $(LN) -sf testdso.so.0.0.0 $(NEWROOTDIR)/lib/testdso.so.0 && \ -
trunk/openmct/packages/lib/openssl/Makefile
r456 r463 1 1 # OpenSSL 2 DOWNLOAD= http://www.openssl.org/source/openssl-0.9.8 d.tar.gz2 DOWNLOAD= http://www.openssl.org/source/openssl-0.9.8e.tar.gz 3 3 4 4 CONFIGUREARGS= --prefix=$(OPENMCT_CROSS_BASE) --openssldir=/ shared openmct-mipsel -
trunk/openmct/packages/lib/sigc/Makefile
r433 r463 1 1 # sigc++ 2 DOWNLOAD= http://ftp. gnome.org/pub/GNOME/sources/libsigc++/2.0/libsigc++-2.0.17.tar.bz22 DOWNLOAD= http://ftp.acc.umu.se/pub/GNOME/sources/libsigc++/2.1/libsigc++-2.1.1.tar.gz 3 3 4 4 CONFIGUREARGS= --prefix=$(OPENMCT_CROSS_BASE) --host=$(TARGET) --enable-shared 5 5 6 INSTALL= $(CP) $(SRCDIR)/sigc++/.libs/libsigc-2. 0.so.0.0.0 $(NEWROOTDIR)/lib && \7 $(STRIP) $(NEWROOTDIR)/lib/libsigc-2. 0.so.0.0.0 && \8 $(LN) -sf libsigc-2. 0.so.0.0.0 $(NEWROOTDIR)/lib/libsigc-2.0.so.0 && \9 $(LN) -sf libsigc-2. 0.so.0.0.0 $(NEWROOTDIR)/lib/libsigc-2.0.so && \6 INSTALL= $(CP) $(SRCDIR)/sigc++/.libs/libsigc-2.1.so.0.0.0 $(NEWROOTDIR)/lib && \ 7 $(STRIP) $(NEWROOTDIR)/lib/libsigc-2.1.so.0.0.0 && \ 8 $(LN) -sf libsigc-2.1.so.0.0.0 $(NEWROOTDIR)/lib/libsigc-2.1.so.0 && \ 9 $(LN) -sf libsigc-2.1.so.0.0.0 $(NEWROOTDIR)/lib/libsigc-2.1.so && \ 10 10 cd $(SRCDIR) && make install && cd .. && \ 11 $(CP) $(SRCDIR)/sigc++config.h $(OUTPUTDIR)/$(TARGET)/include/sigc++-2. 011 $(CP) $(SRCDIR)/sigc++config.h $(OUTPUTDIR)/$(TARGET)/include/sigc++-2.1 12 12 13 13 include $(OPENMCT_DEVEL_PREFIX)Rules -
trunk/openmct/packages/lib/torrent/Makefile
r456 r463 1 1 # torrent 2 DOWNLOAD= http://libtorrent.rakshasa.no/downloads/libtorrent-0.11. 2.tar.gz2 DOWNLOAD= http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.8.tar.gz 3 3 4 4 CONFIGUREENV= CC=$(OPENMCT_CROSS_COMPILE)gcc \ 5 5 CXX=$(OPENMCT_CROSS_COMPILE)g++ \ 6 CFLAGS="-Os -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2. 0 -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.0/sigc++" \7 CXXFLAGS="-Os -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2. 0 -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.0/sigc++"6 CFLAGS="-Os -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.1 -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.1/sigc++" \ 7 CXXFLAGS="-Os -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.1 -I$(OPENMCT_CROSS_INCLUDE)/sigc++-2.1/sigc++" 8 8 9 9 CONFIGUREARGS= --prefix=$(OPENMCT_CROSS_BASE) --host=$(TARGET) --enable-shared --disable-aligned \ -
trunk/openmct/packages/net/asterisk/Makefile
r454 r463 1 1 # Asterisk 2 DOWNLOAD= http://ftp.digium.com/pub/asterisk/releases/asterisk-1. 2.15.tar.gz2 DOWNLOAD= http://ftp.digium.com/pub/asterisk/releases/asterisk-1.4.11.tar.gz 3 3 4 4 MAKEARGS= CROSS_COMPILE_TARGET=$(OPENMCT_CROSS_BASE) \ -
trunk/openmct/packages/net/ctorrent/Makefile
r347 r463 1 1 # cTorrent 2 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/ctorrent/ctorrent-1.3. 2.tar.gz2 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/ctorrent/ctorrent-1.3.4.tar.gz 3 3 4 4 INSTALL= $(CP) $(SRCDIR)/ctorrent $(NEWROOTDIR)/bin && \ -
trunk/openmct/packages/net/dnrd/Makefile
r454 r463 1 1 # DNRD (Domain Name Relay Daemon) 2 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/dnrd/dnrd-2.20. 1.tar.gz2 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/dnrd/dnrd-2.20.3.tar.gz 3 3 4 4 INSTALL= $(CP) $(SRCDIR)/src/dnrd $(NEWROOTDIR)/sbin && \ -
trunk/openmct/packages/net/dropbear/Makefile
r375 r463 1 1 # Dropbear (Tiny SSH Set) 2 DOWNLOAD= http://matt.ucc.asn.au/dropbear/releases/dropbear-0. 48.1.tar.gz2 DOWNLOAD= http://matt.ucc.asn.au/dropbear/releases/dropbear-0.50.tar.gz 3 3 4 4 CONFIGUREARGS= --prefix=$(PREFIX) --host=$(TARGET) --disable-zlib -
trunk/openmct/packages/net/fetchmail/Makefile
r454 r463 1 1 # fetchmail 2 DOWNLOAD= http://prdownload.berlios.de/fetchmail/fetchmail-6.3. 6.tar.bz22 DOWNLOAD= http://prdownload.berlios.de/fetchmail/fetchmail-6.3.8.tar.bz2 3 3 4 4 INSTALL= $(CP) $(SRCDIR)/fetchmail $(NEWROOTDIR)/bin && \ -
trunk/openmct/packages/net/lighttpd/Makefile
r454 r463 1 1 # lighttpd 2 DOWNLOAD= http://www.lighttpd.net/download/lighttpd-1.4.1 3.tar.gz2 DOWNLOAD= http://www.lighttpd.net/download/lighttpd-1.4.18.tar.gz 3 3 4 4 MAKEARGS= CC=$(OPENMCT_CROSS_COMPILE)gcc CCOPT="-Os" -
trunk/openmct/packages/net/mt-daapd/Makefile
r454 r463 1 1 # mt-daapd 2 DOWNLOAD= http://nightlies.mt-daapd.org/dl.php?FILE=mt-daapd-svn-1 498.tar.gz2 DOWNLOAD= http://nightlies.mt-daapd.org/dl.php?FILE=mt-daapd-svn-1671.tar.gz 3 3 4 4 DEPENDSON= packages/lib/gdbm \ -
trunk/openmct/packages/net/nfsutils/Makefile
r329 r463 1 1 # NFS Utils 2 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/nfs/nfs-utils-1. 0.7.tar.gz2 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/nfs/nfs-utils-1.1.0.tar.gz 3 3 4 4 CONFIGUREARGS= --prefix=$(PREFIX) --host=$(TARGET) --disable-nfsv4 --disable-gss -
trunk/openmct/packages/net/ntp/Makefile
r454 r463 1 1 # NTP 2 DOWNLOAD= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.4.tar.gz 2 DOWNLOAD= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.4p4.tar.gz 3 3 4 CONFIGUREARGS= --prefix=$(PREFIX) --host=$(TARGET) \ 4 5 --enable-all-clocks=no --without-arlib \ -
trunk/openmct/packages/net/rtorrent/Makefile
r454 r463 1 1 # rTorrent 2 DOWNLOAD= http://libtorrent.rakshasa.no/downloads/rtorrent-0.7. 2.tar.gz2 DOWNLOAD= http://libtorrent.rakshasa.no/downloads/rtorrent-0.7.8.tar.gz 3 3 4 4 #DEPENDSON= packages/lib/curl \ -
trunk/openmct/packages/net/samba/Makefile
r454 r463 1 1 # Samba 3.x 2 DOWNLOAD= http://us1.samba.org/samba/ftp/stable/samba-3.0.2 4.tar.gz2 DOWNLOAD= http://us1.samba.org/samba/ftp/stable/samba-3.0.26a.tar.gz 3 3 4 4 SRCDIRSUFFIX= /source -
trunk/openmct/packages/net/tor/Makefile
r410 r463 1 1 # TOR 2 DOWNLOAD= http://tor.eff.org/dist/tor-0.1. 1.23.tar.gz2 DOWNLOAD= http://tor.eff.org/dist/tor-0.1.2.17.tar.gz 3 3 4 4 DEPENDSON= packages/lib/zlib -
trunk/openmct/packages/net/vpnc/Makefile
r409 r463 1 1 # vpnc 2 DOWNLOAD= http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-0. 3.3.tar.gz2 DOWNLOAD= http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-0.5.1.tar.gz 3 3 4 4 # DEPENDSON= packages/lib/libgcrypt -
trunk/openmct/packages/system/debootstrap/Makefile
r454 r463 1 1 # Debootstrap 2 DOWNLOAD= http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_ 0.3.3.1.tar.gz2 DOWNLOAD= http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.3.tar.gz 3 3 4 4 BUILD= $(OPENMCT_CROSS_COMPILE)gcc -Os \ -
trunk/openmct/packages/system/ethtool/Makefile
r454 r463 1 1 # ethtool 2 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/gkernel/ethtool- 5.tar.gz2 DOWNLOAD= http://mesh.dl.sourceforge.net/sourceforge/gkernel/ethtool-6.tar.gz 3 3 4 4 INSTALL= $(CP) $(SRCDIR)/ethtool $(NEWROOTDIR)/sbin && \ -
trunk/openmct/packages/system/gradm/Makefile
r330 r463 1 1 # GRADM 2 DOWNLOAD= http://www.grsecurity.net/gradm-2.1. 7-200511041858.tar.gz2 DOWNLOAD= http://www.grsecurity.net/gradm-2.1.10-200701121959.tar.gz 3 3 4 4 MAKEARGS= LIBS="" CFLAGS="-Wall -Os" CC=$(OPENMCT_CROSS_COMPILE)gcc nopam -
trunk/openmct/packages/system/linux/Makefile
r456 r463 1 1 # Linux Kernel 2 DOWNLOAD= http://www.de.kernel.org/pub/linux/kernel/v2.4/linux-2.4.3 4.1.tar.bz22 DOWNLOAD= http://www.de.kernel.org/pub/linux/kernel/v2.4/linux-2.4.35.3.tar.bz2 3 3 4 4 MAKEARGS= CROSS_COMPILE=$(OPENMCT_CROSS_COMPILE) vmlinux -
trunk/openmct/packages/system/lsof/Makefile
r369 r463 1 1 # LSOF 2 DOWNLOAD= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.7 7.tar.bz22 DOWNLOAD= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.78.tar.bz2 3 3 4 EXTRACTPOST= $(TAR) -C $(SRCDIR) -xf $(SRCDIR)/lsof_4.7 7_src.tar4 EXTRACTPOST= $(TAR) -C $(SRCDIR) -xf $(SRCDIR)/lsof_4.78_src.tar 5 5 6 6 CONFIGUREARGS= -n linux 7 7 8 SRCDIRSUFFIX= /lsof_4.7 7_src8 SRCDIRSUFFIX= /lsof_4.78_src 9 9 10 10 MAKEARGS= CC=$(OPENMCT_CROSS_COMPILE)gcc CFLAGS="-Os" -
trunk/openmct/packages/system/owi/src/Makefile
r457 r463 7 7 MKDIR=mkdir 8 8 LN=ln 9 BINARY= owi.cgi9 BINARY=index.cgi 10 10 LDFLAGS=-lcrypt 11 11 DESTDIR=/www -
trunk/openmct/packages/system/owi/src/includes/modules.h
r428 r463 16 16 char *style; 17 17 } modules[] = { 18 { "sysinfo .cgi", sysinfo_main, SYSINFO_NAV_DESCRIPTION, SYSINFO_NAV_CLASS },19 { "interface .cgi", interface_main, INTERFACE_NAV_DESCRIPTION, INTERFACE_NAV_CLASS },20 { "nfs .cgi", nfs_main, NFS_NAV_DESCRIPTION, NFS_NAV_CLASS },21 { "ftp .cgi", ftp_main, FTP_NAV_DESCRIPTION, FTP_NAV_CLASS },22 { "user .cgi", user_main, USER_NAV_DESCRIPTION, USER_NAV_CLASS },23 { "group .cgi", group_main, GROUP_NAV_DESCRIPTION, GROUP_NAV_CLASS },24 #ifdef SECURIT 25 { "shell .cgi", shell_main, SHELL_NAV_DESCRIPTION, SHELL_NAV_CLASS },18 { "sysinfo", sysinfo_main, SYSINFO_NAV_DESCRIPTION, SYSINFO_NAV_CLASS }, 19 { "interface", interface_main, INTERFACE_NAV_DESCRIPTION, INTERFACE_NAV_CLASS }, 20 { "nfs", nfs_main, NFS_NAV_DESCRIPTION, NFS_NAV_CLASS }, 21 { "ftp", ftp_main, FTP_NAV_DESCRIPTION, FTP_NAV_CLASS }, 22 { "user", user_main, USER_NAV_DESCRIPTION, USER_NAV_CLASS }, 23 { "group", group_main, GROUP_NAV_DESCRIPTION, GROUP_NAV_CLASS }, 24 #ifdef SECURITY 25 { "shell", shell_main, SHELL_NAV_DESCRIPTION, SHELL_NAV_CLASS }, 26 26 #endif 27 27 { NULL, NULL, NULL, NULL } -
trunk/openmct/packages/system/owi/src/owi.c
r449 r463 63 63 "<div id=\"taskbar\">\n" 64 64 "<a class=\"button-internet\" target=\"_blank\" href=\"http://www.openmct.org\">OpenMCT Homepage</a>\n" 65 "<a class=\"button-community\" target=\"_blank\" href=\"http:// claxan.hangar18.org/forum\">OpenMCT Forum</a>\n"65 "<a class=\"button-community\" target=\"_blank\" href=\"http://forum.openmct.org\">OpenMCT Forum</a>\n" 66 66 "<a class=\"button-contact\" href=\"mailto:dev@openmct.org\">OpenMCT Kontakt</a>\n" 67 67 "</div>\n" … … 102 102 103 103 owi_request(); 104 105 module = variable_get("module"); 106 107 if (!strcmp(module, "")) { 108 module = "sysinfo.cgi"; 109 } 104 110 105 111 for (i = 0; modules[i].name != NULL; i++) { -
trunk/openmct/packages/system/parted/Makefile
r454 r463 1 1 # parted 2 DOWNLOAD= http://ftp.gnu.org/gnu/parted/parted-1.8. 2.tar.bz22 DOWNLOAD= http://ftp.gnu.org/gnu/parted/parted-1.8.8.tar.bz2 3 3 4 4 DEPENDSON= packages/lib/e2fsprogs -
trunk/openmct/packages/system/sqlite/Makefile
r457 r463 1 1 # SQLite 2 2 # http://www.kecher.de/howtos/SQLite-JDBC-Howto.html 3 DOWNLOAD= http://www.sqlite.org/sqlite-3. 3.12.tar.gz3 DOWNLOAD= http://www.sqlite.org/sqlite-3.4.2.tar.gz 4 4 5 5 CONFIGUREARGS= --prefix=$(PREFIX) --host=$(TARGET) -
trunk/openmct/packages/system/vserverdebiantools/Makefile
r244 r463 1 1 # VServer Debiantools 2 DOWNLOAD= http://ftp.debian.org/debian/pool/main/v/vserver-debiantools/vserver-debiantools_0. 1.10.tar.gz2 DOWNLOAD= http://ftp.debian.org/debian/pool/main/v/vserver-debiantools/vserver-debiantools_0.4.1.tar.gz 3 3 4 4 BUILD=
