[Lunar-commits] r22844 - lunar/trunk
Auke Kok
sofar at lunar-linux.org
Sat Jan 6 03:09:51 CET 2007
Author: sofar
Date: 2007-01-06 03:09:51 +0100 (Sat, 06 Jan 2007)
New Revision: 22844
Modified:
lunar/trunk/ChangeLog
Log:
Updated Changelog
Modified: lunar/trunk/ChangeLog
===================================================================
--- lunar/trunk/ChangeLog 2007-01-06 02:07:55 UTC (rev 22843)
+++ lunar/trunk/ChangeLog 2007-01-06 02:09:51 UTC (rev 22844)
@@ -1,3 +1,246 @@
+2007-01-06 02:07 sofar
+
+ * lunar/trunk/bin/lvu: whitespace
+
+2006-12-22 22:28 v3rt1g0
+
+ * lunar/trunk/var/lib/lunar/functions/check.lunar: * I didn't feel
+ that lunar _nofix_ should run though the list of modules twice.
+ First to get the list of broken and second time, to do all the
+ work again, but just on the broken ones. So I relocated the
+ conditional that checked for NOFIX from inside the fix loop to
+ outside the loop all together * I also changed it so that the
+ final "log" that gets printed out differentiates between 'fix' and
+ 'nofix' * In the svn diff, it looks like a lot changed, but that's
+ only because I had to indent things one level deeper to be
+ consistent in format, the changes were actually really small.
+
+2006-12-06 16:56 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/aliases.lunar: Allow the user
+ to press [ENTER] when provided with aliases, which will
+ automatically pick alias #1, and we'll order the moonbase/aliases
+ such that those provide the recommended order.
+
+2006-12-02 05:39 sofar
+
+ * lunar/trunk/bin/lvu: remove trailing whitespace and have lvu alien
+ throw it's first three messages tooooo stderr instead of stdout
+
+2006-12-02 05:39 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/modules.lunar: Bugfix: allow
+ DETAILS.x86_64, but broken for using lin -w on DETAILS for other
+ archs. Hey, it fixes a big problem ;)
+
+2006-12-01 17:30 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/depends.lunar: Add some color
+ to the dependency checker, remove double space, colorize modules
+ in one color only
+
+2006-11-10 15:45 sofar
+
+ * lunar/trunk/var/lib/lunar/protected: add more to protected
+
+2006-11-08 22:54 sofar
+
+ * lunar/trunk/var/lib/lunar/protected: More havoc during upgrades.
+
+2006-11-05 22:10 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/tracking.lunar: Lurch knows
+ best.
+
+2006-11-05 21:50 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/tracking.lunar: Make sure we
+ split by lines here - fixes md5sum creation for filenames with
+ spaces.
+
+2006-11-05 21:38 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/messages.lunar: Fix alias code
+ bug when VERBOSE=on. Minor cleanups and speedups.
+
+2006-11-01 23:23 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/useradd.lunar: Adding
+ add_priv_group $GROUP subfunction to allow creation of a group
+ only
+
+2006-11-01 02:51 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/moonbase.lunar,
+ lunar/trunk/var/lib/lunar/functions/plugins.lunar,
+ lunar/trunk/var/lib/lunar/functions/tracking.lunar: Speed
+ improvements suggested by Lurch: shaves down a `lin moonbase` from
+ 39s to 9s.
+
+2006-10-31 17:33 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/depends.lunar: depends cache
+ speedup: before 5.2s, after 0.8s (warm cache). Lurch: ty :)
+
+2006-10-31 15:46 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/depends.lunar: Wheps.
+
+2006-10-27 17:26 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/depends.lunar: [FIX] make sure
+ alias doesn't loop find_depends was using a stdin | read loop
+ which breaks anything in that context that might read from user
+ input. We take a small performance hit by not using the smart awk
+ call but instead split up the STATE lookup which is not executed
+ for each round. All in all this should perform the same as the old
+ code. some small whitespace fixes here too.
+
+2006-10-26 16:16 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/aliases.lunar: [PATCH] new
+ alias code This new alias algorithm stores the users' choice when
+ asked for %X as LUNAR_ALIAS_X in the local config. This speeds up
+ lookups later and eliminates the need to detect aliases on the
+ fly. We can delete all the detection code and the user will only
+ once ever get asked. unsetting an alias choice is as easy as
+ `lunar unset LUANR_ALIAS_X`
+
+2006-10-26 15:17 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/build.lunar: allow modules to
+ tag themselves as PROFILE=yes modules skipping warnings when it
+ does not install files
+
+2006-10-13 14:35 elangelo
+
+ * lunar/trunk/etc/lunar/config, lunar/trunk/etc/lunar/mirrors/XORG,
+ lunar/trunk/var/lib/lunar/menu/mirrors.menu,
+ lunar/trunk/var/lib/lunar/unset.sh: adding XORG_URL to
+ lunar/theedge gr,S.
+
+2006-09-29 14:56 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/misc.lunar: moo
+
+2006-09-23 17:37 sofar
+
+ * lunar/trunk/var/lib/lunar/plugins/download-generic.plugin: Allow
+ https:// urls to bypass certificate check, clean up the code a
+ bit.
+
+2006-09-21 03:33 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/misc.lunar: helper function
+ strips off .tar.bz2 or .tar.gz
+
+2006-07-15 20:51 sofar
+
+ * lunar/trunk/var/lib/lunar/plugins/initd.plugin: Allow SA to skip
+ restarting of services with `lunar set LUNAR_RESTART_SERVICES off`
+
+2006-07-15 19:24 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/modules.lunar: Updated
+ find_section, we were not scanning zlocal if
+ ZLOCAL_OVERRIDES==off. bug #120.
+
+2006-07-15 17:55 sofar
+
+ * lunar/trunk/var/lib/lunar/plugins/postbuild-generic.plugin:
+ gather_docs fix - only the PLUGIN needs to de/in-voke
+ installwatch. the plain 'gather_docs' command can skip calling it.
+ This fixes reports of alienated files that were installed from
+ BUILD after a call to `gather_docs`.
+
+2006-06-19 14:55 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/download.lunar: Fix cvs
+ downloading by not appending '/'.
+
+2006-05-31 15:39 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/modules.lunar: Fixing up some
+ semi-broken core functions to spot sections and modules properly
+ inside zlocal/...
+
+2006-05-27 16:34 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/modules.lunar: Bugfix: "xenos"
+ found this one and repro'd it in a way that it was easily found.
+ good work.
+
+2006-05-11 15:28 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/modules.lunar: Explicitly set
+ PKG_CONFIG_PATH and PATH for non-standard build locations. Makes
+ setting PKT_CONFIG_PATH in BUILD obsolete.
+
+2006-05-10 22:26 sofar
+
+ * lunar/trunk/bin/lvu: Must have fixed this 3x already and never got
+ it right - this finally fixes lvu diff the proper way.
+
+2006-05-08 16:08 sofar
+
+ * lunar/trunk/bin/lvu: fix lvu stree on zlocal modules
+
+2006-04-24 04:20 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/modules.lunar: Fix for #86 -
+ do not store zlocal modules in the module.index file. this will
+ cause zlocal modules not to show up in tabcompletion but closes
+ some nuisances with double returns from find_section($MODULE).
+
+2006-04-19 17:30 moe
+
+ * lunar/trunk/var/lib/lunar/functions/download.lunar: Fixes a bug
+ that made verbose_msg show a invalid download url. Had no effect
+ on the real download process though.
+
+2006-04-17 17:07 moe
+
+ * lunar/trunk/etc/lunar/mirrors/GNU: Fix wrong urls. They brake
+ lget.
+
+2006-04-09 19:01 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/check.lunar,
+ lunar/trunk/var/lib/lunar/plugins/check-ldd.plugin: fix ldd-check
+ by making the run_details only used inside run_checks() - all
+ other code can now not be contaminated with polluted vars.
+
+2006-03-30 04:38 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/optimize.lunar: Remember where
+ the cursor was in this menu - makes it less clunky navigating.
+
+2006-03-29 02:29 sofar
+
+ * lunar/trunk/sbin/lrm: As noted by tchan, POST_REMOVE needs to be
+ run AFTER a module has been succesfully removed. This means that
+ administrativa must have finished. BUGFIX #75.
+
+2006-03-29 02:13 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/download.lunar: Bugfix for #74
+ - remove any double backslash at the end of an URL before
+ continuing.
+
+2006-03-27 17:32 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/main.lunar: BUGFIX: run_fix
+ was never called before a rebuild
+
+2006-03-27 01:11 sofar
+
+ * lunar/trunk/var/lib/lunar/functions/misc.lunar: whitespace and
+ debugging output fixes
+
+2006-03-22 19:12 sofar
+
+ * lunar/trunk/ChangeLog: Updated.
+
2006-03-22 17:44 sofar
* lunar/trunk/var/lib/lunar/compilers/c++,
@@ -984,3 +1227,6719 @@
* lunar/trunk, theedge/trunk: theedge/trunk is now lunar/trunk !
+2005-04-26 08:05 sofar
+
+ * theedge/trunk/bin/lvu: 'lvu submit' packs up a module plaintext,
+ adds headers and tries to send it to the lunar ML with sendmail.
+
+2005-04-26 07:35 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Just making
+ this piece of code structured: skip the nasty part if not needed
+ with lget -u.
+
+2005-04-25 19:31 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: reinstate
+ lget -u functionality.
+
+2005-04-24 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-21 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-21 11:33 sofar
+
+ * theedge/trunk/bin/lvu: Rewrote snapshot handling: *ONLY* consider
+ lunar configs, leave /etc/ out... it just doesn't add anything and
+ breaks more.
+
+2005-04-21 10:39 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: grmbl. look
+ behind you!
+
+2005-04-21 10:32 sofar
+
+ * theedge/trunk/bin/lvu,
+ theedge/trunk/var/lib/lunar/functions/aliases.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar: Alias fixes:
+ add a 'NEVER_ASK' flag for the two occurences where this is
+ absolutely required: lvu (s)tree and sort_by_dependency. For
+ safety I removed the STDIN pipe to unalias in that function as
+ well. Since sort_by_dependency removes aliases automatically the
+ sort order isn't disturbed, and lvu will show the aliases if
+ they're not installed just the way it should.
+
+2005-04-21 09:20 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar: Two
+ speedups: don't linger executing code if not needed.
+
+2005-04-20 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-20 08:38 sofar
+
+ * theedge/trunk/bin/lvu: lvu from now displays the results with a
+ space as delimiter which allows all sorts of re-use stuff.
+
+2005-04-18 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-18 11:48 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/messages.lunar: don't use
+ /dev/stderr, but rather /proc/self/fd/2
+
+2005-04-16 13:41 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-15 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-15 07:27 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/misc.lunar: prevent
+ expansion of wildcards. closes #795
+
+2005-04-14 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-13 14:42 sofar
+
+ * theedge/trunk/var/lib/lunar/protected: removing nonsense
+ $PROTECTED entries.
+
+2005-04-13 13:39 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-13 09:52 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/aliases.lunar: This should
+ at least fix some of the alias problems that ratler had.
+
+2005-04-13 08:02 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/aliases.lunar: Much more
+ powerfull aliasing code: really track all possible alias
+ possibilities, survives 'lunar fixdepends' test.
+
+2005-04-12 13:43 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-12 07:34 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/plugins/download-generic.plugin: Move
+ the appending of '/' to URL's to the wget method only, the other
+ methods do not concatenate the URL with the FILE part.
+
+2005-04-08 13:49 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-08 10:46 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/moonbase.lunar: slippy
+ fingers today
+
+2005-04-08 10:45 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/moonbase.lunar: Now I get it
+ ;^)
+
+2005-04-08 10:33 sofar
+
+ * theedge/trunk/etc/lunar/config: Damn, I forgot these all along!
+
+2005-04-07 13:51 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-07 09:36 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: I thought I
+ typed that
+
+2005-04-07 09:19 sofar
+
+ * theedge/trunk/bin/lvu,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/plugins/download-file.plugin,
+ theedge/trunk/var/lib/lunar/plugins/download-generic.plugin: API
+ change: separately pass the filename argument when downloading and
+ verifying files (url, filename, target dir)
+
+2005-04-07 09:00 sofar
+
+ * theedge/trunk/etc/lunar/config,
+ theedge/trunk/etc/lunar/mirrors/GNOME,
+ theedge/trunk/etc/lunar/mirrors/GNU,
+ theedge/trunk/etc/lunar/mirrors/KDE,
+ theedge/trunk/etc/lunar/mirrors/KERNEL,
+ theedge/trunk/etc/lunar/mirrors/LRESORT,
+ theedge/trunk/etc/lunar/mirrors/SFORGE,
+ theedge/trunk/etc/lunar/mirrors/XFREE86: Adjusting all URL's so
+ they end with '/'
+
+2005-04-06 15:18 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/plugins.lunar: Fix for
+ postbuild not installing plugins: force installation
+
+2005-04-06 13:41 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-06 07:44 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Bugfix:
+ second and further sources were not downloaded.
+
+2005-04-05 13:42 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-05 08:47 sofar
+
+ * theedge/trunk/sbin/lin: Adding brackets solves this too =^)
+
+2005-04-05 05:26 tchan
+
+ * theedge/trunk/sbin/lin: Reverting sofar's change to lin because he
+ just broke the ability to do, for example: "lin automake
+ autoconf". 2nd module always fails because BUILD_DIRECTORY is set
+ to 1st modules source_dir <---- bzzzzt!!!! Not good! sofar will
+ have to fix this correctly when he has some time. At least now I
+ can do "lin module1 module2 module3" again.
+
+2005-04-04 22:33 moe
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: well, you
+ forgot about it, right sofar? (I won't mind since you created a
+ 5GB svn tree today ;)
+
+2005-04-04 13:42 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-04 13:36 sofar
+
+ * theedge/trunk/var/lib/lunar/plugins/download-generic.plugin: Add
+ generic https:// to the plugins (needed for cvs module)
+
+2005-04-04 11:22 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: Replacing an
+ expensive call with efficient code
+
+2005-04-04 11:12 sofar
+
+ * theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar: Two changes:
+ reinstate moonbase changelog (was somehow broken) Make lin a
+ single thread and not call itself but rather call the main()
+ function again (which retains cmdline settings like debug,
+ verbose, etc)
+
+2005-04-03 13:43 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-02 15:43 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Rather
+ elegant and simple fix for CVS/SVN/etc NEED_REFRESH checks: only
+ check ${URLS[0]} for this, the rest would be nonsense anyway.
+
+2005-04-02 13:51 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-02 10:27 sofar
+
+ * theedge/trunk/bin/lvu,
+ theedge/trunk/var/lib/lunar/functions/download.lunar: Much better
+ implementation of the URL alternatives: this creates a decent
+ picklist and insterts alternatives for known MIRROR clusters
+ automatically in the list. Lvu urls needs some more work but is
+ acceptable.
+
+2005-04-01 13:43 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-04-01 10:17 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/messages.lunar: Extended
+ debugging support: use -dd -ddd -dddd or even -ddddd to increase
+ debug level
+
+2005-04-01 07:21 sofar
+
+ * theedge/trunk/var/lib/lunar/plugins/unpack-generic.plugin: Fix
+ by.... KONGAR!!!! =^D
+
+2005-03-31 13:42 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-31 13:09 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/menu/optimize.menu: Adding a switch
+ for -Wl,as-needed to reduce the amount of linked in libraries.
+ Faster startups? possibly. Could prove useful.
+
+2005-03-31 08:09 sofar
+
+ * theedge/trunk/sbin/lrm: cosmetic warning fix
+
+2005-03-30 13:42 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-30 13:10 sofar
+
+ * theedge/trunk/var/lib/lunar/sustained: These are no longer needed
+ in here (the less the better)
+
+2005-03-30 11:25 sofar
+
+ * theedge/trunk/etc/lunar/config, theedge/trunk/sbin/lrm,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar,
+ theedge/trunk/var/lib/lunar/functions/plugins.lunar,
+ theedge/trunk/var/lib/lunar/plugins/bootloader-grub.plugin,
+ theedge/trunk/var/lib/lunar/plugins/bootloader-lilo.plugin,
+ theedge/trunk/var/lib/lunar/plugins/download-cvs.plugin,
+ theedge/trunk/var/lib/lunar/plugins/download-svn.plugin,
+ theedge/trunk/var/lib/lunar/plugins/unpack-rpm.plugin,
+ theedge/trunk/var/lib/lunar/plugins/unpack-zip.plugin,
+ theedge/trunk/var/lib/lunar/plugins/verify-gpg.plugin: Merging in
+ moonbase plugins: some plugins are moved to moonbase, a few base
+ plugins are left behind.
+
+2005-03-29 13:42 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-28 23:53 v3rt1g0
+
+ * theedge/trunk/sbin/lsh: Just a little typo that has been bugging
+ me.
+
+2005-03-28 13:41 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-28 13:26 sofar
+
+ * theedge/trunk/var/lib/lunar/plugins/check-md5sum.plugin:
+ locale-fix: do not rely on 'FAILED' in the output, since in
+ spanish it is "TU MADRE"
+
+2005-03-27 22:02 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/kernel.lunar,
+ theedge/trunk/var/lib/lunar/functions/plugins.lunar,
+ theedge/trunk/var/lib/lunar/plugins/bootloader-grub.plugin,
+ theedge/trunk/var/lib/lunar/plugins/bootloader-lilo.plugin: Moving
+ bootloader code to plugins: we need to move the plugins out to the
+ moonbase-modules later on.
+
+2005-03-26 13:42 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-25 17:56 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/plugins.lunar,
+ theedge/trunk/var/lib/lunar/plugins/check-find.plugin,
+ theedge/trunk/var/lib/lunar/plugins/check-ldd.plugin,
+ theedge/trunk/var/lib/lunar/plugins/check-md5sum.plugin,
+ theedge/trunk/var/lib/lunar/plugins/check-symlinks.plugin:
+ Rewriting fix code: - now plugins instead of one large file -
+ lunar fix/nofix now runs better per-module - global lunar
+ fix/nofix doesn't perform expensive ld_export overhead
+
+2005-03-25 15:54 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Optimize
+ performance of depends code a bit more
+
+2005-03-25 15:53 sofar
+
+ * theedge/trunk/bin/lvu: Remove remainder of versioned modules
+
+2005-03-25 13:42 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-25 11:11 sofar
+
+ * theedge/trunk/var/lib/lunar/plugins/unpack-generic.plugin: Adding
+ plain tar files too =^)
+
+2005-03-25 10:47 sofar
+
+ * theedge/trunk/bin/lvu,
+ theedge/trunk/var/lib/lunar/functions/plugins.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/plugins/unpack-generic.plugin,
+ theedge/trunk/var/lib/lunar/plugins/unpack-rpm.plugin,
+ theedge/trunk/var/lib/lunar/plugins/unpack-zip.plugin: Fix lvu
+ urls: now lists ALL urls!!! Migrate unpack() to use plugins for
+ all types (allows zip and rpm code to be migrated out of core
+ later)
+
+2005-03-24 16:38 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/sbin/lget,
+ theedge/trunk/sbin/lin, theedge/trunk/usr/share/man/man8/lin.8,
+ theedge/trunk/usr/share/man/man8/lrm.8,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/edit.lunar,
+ theedge/trunk/var/lib/lunar/functions/logging.lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/plugins.lunar,
+ theedge/trunk/var/lib/lunar/functions/sizes.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/functions/temp.lunar,
+ theedge/trunk/var/lib/lunar/functions/tracking.lunar,
+ theedge/trunk/var/lib/lunar/plugins/download-generic.plugin,
+ theedge/trunk/var/lib/lunar/plugins/verify-gpg.plugin,
+ theedge/trunk/var/lib/lunar/plugins/verify-md5.plugin,
+ theedge/trunk/var/lib/lunar/plugins/verify-sha1.plugin: Mega
+ merge: * source verification is now a plugin too * rewrote gpg
+ verification a bit * removed versioned modules (only one remains:
+ gcc/3.4.3) * Implemented nested sections: moonbase/gnome/apps is
+ now possible
+
+2005-03-24 13:42 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-23 16:18 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/plugins.lunar,
+ theedge/trunk/var/lib/lunar/plugins,
+ theedge/trunk/var/lib/lunar/plugins/download-cvs.plugin,
+ theedge/trunk/var/lib/lunar/plugins/download-file.plugin,
+ theedge/trunk/var/lib/lunar/plugins/download-generic.plugin,
+ theedge/trunk/var/lib/lunar/plugins/download-svn.plugin: Adding a
+ plugin system for downloading source code(tested). This codeset
+ allows people to write plugins for other things later on.
+
+2005-03-23 13:42 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-23 08:42 sofar
+
+ * theedge/trunk/bin/lvu: Wanna get nitpicking? eat this!
+
+2005-03-23 00:23 hardkrash
+
+ * theedge/trunk/bin/lvu: Cleaning up the activity log so that it
+ only finds the actual module Not other modules with the string of
+ module name in it
+
+2005-03-21 13:36 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-20 16:53 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/recovery.lunar: Reworking
+ some checks and code to be more consistent in using base
+ functions, rewrite md5sum_check slightly
+
+2005-03-20 14:57 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/locking.lunar: This allows
+ 'lunar fixdepends' to rebuild the depends/depends.backup files if
+ they are nonexistant, and thus empty too!
+
+2005-03-19 13:41 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-18 22:50 sofar
+
+ * theedge/trunk/sbin/lrm: oops!
+
+2005-03-18 14:48 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Yikes!!!
+
+2005-03-18 13:41 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-18 11:01 sofar
+
+ * theedge/trunk/bin/lvu,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/functions/misc.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/menu/download.menu,
+ theedge/trunk/var/lib/lunar/unset.sh: W00t, the end of FUZZY!!!
+
+2005-03-18 10:01 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar: Moo, this
+ should fix that too
+
+2005-03-18 09:58 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/main.lunar: Fix for the
+ missing install log after a resurrect.
+
+2005-03-18 00:52 v3rt1g0
+
+ * theedge/trunk/var/lib/lunar/functions/main.lunar: Misc typos
+
+2005-03-18 00:40 v3rt1g0
+
+ * theedge/trunk/var/lib/lunar/menu/dmodule.menu: Typo
+
+2005-03-18 00:35 v3rt1g0
+
+ * theedge/trunk/var/lib/lunar/menu/optimize.menu: Typos
+
+2005-03-16 13:41 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-16 08:02 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/messages.lunar: meh, silly
+
+2005-03-15 16:49 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar: Fix for AUTOFIX
+ BREAKING MODULES: you can now use LDD_CHECK=off in DETAILS. please
+ test && verify
+
+2005-03-15 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-15 12:36 sofar
+
+ * theedge/trunk/bin/lvu: Adding 'info' ... slightly modified by
+ chad's patch.
+
+2005-03-15 11:38 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/messages.lunar: New query()
+ routine: bad input now causes a repeated question, and the double
+ newline is gone.
+
+2005-03-15 10:36 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: sanity check:
+ bug #723
+
+2005-03-15 04:05 v3rt1g0
+
+ * theedge/trunk/etc/lunar/local/README: Fixed a typo and add metion
+ of XOrg for what its worth
+
+2005-03-14 13:39 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-13 21:56 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/connect.lunar: this is much
+ more consistent. also adding raX interface type, which is kind of
+ uncommon.
+
+2005-03-13 18:19 sofar
+
+ * theedge/trunk/sbin/lin: Proposed consistency fix for lin/download
+ queue creation: use find_depends()
+
+2005-03-13 17:08 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar: Removing
+ obsolete call to show_owner.
+
+2005-03-13 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-10 13:36 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-09 19:11 moe
+
+ * theedge/trunk/usr/share/man/man8/lfirsttime.8: Some tweaks. Two
+ new hints.
+
+2005-03-09 15:26 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/recovery.lunar: Suggested by
+ florin, also fixed the line above the fix needed.
+
+2005-03-09 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-09 13:23 moe
+
+ * theedge/trunk/var/lib/lunar/functions/prune.lunar: wheeps ..
+ committed a slightly older version. This is the final solution.
+
+2005-03-09 13:17 moe
+
+ * theedge/trunk/var/lib/lunar/functions/prune.lunar: Fixing lunar
+ prune for good. God, this has been bothering me. Might break
+ things .. but this is theedge ;-) However, I've been giving it a
+ good test.
+
+2005-03-08 13:42 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-03-08 07:48 moe
+
+ * theedge/trunk/usr/share/man/man8/lfirsttime.8: Typo
+
+2005-03-07 23:08 moe
+
+ * theedge/trunk/usr/share/man/man8/lfirsttime.8: Tweaks and typo
+ fixes. Also added a hint to the hint section.
+
+2005-03-07 22:03 moe
+
+ * theedge/trunk/usr/share/man/man8/lfirsttime.8: I finally got to
+ rewriting lfirsttime. This should be _alot_ better then the
+ manpage we had until now. Thanks rolling out to Jens, Jasper and
+ Jaime for typo-hunting. I feel dizzy now.
+
+2005-02-22 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-02-22 12:50 moe
+
+ * theedge/trunk/etc/lunar/config: Adding the X11 path to the static
+ lunar PATH
+
+2005-02-18 13:54 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-02-14 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-02-14 13:01 nestu
+
+ * theedge/trunk/var/lib/lunar/functions/kernel.lunar: * get rid of
+ the annoying grub install questions (adding a warning that it
+ should be installed). * add a white line between kernel entries.
+
+2005-02-14 11:48 sofar
+
+ * theedge/trunk/etc/lunar/config: We should use a hardcoded PATH, no
+ user components allowed by default! This also solves
+ /sbin/ldconfig not being accessible on some systems etc. Note user
+ can still override PATH with `lunar set PATH xxxxx`, but it's not
+ exported to sub-apps.
+
+2005-02-13 13:41 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-02-12 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-02-11 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-02-09 13:41 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-02-07 13:39 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-02-06 13:39 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-02-02 13:48 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-02-02 12:12 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar: meh... suck
+
+2005-01-29 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-28 13:39 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-26 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-25 13:41 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-24 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-23 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-22 13:39 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-20 13:42 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-19 13:41 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-19 12:09 moe
+
+ * theedge/trunk/var/lib/lunar/functions/view.lunar: There's also the
+ type 'data'
+
+2005-01-19 11:37 sofar
+
+ * theedge/trunk/bin/lvu: indeed I missed it
+
+2005-01-19 11:32 sofar
+
+ * theedge/trunk/bin/lvu: removed bolding of modules
+
+2005-01-18 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-16 13:39 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-13 13:41 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-12 17:17 striker
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: adding opts
+ for amd64's (note that this can only be used by manually changing
+ /etc/lunar/local/optimizations )
+
+2005-01-12 13:41 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-11 21:52 striker
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Fix for
+ possible wget exploit
+
+2005-01-11 13:44 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-10 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-04 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2005-01-01 13:42 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-12-31 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-12-29 13:40 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-12-25 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-12-19 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-12-19 12:10 sofar
+
+ * theedge/trunk/sbin/lrm: Adding quotes fixes #634
+
+2004-12-18 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-12-15 13:39 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-12-14 15:38 sofar
+
+ * theedge/trunk/sbin/lrm: I just forgot to add the option to
+ getopt()... meh
+
+2004-12-14 15:31 sofar
+
+ * theedge/trunk/sbin/lrm: I'm losing it here
+
+2004-12-14 15:25 sofar
+
+ * theedge/trunk/sbin/lrm: More typo's
+
+2004-12-14 15:21 sofar
+
+ * theedge/trunk/sbin/lrm: needed... logic
+
+2004-12-14 15:05 sofar
+
+ * theedge/trunk/etc/lunar/config, theedge/trunk/sbin/lrm,
+ theedge/trunk/usr/share/man/man8/lrm.8,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/functions/tracking.lunar: deleting
+ BOOST_LOCK from existance. Also adding lrm --upgrade to explicitly
+ NOT run PRE_|POST_remove scripts since this causes deadlocks. lrm
+ man page adjusted
+
+2004-12-14 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-12-14 06:11 tchan
+
+ * theedge/trunk/etc/lunar/config: Removing the .se mirror as
+ requested by bkw.
+
+2004-12-13 15:43 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/locking.lunar: color fixes
+
+2004-12-13 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-12-12 22:56 moe
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: This will
+ buy us some more time just incase the user is sitting behind a
+ _really huge_ pipe.
+
+2004-12-12 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-12-11 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-12-10 11:00 sofar
+
+ * theedge/trunk/sbin/lin: bugfix: if lin_module ends up calling a
+ recompile of another modules it may not leave SINGLE_MODULE=1.
+ This would circumvent all dependency checking etc. and never call
+ the dl manager on those modules either.
+
+2004-12-10 10:56 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Bugfix for
+ the theedge dl problems: when we get to this code and a
+ post-install triggered a recompile the _PID is never stored so
+ it's empty... we can gracefully exit and ignore this usually. I
+ added a fallback function when the module is locked so at least st
+ is going on. I hope this calls all exceptions.
+
+2004-12-10 10:46 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/etc/lunar/config,
+ theedge/trunk/sbin/lget,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/connect.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar,
+ theedge/trunk/var/lib/lunar/functions/queue.lunar,
+ theedge/trunk/var/lib/lunar/functions/temp.lunar: define TMPDIR
+ and use it globally. Its position is overwriteable by using lunar
+ set TMPDIR
+
+2004-12-08 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-12-08 08:35 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar: Better check:
+ this literally looks how larege the installwatch file is. If it's
+ zero then the module has not installed ANY file and thus the
+ warning is legit. Most likely profile modules now only are a
+ problem but we'll cope with them a different way.
+
+2004-12-07 14:11 moe
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: We all love
+ eye candy. This now is _almost_ as fast as the real output ;-)
+
+2004-12-07 13:56 sofar
+
+ * theedge/trunk/sbin/lin: foo
+
+2004-12-07 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-12-07 12:12 sofar
+
+ * theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/functions/download.lunar: Implemented
+ Moe's download idea: separate lget processes and logs for each
+ downloaded file. The dl manager passes the PID on later and before
+ a module is compiled ONLY that relevant download info is
+ displayed.
+
+2004-12-06 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-29 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-29 06:16 sofar
+
+ * theedge/trunk/sbin/lunar: cleaned up a whee bit too much
+
+2004-11-28 16:38 sofar
+
+ * theedge/trunk/etc/lunar/config, theedge/trunk/sbin/lunar,
+ theedge/trunk/usr/share/doc/lunar/core-documentation/_etc_lunar_local_config.html,
+ theedge/trunk/var/lib/lunar/unset.sh: Deleting COLONY/CABAL
+ support
+
+2004-11-27 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-26 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-26 08:20 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Make it
+ possible to do 'lget moonbase --url
+ file:///path/to/moonbase.tar.bz2'
+
+2004-11-25 15:05 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar: Semantical
+ change: prepare_install is now MANDATORY. it is also the step
+ where invoke_installwatch is called. I added a WARNING that checks
+ after BUILD if it was set correctly, and warns if it isn't. In the
+ future this will become an ERROR.
+
+2004-11-24 13:34 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-24 13:09 sofar
+
+ * theedge/trunk/bin/lvu: This seems to fix 'lvu urls'
+
+2004-11-23 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-23 09:33 sofar
+
+ * theedge/trunk/bin/lvu: fast, faster, ranitha!
+
+2004-11-22 14:40 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Make sure
+ depends.cache is as similar to depends/depends.backup as possible
+
+2004-11-22 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-22 11:19 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Adding a
+ 'FRESORT_URL'. This feature allows you to download first from a
+ central repository. Please do not tell people to use this on our
+ own mirrors (except strikers' mirror ;^)).
+
+2004-11-21 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-20 23:00 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Extremely
+ horribly simplified show_download_progress. Nice thing is that it
+ actually works too. SPend some time testing it and verified OK.
+
+2004-11-20 13:36 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-19 14:42 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/kernel.lunar: Pretty format
+ lilo config lines: empty line between images and use
+ human-readable output abit.
+
+2004-11-19 13:38 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-18 14:10 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/locking.lunar: The color
+ needs to be closed off at the end... otherwise all subsequent
+ lines will be colored too
+
+2004-11-17 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-16 15:02 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: A little bit
+ faster, still the awk call is slow I wish there was something
+ faster than that
+
+2004-11-11 13:36 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-11 10:03 sofar
+
+ * theedge/trunk/etc/lunar/dialogrc: 2003/08/25 jasper suggestion. I
+ thought it was about time.
+
+2004-11-11 02:24 v3rt1g0
+
+ * theedge/trunk/var/state/lunar/blacklist.Alpha,
+ theedge/trunk/var/state/lunar/blacklist.PowerPC,
+ theedge/trunk/var/state/lunar/blacklist.SPARC: memtest86+ is not
+ non-x86 friendly
+
+2004-11-10 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-10 08:19 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/useradd.lunar: Do not track
+ changes to /etc/{passwd,group,shadow}
+
+2004-11-10 08:18 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: Adding an
+ even more thorough check on create_module_index. If the install
+ log is missing we *have* to use the slow method.
+
+2004-11-04 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-04 09:31 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/messages.lunar: Adding the
+ 'mquery' function wrapper. This will be used later to simplify
+ writing CONFIGURE statements (of course it also will work from
+ BUILD but you shouldn't do that)
+
+2004-11-01 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-11-01 07:56 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: this must
+ have slipped in... weird.
+
+2004-10-31 14:31 sofar
+
+ * theedge/trunk/sbin/lsh: Allow lsh to be passed lunar functions or
+ whichever command as a parameter, which will then be evaluated
+ within the lsh environment. Example: `lsh list_expired_modules`
+
+2004-10-30 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-10-29 14:28 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: Extra bluntly
+ running the check&&create module index in case $MODULE_INDEX is
+ missing (the -w check would fail if it was missing)
+
+2004-10-29 14:17 sofar
+
+ * theedge/trunk/bin/lvu,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar,
+ theedge/trunk/var/lib/lunar/functions/updatelog.lunar: Removing
+ MOONBASE_MD5 code as I suspect that it screws things up and it's
+ unused anyway.
+
+2004-10-29 11:12 sofar
+
+ * theedge/trunk/usr/sbin: Wiped colony
+
+2004-10-27 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-10-26 13:34 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-10-25 20:28 sofar
+
+ * theedge/trunk/sbin/lunar: Adding menu toggle to PROBE_EXPIRED in
+ the FEATURE menu
+
+2004-10-25 20:24 sofar
+
+ * theedge/trunk/etc/lunar/config: default PROBE_EXPIRED=on
+
+2004-10-25 20:21 sofar
+
+ * theedge/trunk/sbin/lin: Incorporate PROBE_EXPIRED code into lin:
+ lin --probe will now check the module_is_expired status of a
+ module an call a recompile if it is outdated and if
+ PROBE_EXPIRED==on
+
+2004-10-25 19:44 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: generalizing
+ the is_expired code into a per-module function and one that lists
+ all the expired ones in moonbase.
+
+2004-10-25 19:33 sofar
+
+ * theedge/trunk/sbin/lrm,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar: #510 --purge
+ really list all dependencies now
+
+2004-10-25 19:18 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/main.lunar: Resurrect code
+ fix: #510. This code gently unpacks parts of the tarball given
+ certain conditions, pre-unpacks directories and symlinks too etc.
+ and honors $EXCLUDED algorithms. Tested mildly with postfix etc.
+
+2004-10-25 19:15 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/sources.lunar: Fix
+ nonexistant $BUILD_DIRECTORY on clean boxes or when wiped by the
+ user
+
+2004-10-22 13:34 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-10-18 13:34 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-10-18 10:32 sofar
+
+ * theedge/trunk/sbin/lin: Okay this works much better, I completely
+ oversaw the fact that lin_module already handles autoresurrect
+ itself and this code here is completely superfluous (just plain
+ wrong)
+
+2004-10-18 10:28 sofar
+
+ * theedge/trunk/sbin/lin: Bugfix #501: make sure the module can
+ override this call to autoresurrect too
+
+2004-10-18 07:32 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/sources.lunar: Demoted this
+ message to debug level
+
+2004-10-18 07:28 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: Bugfix: don't
+ run this on moonbase upgrades.
+
+2004-10-17 23:44 v3rt1g0
+
+ * theedge/trunk/bin/lvu: Better handeling of non-existant modules in
+ lvu tree (and its variations). Now it will tell the user, in the
+ standard way, that the module they asked about doesn't exists.
+
+2004-10-13 13:34 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-10-13 02:31 v3rt1g0
+
+ * theedge/trunk/var/lib/lunar/functions/postbuild.lunar: I'm finally
+ getting around to committing the approved modification to
+ gather_docs() I proposed to Lunar-Dev ML about a month ago. As a
+ refresher (or introduction for some) this is what the change is
+ all about. It's an extended version of the already existing
+ function gather_docs(). It allows a module writer/maintainer to be
+ able to easily install any extra documentation (above and beyond
+ what is already automatically copied over) they feel would be nice
+ to add to the module's default document directory. A common usage
+ would be a line like this found at the end of a BUILD file:
+ gather_docs TODO INDEX Notes extras/* Which would copy the files
+ TODO, INDEX, Notes, and create a subdirectory called extras and
+ copy any files found in that directory to the new directory under
+ the module's default document directory. It obeys (checks for)
+ $GARBAGE=on for you, so you don't need to worry about that when
+ writing the module. The files in the file list must all reside in
+ or below the $SOURCE_DIRECTORY and must be referenced relative to
+ said directory. There is no harm in implementing this now within
+ the moonbase at will. If the user does not have the extended
+ version of gather_docs() (and they have verbose on) s/he will see
+ the default documentation be coppied twice but nothing more.
+
+2004-10-12 15:02 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/config.lunar: the config
+ patch is needed to properly quote options... I just removed the
+ localsaconfig crap from theedge this way too.
+
+2004-10-12 14:56 sofar
+
+ * theedge/trunk/sbin/lin: Adding quick help info
+
+2004-10-12 14:53 sofar
+
+ * theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/functions/build.lunar: Adding '--opts'
+ flag that allows you to add OPTS flags on the fly when compiling a
+ module: use as follows: lin --opts '--enable-foo --enable-bar'
+ $MODULE to wipe the OPTS use 'lin -r $MODULE' as normal.
+
+2004-10-12 13:34 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-10-12 13:19 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/sources.lunar: Never leave
+ old crap lying around if it's not yours (especially if you don't
+ know what it does) !!!
+
+2004-10-12 12:58 sofar
+
+ * theedge/trunk/sbin/lunar: Thanks to hardkrash and ranitha
+
+2004-10-12 11:34 sofar
+
+ * theedge/trunk/var/lib/lunar/aliases: Here are the first 2 aliases
+ defined (prototype!). In order to test do this: $ lsh > sedit
+ 's/xservers-profile/%X/g' $MOONBASE/*/DEPENDS
+
+2004-10-12 11:29 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/etc/lunar/config,
+ theedge/trunk/var/lib/lunar/functions/aliases.lunar,
+ theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar: Merging
+ aliases code with theedge!!!
+
+2004-10-12 10:09 sofar
+
+ * theedge/trunk/sbin/lunar,
+ theedge/trunk/var/lib/lunar/functions/config.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar: Bugfix for
+ the 'unexpected error' message. Added 'lunar unset' and generic
+ unset_config/unset_module_config code.
+
+2004-10-09 13:34 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-10-08 13:34 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-10-07 14:40 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/menu/optimize.menu: Merging linker
+ optimizations
+
+2004-10-07 13:34 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-10-06 15:27 sofar
+
+ * theedge/trunk/lib/lsb/init-functions: AAARGH important bugfix that
+ affects /etc/init.d/network!
+
+2004-10-06 13:34 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-10-06 12:43 sofar
+
+ * theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar: Adding
+ -w|--want $VERSION support (NO WARRANTY) that allows you to
+ override VERSION (don't try this with more than one module ;^))
+
+2004-09-28 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-09-27 21:41 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/main.lunar: #452: force
+ double checking on $LUNAR_MODULE with some msgs.
+
+2004-09-27 13:36 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-09-26 20:47 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/main.lunar: #341: explicitly
+ omit core code and moonbase during rebuild
+
+2004-09-26 15:36 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/sources.lunar: fix for #433:
+ This resets the owner and strips setGid and setUid bits on files
+ while extracting them. As a proper precaution this should always
+ happen. I am confident this will fix a lot of other problems in
+ the future.
+
+2004-09-26 15:03 sofar
+
+ * theedge/trunk/sbin/lrm: bugfix #460 (tested). I forgot to add the
+ "optimize" call since BUILD is no longer set by default. Also some
+ leftover and untested code after cleaning up probably.
+
+2004-09-26 13:34 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-09-26 02:01 v3rt1g0
+
+ * theedge/trunk/bin/lvu: The error message received when doing 'lvu
+ size AModuleThatIsNotInstalled' was not displaying the incorrect
+ module name as intended. This is because it was using the wrong
+ variable to get the module name. Now it should be using the right
+ variable.
+
+2004-09-22 13:34 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-09-21 13:54 sofar
+
+ * theedge/trunk/usr/share/man/man8/lrm.8: Adding purge to man page
+
+2004-09-21 13:35 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-09-20 16:00 sofar
+
+ * theedge/trunk/var/lib/lunar/protected: Smacking courier in here
+
+2004-09-08 13:34 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-09-06 21:19 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-08-29 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-08-27 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-08-27 08:51 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/sources.lunar: foo /me fixes
+ proper comments
+
+2004-08-27 08:18 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/sources.lunar: Adding sha1:
+ verify syntax code that uses sha1sum, slightly better than md5sum
+ (what is it again, 160 bits against 128 hash size?). The code
+ hooks up seamlessly and as demonstrated the older core doesn't
+ break if it doesn't handle the sha1: syntax. sha1sum is provided
+ by coreutils BTW so must in any case be present on all boxes, I
+ don't expect any box to fail on that.
+
+2004-08-26 14:10 sofar
+
+ * theedge/trunk/etc/lunar/mirrors/LRESORT: badly needed update
+
+2004-08-26 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-08-25 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-08-23 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-08-22 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-08-22 11:34 perldude
+
+ * theedge/trunk/etc/lunar/mirrors/SFORGE: added german SF mirror.
+ I'm using it for some time now. No problems.
+
+2004-08-18 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-08-13 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-08-10 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-08-09 12:11 prox
+
+ * theedge/trunk/var/lib/lunar/functions/messages.lunar: /dev/stderr
+ isnt standard, >&2 is more common
+
+2004-08-04 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-07-26 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-07-24 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-07-21 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-07-19 11:57 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-07-11 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-07-10 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-07-09 19:43 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Slightly
+ modified after ranitha's optimize patch for gcc-3.4.x. This will
+ transform the obsolete -mcpu into -mtune.
+
+2004-07-09 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-07-07 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-07-06 20:21 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/edit.lunar: Allow patches to
+ be searched in $(PWD) && $SOURCE_CACHE, so you never have to
+ explicitly specify the location. uniform calling as with unpack()
+ now.
+
+2004-07-02 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-29 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-29 07:12 sofar
+
+ * theedge/trunk/etc/lunar/config: Telia->unc
+
+2004-06-27 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-26 16:41 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: Fix a bad bug
+ showing way too many modules for a section
+
+2004-06-26 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-25 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-25 11:33 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/tracking.lunar: Explicitly
+ do not track $SOURCE_DIRECTORY
+
+2004-06-24 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-23 13:24 prox
+
+ * theedge/trunk/var/lib/lunar/menu/optimize.menu: display one row on
+ multi cpu systems
+
+2004-06-23 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-23 11:40 sofar
+
+ * theedge/trunk/var/lib/lunar/menu/optimize.menu: Jerry prolly
+ already had this one
+
+2004-06-18 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-18 07:06 niki
+
+ * theedge/trunk/etc/lunar/mirrors/GNU,
+ theedge/trunk/etc/lunar/mirrors/KDE: Fixed a typo discovered by
+ gorank, it's "Sweden" not "Sweeden" ;-)
+
+2004-06-17 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-16 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-14 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-13 13:11 sofar
+
+ * theedge/trunk/etc/lunar/mirrors/SFORGE: Added australia SF mirror
+ optusnet
+
+2004-06-13 12:52 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Cosmetics
+
+2004-06-11 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-08 11:57 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-05 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-06-04 12:21 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/postbuild.lunar: Same
+ permissions but changed code so it's actually not rediculous
+
+2004-05-30 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-29 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-26 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-26 11:28 prox
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: correction
+
+2004-05-26 09:33 prox
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: added
+ is_depended <module> <depend>, will return 1 if the depend for the
+ module given is on
+
+2004-05-25 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-24 13:20 sofar
+
+ * theedge/trunk/bin/lvu: Proper directory handling that allows both
+ passing absolute and relative filenames of the snapshot.
+
+2004-05-24 13:12 sofar
+
+ * theedge/trunk/bin/lvu: Fixing export/import scripts. It now
+ includes a copy of 'packages' and sorts the queue according to
+ dependency as well, which should make things easier (note some
+ things still don't work that way correctly).
+
+2004-05-24 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-23 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-22 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-21 19:51 sofar
+
+ * theedge/trunk/sbin/lrm,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar: Feature: lrm
+ --purge $MODULES / lrm -p $MODULES. for instance: lrm -p qt3
+ removes qt3 and all apps that require (*REQUIRE*) qt3
+
+2004-05-21 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-21 10:27 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/etc/lunar/config,
+ theedge/trunk/etc/lunar/mirrors/LRESORT, theedge/trunk/sbin/lrm,
+ theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html,
+ theedge/trunk/usr/share/man/man8/lfirsttime.8,
+ theedge/trunk/var/lib/lunar/functions/config.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/locking.lunar,
+ theedge/trunk/var/lib/lunar/functions/logging.lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/queue.lunar,
+ theedge/trunk/var/lib/lunar/functions/recovery.lunar,
+ theedge/trunk/var/lib/lunar/functions/sizes.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/functions/uniqid.lunar,
+ theedge/trunk/var/lib/lunar/functions/updatelog.lunar,
+ theedge/trunk/var/lib/lunar/functions/useradd.lunar,
+ theedge/trunk/var/lib/lunar/menu/dmodule.menu,
+ theedge/trunk/var/lib/lunar/menu/download.menu,
+ theedge/trunk/var/lib/lunar/menu/integrity.menu,
+ theedge/trunk/var/lib/lunar/menu/mirrors.menu: Moving URL of
+ server to 'lunar-linux.org'.
+
+2004-05-19 11:58 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-19 10:04 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/moonbase.lunar: make
+ 'moonbase' 'hold'-able =^D (nice for those rebuilds)
+
+2004-05-18 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-17 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-15 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-14 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-12 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-11 16:09 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Bad is when
+ this file is missing and it never gets created...
+
+2004-05-11 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-10 15:31 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar: This is a fix
+ for 'lunar fix' looping on clean installs: <sofar|work> yeah I did
+ some chroot crunching ;^) <sofar|work> on a clean ISO <sofar|work>
+ there's md5sum mismatches in glibc's libxxx.a files that trigger
+ it <sofar|work> then ENV var pollution makes the wrong files
+ rebuild... you get the rest
+
+2004-05-10 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-10 11:46 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/recovery.lunar: This way
+ recovery even recovers the approximate install date. I've tested
+ this on many boxes now and it's absolutely wonderfull. Considering
+ putting this in the lunar maintenance menu so people can use it
+ (although it's still mopping up after some other part goofs up)
+
+2004-05-09 12:08 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/prune.lunar,
+ theedge/trunk/var/lib/lunar/functions/recovery.lunar: Some
+ bugfixes regarding locking, ordering of locks and return status of
+ locking, some fixes with missing depends (important one), visual
+ adjustment of titlebar display (compile instead of processing,
+ added hostname, $0[$$]).
+
+2004-05-09 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-08 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-07 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-05 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-03 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-02 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-05-02 09:32 striker
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/functions/recovery.lunar:
+ s/successfull/successful/ Spellchecker anyone? ;)
+
+2004-04-27 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-04-27 07:12 sofar
+
+ * theedge/trunk/etc/lunar/mirrors/GNOME: These files are TAB
+ separated now.
+
+2004-04-26 18:22 nhudson
+
+ * theedge/trunk/etc/lunar/mirrors/GNOME: Adding a http master site
+ for GNOME, this may help those who cant get to a ftp server
+
+2004-04-26 14:47 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar: fi
+
+2004-04-26 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-04-26 10:02 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar: Fixing run_fix:
+ it would fix only held modules. Also cleaned up quite a bit.
+
+2004-04-25 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-04-24 19:08 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/main.lunar: Env var
+ pollution pro bono, get your env var pollution!!!
+
+2004-04-24 15:45 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/main.lunar: Moe: I really
+ don't like the workaround you used for the download procedure ..
+ theedge is lget'ed twice f.e. [FIXED]
+
+2004-04-24 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-04-21 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-04-18 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-04-17 16:33 sofar
+
+ * theedge/trunk/sbin/lin: thx for spotting this nick
+
+2004-04-17 16:02 sofar
+
+ * theedge/trunk/sbin/lin: Adding a trap that cleans up
+ /tmp/lunar.lin.* and also removes the known temporary files. This
+ works like a charm in cleaning up threads on cancelled or breaking
+ compiles. Hopefully this catches and cleans up on a lot of bad
+ things now.
+
+2004-04-17 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-04-16 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-04-16 10:57 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/main.lunar: Add this back:
+ last minute source code presence check before compile starts.
+
+2004-04-16 10:37 sofar
+
+ * theedge/trunk/bin/lvu: Merging vertigo's patch suggestion and
+ taking a bit of time to rewrite those two secionts of code.
+
+2004-04-16 10:18 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: Don't even
+ try to check if we can't update them anyway...
+
+2004-04-16 10:15 sofar
+
+ * theedge/trunk/sbin/lin: Adding adjustment suggested by jazman
+
+2004-04-14 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-04-12 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-04-11 21:54 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar: Fix for
+ normal users seeing garbage when the call lunar's core tools with
+ garbage. should clean up stuff a bit.
+
+2004-04-09 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-04-08 13:53 prox
+
+ * theedge/trunk/var/lib/lunar/functions/config.lunar: changed sed to
+ cover substrings
+
+2004-04-08 13:25 prox
+
+ * theedge/trunk/var/lib/lunar/functions/config.lunar: fixed issue
+ with list of initscript being return with quotes
+
+2004-04-05 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-04-04 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-31 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-30 20:52 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Prevent
+ RECONFIGURE from propagating.
+
+2004-03-30 12:56 sofar
+
+ * theedge/trunk/var/lib/lunar/menu/optimize.menu: Thanks Victor.
+
+2004-03-30 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-29 22:24 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: This is a bit
+ more experimental patch: - ask for a confirmation before removing
+ a conflicting module (break if no) - added opt_dep bypass in case
+ there is no need to ask the user since he really has no choice
+ anyway.
+
+2004-03-29 21:14 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/postbuild.lunar: Make
+ garbage *not* install doc/Makefile directories!!!
+
+2004-03-29 20:58 sofar
+
+ * theedge/trunk/etc/lunar/mirrors/GNOME: quotes, ugly. tab
+ separation works now, much nicer
+
+2004-03-29 15:18 sofar
+
+ * theedge/trunk/sbin/lrm: Adding REAP back, somehow it had
+ disappeared.
+
+2004-03-27 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-26 19:40 sofar
+
+ * theedge/trunk/var/lib/lunar/menu/mirrors.menu: Explicitly split by
+ tabs and break up options, also reversing the order per element.
+ (#462)
+
+2004-03-25 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-24 12:33 sofar
+
+ * theedge/trunk/etc/lunar/config,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar: * Adding
+ preliminary _PREFIX work (works!) * Fixing mosrun caller to check
+ for openmosix-tools instead of linux-openmosix.
+
+2004-03-23 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-23 10:10 sofar
+
+ * theedge/trunk/etc/lunar/mirrors/GNOME,
+ theedge/trunk/var/lib/lunar/menu/mirrors.menu: Fixing mirror file
+ and algorithm.... we don't need to make our lives so hard.
+
+2004-03-23 09:49 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/config.lunar: Properly
+ escaping ':' signs allows the mirrors to be set too :^o
+
+2004-03-22 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-21 22:17 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/config.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar: Adding all
+ round checking for the [sg]et_config_ functions.
+
+2004-03-21 20:51 sofar
+
+ * theedge/trunk/sbin/lin, theedge/trunk/sbin/lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar: Major bug(!)
+ fixes: - remove write_config alltogether from lunar - rewrite core
+ algorithm, now truly adheres to the proper order: depends,
+ download (with smart download queue filler), install. Should fix
+ the multi-lget spawns and fix the install order (tho that didn't
+ really break, it was not just how I intended it to be).
+
+2004-03-19 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-18 12:16 sofar
+
+ * theedge/trunk/sbin/lrm,
+ theedge/trunk/var/lib/lunar/functions/config.lunar,
+ theedge/trunk/var/lib/lunar/functions/postbuild.lunar: Bugfix:
+ theedge wasnt removing files from /etc/ at all, and added proper
+ init.d script shutdowns on plain 'lrm' commands, as well as xinetd
+ restarts.
+
+2004-03-18 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-17 23:28 tchan
+
+ * theedge/trunk/sbin/lunar: Committed a small bug fix for sofar
+ while he was sleeping.
+
+2004-03-17 22:58 sofar
+
+ * theedge/trunk/etc/lunar/config, theedge/trunk/sbin/lunar,
+ theedge/trunk/var/lib/lunar/functions/config.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/functions/uniqid.lunar,
+ theedge/trunk/var/lib/lunar/menu/dmodule.menu,
+ theedge/trunk/var/lib/lunar/menu/download.menu,
+ theedge/trunk/var/lib/lunar/menu/integrity.menu,
+ theedge/trunk/var/lib/lunar/menu/mirrors.menu,
+ theedge/trunk/var/lib/lunar/menu/optimize.menu: New config
+ concept: atomic config operations: - get/set_module_config:
+ get/sets a var for a module - get_set_local_config: get/sets a var
+ in /etc/lunar/local/config - rewrote menu's and optimization code
+ to fit (contained a bug sinces last week resulting in optimize
+ menu's not working properly - fixed) - tested mildly, the concept
+ is sound but I may have dropped a thread!!! (This commit is ON THE
+ EDGE. You are warned) - implemented lunar set [VAR [VAL]] for easy
+ access to system vars - forgot to recode all of moonbase to use
+ these methods. things break. get over it, or help me fix it in the
+ next weekend. - gone to bed. sleeping while your boxes die.
+
+2004-03-16 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-15 22:54 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/functions/prune.lunar: Definitive
+ fixes for missing PLATFORM and/or BUILDs in theedge. Closing #392
+ with this one.
+
+2004-03-15 21:50 sofar
+
+ * theedge/trunk/bin/lvu: meep meep
+
+2004-03-15 21:41 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/logging.lunar: Adding stop
+ time marker. Note this also includes the lrm stage in case that
+ was needed.
+
+2004-03-15 21:24 sofar
+
+ * theedge/trunk/bin/lvu: Fix for broken lvu leert.
+
+2004-03-15 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-14 21:43 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/sbin/lrm,
+ theedge/trunk/var/lib/lunar/excluded,
+ theedge/trunk/var/lib/lunar/functions/tracking.lunar,
+ theedge/trunk/var/lib/lunar/protected,
+ theedge/trunk/var/lib/lunar/solo,
+ theedge/trunk/var/lib/lunar/unset.sh: Major lrm/exluded/protected
+ rewrite: - allow re's in excluded/protected - true protected
+ directories with recursion - excluded ONLY contains stuff that we
+ DO NOT WANT TO SEE in the install logs - lvu alien adjusted too -
+ track() function adjusted and simplified - removed unneeded lrm
+ tmpfiles and loops, simplified
+
+2004-03-13 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-12 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-10 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-09 16:13 sofar
+
+ * theedge/trunk/sbin/lin: run_configure was called double. No more!
+
+2004-03-09 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-09 11:22 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: The ultimate
+ attempt to fix the double-download bug
+
+2004-03-09 09:53 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Fixing the
+ double-asking bug! theedge is now ready for 1.4.0 !!!
+
+2004-03-09 08:56 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: Emergency
+ fix: module.index was broken
+
+2004-03-08 22:57 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar: This supposedly
+ should fix the double-download bug. It was acutally caused by old
+ cruft lying around. The show_dl_progress was the culprit. To make
+ sure, all references to lget have been removed, except for the
+ download_manager call from lin. This works for normal modules,
+ ones with ERASE (theedge) and cvs stuff.
+
+2004-03-08 21:54 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Ewps, lin
+ moonase
+
+2004-03-08 21:33 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar: Speedups for
+ people running with system moonbases, up to 5x faster regeneration
+ of module.index and depends.cache
+
+2004-03-08 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-07 23:32 sofar
+
+ * theedge/trunk/etc/lunar/config, theedge/trunk/sbin/lin,
+ theedge/trunk/sbin/lrm,
+ theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar: Fixes for: -
+ dependency sorting algorithm, completely rewritten from scratch,
+ implemented using a depends.cache file which speeds up all
+ dependency work immensely. The time needed to create the cache
+ might still be a little long tho (2:30 uncached on my box).
+ sorting time for entire moonbase is about 2:30 now, mostly
+ spending in the fgrep. sorting time on 400 modules is < 30
+ seconds. - double questions removed - moonbase index creation is
+ now more atomic than it was, it's generated in a tmpfile, then
+ pivoted to the real location, same for depends.cache (crtl-c in
+ the creation will not damage it) - lrm fix that caused files in
+ /boot to be deleted. as far as I can see this was still an TODO
+ left open by kongar&&those-before-him (ouch). tested and works. -
+ added $DEPENDS_CACHE var in etc/lunar/config
+
+2004-03-06 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-05 20:46 tchan
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Added the
+ suggested speed fix from Erie Sorenson.
+ INCLUDED=$INCLUDED$'\n'$MOD
+
+2004-03-05 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-04 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-03 21:51 sofar
+
+ * theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/misc.lunar,
+ theedge/trunk/var/lib/lunar/functions/tracking.lunar: Some slight
+ fixing of the double-questions (not entirely correct still),
+ adding support for a better CPAN system (more work needed).
+ speediefied the tracking part with smart grep.
+
+2004-03-03 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-03-02 21:53 tchan
+
+ * theedge/trunk/usr/share/man/man8/lfirsttime.8: Updated lfirsttime
+ with some needed changes.
+
+2004-02-29 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-28 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-27 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-26 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-25 21:39 tchan
+
+ * theedge/trunk/var/lib/lunar/functions/edit.lunar: A temporary fix
+ for grepping tar, bz2, gz in patch names. Only needed until sofar
+ has time to rewrite/correct this function properly.
+
+2004-02-25 17:06 tchan
+
+ * theedge/trunk/var/lib/lunar/functions/edit.lunar: Reverting
+ Ratler's changes to edit.lunar as they are totally wrong! Don't
+ mess with lunar core unless you check with sofar first!
+
+2004-02-25 11:59 ratler
+
+ * theedge/trunk/var/lib/lunar/functions/edit.lunar: Patch submited
+ by Jerry Lundstr�m that patch_it function to correctly grep for
+ filetype
+
+2004-02-24 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-23 22:11 sofar
+
+ * theedge/trunk/sbin/lunar,
+ theedge/trunk/var/lib/lunar/functions/queue.lunar: Fix for #446
+
+2004-02-23 22:05 striker
+
+ * theedge/trunk/var/lib/lunar/functions/updatelog.lunar: - Modified
+ display_moonbase_changes() to show moved modules. e.g. - Moved
+ modules: module: old_cat -> new_cat [21:35:26]<sofar> nice
+ [21:35:38]<sofar> exactly what I want ;^) - Sped up the whole
+ procedure a bit by caching the diff (probably not entirely
+ noticable)
+
+2004-02-23 21:15 sofar
+
+ * theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/config.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar: cosmetic
+ cleanups for mod_v stuff, xterm_msg code, hardkrash' config etc,
+ pipelining improved for lin, this is a long pending improvement
+ that was needed, another addition to moonbase installs, one that
+ helps on clean or taken-over boxes, clear msg for MAKES optimize
+ question field
+
+2004-02-23 21:15 sofar
+
+ * theedge/trunk/bin/lvu: incorporates Linus Sw�las' ideas for
+ speeding up lvu searches etc, I went even a bit further by using
+ MODULE_INDEX instead of iterating over moonbase
+
+2004-02-23 18:26 striker
+
+ * theedge/trunk/var/lib/lunar/functions/moonbase.lunar: submitting
+ fix for new/removed modules code
+
+2004-02-21 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-20 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-20 07:28 tchan
+
+ * theedge/trunk/var/lib/lunar/protected: Updated this file so
+ coreutils-5.2.0 would install correctly. Added /bin/mkdir
+ /bin/sort /bin/tr and removed /usr/bin/sort.
+
+2004-02-20 06:11 tchan
+
+ * theedge/trunk/var/state/lunar/blacklist.Alpha,
+ theedge/trunk/var/state/lunar/blacklist.PowerPC,
+ theedge/trunk/var/state/lunar/blacklist.SPARC,
+ theedge/trunk/var/state/lunar/blacklist.x86: Updated all the
+ blacklist.arch files.
+
+2004-02-20 03:44 tchan
+
+ * theedge/trunk/usr/share/doc/lunar/CREDITS: Added Striker to the
+ list of devs.
+
+2004-02-17 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-16 20:59 sofar
+
+ * theedge/trunk/etc/lunar/config,
+ theedge/trunk/etc/lunar/mirrors/LRESORT: Refurbishing again...
+ hopefully Moe keeps the mirror up ;^)
+
+2004-02-16 15:36 tchan
+
+ * theedge/trunk/etc/lunar/mirrors/LRESORT: The master cache does not
+ resolve to the same address as www.lunar-linux.org, so I changed
+ the USA master cache to become www.lunar-linux.org/lunar/cache
+
+2004-02-15 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-15 11:25 sofar
+
+ * theedge/trunk/etc/lunar/config: Grrr mispaste
+
+2004-02-14 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-13 17:17 sofar
+
+ * theedge/trunk/etc/lunar/config,
+ theedge/trunk/etc/lunar/mirrors/LRESORT: Adding the 2 new mirrors
+ in the URL list, please use them!
+
+2004-02-12 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-10 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-09 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-08 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-07 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-05 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-04 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-02-04 02:36 tchan
+
+ * theedge/trunk/usr/share/doc/lunar/CREDITS: Removing sofar's last
+ commit as bkw was already in the list. He was added after his
+ ibackup module was committed to moonbase. The CREDITS list is
+ trying to be alphabetical by "nickname".
+
+2004-02-03 23:12 sofar
+
+ * theedge/trunk/usr/share/doc/lunar/CREDITS: Before I forget...
+ thanks!
+
+2004-02-03 18:41 cmak
+
+ * theedge/trunk/var/lib/lunar/functions/prune.lunar: fixed bug 439
+
+2004-01-26 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-25 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-22 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-21 16:56 tchan
+
+ * theedge/trunk/usr/share/doc/lunar/CREDITS: Fixed another typo.
+ Added Erik Sorenson to the file for his depends code contribution.
+
+2004-01-21 16:32 hardkrash
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: making
+ algorithim improvments proposed by Erik S�e S�rensen thankyou sir
+
+2004-01-19 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-16 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-15 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-14 20:42 tchan
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Fixing the
+ dialog box for MAKES=. The old message was just too confusing for
+ most people.
+
+2004-01-14 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-12 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-12 06:51 hardkrash
+
+ * theedge/trunk/var/lib/lunar/functions/config.lunar: Beginings for
+ new CONFIGURE file scheme that allows for formats and options to
+ change new system will set a date in the $MODULE_CONFIG file in
+ the CONFIGURED variable with the set_module_configured function
+ and the get_module configuted function checks if the configuration
+ date is newer than the stored one this i believe is a better way
+ than we have now and it prevents yet another variable in DETAILS
+ files as this coide would only be called by modules that use the
+ new scheme
+
+2004-01-11 22:33 hardkrash
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar: This is the fix
+ to bug 432. Where the make alias isn't being used while linning.
+ This also will fix open mosix builds too.
+ http://bugs.lunar-linux.org/view_bug_page.php?f_id=0000432
+
+2004-01-11 22:25 hardkrash
+
+ * theedge/trunk/sbin/lin: first of 2 parts to fix make alias in the
+ lunar scripts
+
+2004-01-11 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-10 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-09 15:38 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Reverting
+ this back since it'll lopp indefinately... BAH, sorry, perhaps
+ someone wants to dig into this look, I didn't have enough time to
+ track the problem down.
+
+2004-01-09 15:16 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Falling back
+ to proper dependency tracking for sort_by_dependency, this makes
+ it a bit slower but should now be a correct solution, which it
+ really wasn't.
+
+2004-01-09 14:05 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Fixing the
+ dependency tree sorter bug that caused 'lunar update' to keep
+ showing already updated modules and rebuild queue's to miss
+ modules ( I hope ;^) ). If needed someone has to tag -F STABLE
+ this to propagate this to lunar.
+
+2004-01-09 11:57 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-07 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-07 05:22 watryac04
+
+ * theedge/trunk/var/lib/lunar/functions/kernel.lunar: Added stub for
+ update_aboot. Keeps the POST_INSTALL on alphas from failing. Will
+ complete the function ASAP. Added this now after tchan's
+ prompting.
+
+2004-01-06 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-05 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-05 05:13 tchan
+
+ * theedge/trunk/usr/share/doc/lunar/CREDITS: Corrected r0dzilla's
+ real name.
+
+2004-01-05 05:00 tchan
+
+ * theedge/trunk/usr/share/doc/lunar/CREDITS: Rewrote some of the
+ language. Made a section for the current Lunar Devs. More typos
+ corrected.
+
+2004-01-04 20:51 tchan
+
+ * theedge/trunk/usr/share/doc/lunar/CREDITS: Fixed the old joel and
+ jol again.
+
+2004-01-04 20:15 tchan
+
+ * theedge/trunk/usr/share/doc/lunar/CREDITS: Added dem's info.
+
+2004-01-04 20:10 tchan
+
+ * theedge/trunk/usr/share/doc/lunar/CREDITS: Corrected jol's email
+ and nick with info from Florin.
+
+2004-01-04 17:40 tchan
+
+ * theedge/trunk/usr/share/doc/lunar/CREDITS: Fixed for some obvious
+ omissions. Corrected some email addresses. Sorted the list by IRC
+ nickname and noted that fact at the top of the list.
+
+2004-01-04 13:57 sofar
+
+ * theedge/trunk/usr/share/doc/lunar/CREDITS: Adding some historical
+ information, and readable text around the contributors. I'm
+ considering adding an 'active developer' section too, ideas? Feel
+ free to add/edit.
+
+2004-01-04 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-04 09:32 cmak
+
+ * theedge/trunk/usr/share/doc/lunar/CREDITS: changed mine BEEP to a
+ much nicer BEEP
+
+2004-01-04 00:40 cmak
+
+ * theedge/trunk/usr/share/doc/lunar/CREDITS: new CREDITS file .)
+
+2004-01-03 23:34 tchan
+
+ * theedge/trunk/usr/share/doc/lunar/contributions/auke,
+ theedge/trunk/usr/share/doc/lunar/contributions/bkw,
+ theedge/trunk/usr/share/doc/lunar/contributions/csm,
+ theedge/trunk/usr/share/doc/lunar/contributions/nick,
+ theedge/trunk/usr/share/doc/lunar/contributions/terry: Updated a
+ few contributers files here. BKW requested to be added to the
+ list. We really need to update this section of the doc sometime!
+ :-)
+
+2004-01-02 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2004-01-02 00:39 sofar
+
+ * theedge/trunk/bin/lvu: Reworked the following routines: tree: now
+ soupah fast stree: even faster and abbreviated eert: does what it
+ did, but faster (installed mods only) leert: shows the entire
+ reverse tree (not installed modules too!) orphans: meuh cleanup
+ help: added hints to new functions
+
+2003-12-31 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-30 13:11 sofar
+
+ * theedge/trunk/bin/lvu: Added 'lvu short' just because I like it
+
+2003-12-30 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-29 18:09 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/edit.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/kernel.lunar,
+ theedge/trunk/var/lib/lunar/functions/locking.lunar,
+ theedge/trunk/var/lib/lunar/functions/logging.lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/prune.lunar,
+ theedge/trunk/var/lib/lunar/functions/queue.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar: Major code
+ cleanup: - cosmetic modifications - new prune code (the old one
+ sucked ass) - new dependency sort (about 20x faster) - rewrote
+ rebuild code (should be much more reliable) - Reordered code into
+ it's proper .lunar files, got rid of install.lunar
+
+2003-12-29 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-28 17:46 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/install.lunar: Call lrm when
+ doing an explicit resurrect! (overwriting is not bad per se, but
+ this is more decent)
+
+2003-12-28 14:35 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/connect.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar: Cleanups and
+ some slight adjustments towards CPAN code, md5sum checkings.
+
+2003-12-24 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-23 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-22 18:33 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar: minor
+ adjustment to make it more resistant against my imagination.
+
+2003-12-22 18:21 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar: Fixing lunar
+ "fixdepends" code, much more slick now... will need to be tested
+ before merging down to lunar though.
+
+2003-12-22 17:31 sofar
+
+ * theedge/trunk/bin/lvu: Fixed up lvu voyeur... it works now
+ again!!! (note it's a bit crude but quite effective at finding the
+ right compile log file, it should work for everyone)
+
+2003-12-19 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-17 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-14 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-13 20:58 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar: Fixed another
+ /versioning bug, we still have dup lines in the fixdepends-
+ created depends files
+
+2003-12-13 17:20 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Fixed
+ /version lget lock bug
+
+2003-12-11 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-11 04:06 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/init.lunar: fix indent'n
+
+2003-12-10 18:07 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/install.lunar: trimmed HHMM
+ from module_history tarball filename
+
+2003-12-10 16:52 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/init.lunar: Working around
+ the readonly variables sothat enviro_check won't complain during
+ iso/install
+
+2003-12-10 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-09 20:03 hardkrash
+
+ * theedge/trunk/var/lib/lunar/functions/connect.lunar: added ath
+ type of interface
+
+2003-12-09 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-09 02:56 hardkrash
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar: added error
+ message to make clean failing in default_pre_build
+
+2003-12-08 23:31 watryac04
+
+ * theedge/trunk/var/state/lunar/blacklist.Alpha: Removed e3, as it
+ now works (non-asm version)
+
+2003-12-07 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-06 20:39 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/kernel.lunar: fixing a
+ squeaky wheel no grease
+
+2003-12-06 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-05 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-05 10:56 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/moonbase.lunar: Adding more
+ proper handling of moonbase: - create md5sum log (just for kicks,
+ not really used) - proper install log - call lrm to clean up
+ install and md5sum logs on new update
+
+2003-12-04 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-02 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-12-01 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-28 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-26 20:52 sofar
+
+ * theedge/trunk/bin/lvu,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar: lvu eert
+ fix, adding prototype cpan module handling (ugly, yes)
+
+2003-11-26 16:59 tchan
+
+ * theedge/trunk/var/state/lunar/blacklist.Alpha,
+ theedge/trunk/var/state/lunar/blacklist.PowerPC,
+ theedge/trunk/var/state/lunar/blacklist.SPARC: Added uml to the
+ blacklist. Its an x86 module ONLY.
+
+2003-11-26 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-25 23:22 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/uniqid.lunar: Fixes moonbase
+ downloads time-outing if dbguin is down... we prolly have to merge
+ this into lunar ASAP.
+
+2003-11-25 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-20 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-19 01:20 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: Providing for
+ ARCH specific script files *note* all x86 = <SCRIPT>.i386
+
+2003-11-17 11:57 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-16 11:57 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-16 00:19 hardkrash
+
+ * theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar: added xterm
+ status messages
+
+2003-11-15 14:52 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Just pushing
+ around the formatting again
+
+2003-11-15 11:57 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-14 17:37 tchan
+
+ * theedge/trunk/var/state/lunar/blacklist.Alpha,
+ theedge/trunk/var/state/lunar/blacklist.PowerPC,
+ theedge/trunk/var/state/lunar/blacklist.SPARC: The current module
+ for uClibc will only compile on x86. uClibc does support other
+ architectures, but the Lunar module is currently setup for x86
+ ONLY!
+
+2003-11-14 11:57 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-12 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-11 18:39 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/install.lunar: Always keep a
+ copy of the scripts used to create a module. This is intended to
+ be useful for general backtracking, debugging and to provide an
+ adjunct to the activity file to know what's been done without
+ resorting to cvs history. Also safeguards local development work
+ for devs who overwrite their work with 'lin moonbase' and the like
+ (and yes this is the *real* reason for adding this little hack).
+ Adding this to post_install because at this point we know that we
+ have a successful install (logs and everything have in theory been
+ created by the time we get here.
+
+2003-11-11 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-10 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-09 15:18 sofar
+
+ * theedge/trunk/bin/lvu: lvu tree fix. thanks lurch!
+
+2003-11-09 14:49 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/functions/prune.lunar: Cleaning up
+ prune code, fix, moved all prune code to prune.lunar.
+
+2003-11-07 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-06 22:34 sofar
+
+ * theedge/trunk/var/lib/lunar/compilers/gcc: Missed one
+
+2003-11-06 22:29 sofar
+
+ * theedge/trunk/sbin/lin, theedge/trunk/var/lib/lunar/compilers/cc,
+ theedge/trunk/var/lib/lunar/compilers/gcc,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar: Syncing some
+ fixes: - compiler wrappers showed wrong compile call -
+ get_moonbase breakage detection - cpan:// module installing native
+ supported (need to commit example modules, please be patient) -
+ autoresurrect logging disabled (too much noise in logs, especially
+ with sound on).
+
+2003-11-03 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-02 15:27 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Minor tweak
+ to prompt, split to 2 lines, should now fit 80col.
+
+2003-11-02 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-11-02 02:25 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Added
+ install-status to opt-deps query and clarified the query text
+
+2003-10-31 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-10-25 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-10-24 22:38 tchan
+
+ * theedge/trunk/var/state/lunar/blacklist.Alpha,
+ theedge/trunk/var/state/lunar/blacklist.PowerPC,
+ theedge/trunk/var/state/lunar/blacklist.SPARC,
+ theedge/trunk/var/state/lunar/blacklist.x86: Updated the blacklist
+ files for known problem modules across several architectures.
+ Getting ready for the SPARC64 iso.
+
+2003-10-19 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-10-19 04:36 tchan
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/menu/optimize.menu: Updated the SPARC
+ sections of optimize.lunar and optimize.menu. Still needs some
+ work in the CPU hint section as "cat /proc/cpuinfo" does NOT
+ return a "model type" string -- instead it returns a "type" string
+ and a "cpu" string.
+
+2003-10-17 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-10-17 10:23 jasper
+
+ * theedge/trunk/sbin/lget, theedge/trunk/usr/share/man/man8/lget.8:
+ Updating lget and manpage for -a/--all option
+
+2003-10-16 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-10-14 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-10-11 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-10-10 21:36 hardkrash
+
+ * theedge/trunk/var/lib/lunar/protected: added another config file
+ to the list
+
+2003-10-08 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-10-07 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-10-07 05:24 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/kernel.lunar: corrected
+ variable case typo
+
+2003-10-07 05:18 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/kernel.lunar: Changed
+ backup_mods_krnl to only take kernel name and bootconfig functions
+ to sycronize with bkup assuming in all places to use convention
+ <kernel-version>-<module-identifier> where this string should
+ match the version-extraversion id in the kernl Makefile
+
+2003-10-06 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-10-06 02:08 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/kernel.lunar: Added
+ installwatch frobbing, hacked and added grub and lilo stanza
+ makers (w/ whitespace now) and fixed copyright info.
+
+2003-10-05 19:55 sofar
+
+ * theedge/trunk/sbin/lget: Fix for miscalculation, thx HK.
+
+2003-10-05 19:29 niki
+
+ * theedge/trunk/var/lib/lunar/functions/kernel.lunar: Changed the
+ kernel filename format from using "-" to "_"
+
+2003-10-05 18:52 niki
+
+ * theedge/trunk/var/lib/lunar/functions/kernel.lunar: Added
+ backup_mods_krnl which makes backups of the installed kernels
+
+2003-10-05 16:31 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/kernel.lunar: change order
+ :-)
+
+2003-10-05 16:28 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/kernel.lunar: Initial
+ import, moving kernel build functions to core
+
+2003-10-05 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-10-04 20:19 sofar
+
+ * theedge/trunk/sbin/lget, theedge/trunk/sbin/lin,
+ theedge/trunk/sbin/lunar,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar: Same bugfixes
+ as in lunar core.
+
+2003-10-04 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-10-02 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-10-02 04:58 niki
+
+ * theedge/trunk/bin/lvu: Elaine forgot to change 3 occations of
+ mv_edit to mod_v_safe_edit
+
+2003-10-01 16:28 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/edit.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/sizes.lunar,
+ theedge/trunk/var/lib/lunar/functions/temp.lunar,
+ theedge/trunk/var/lib/lunar/functions/tracking.lunar:
+ install.lunar: fixed failure to correctly remove depends/module
+ file rename mv_edit() routine mod_v_safe_edit()
+
+2003-09-28 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-27 11:57 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-26 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-25 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-24 12:13 nhudson
+
+ * theedge/trunk/var/lib/lunar/excluded: Adding
+ /etc/bonobo-activation and its file to excluded because it gets
+ deleted when you remove evolution which is a very bad! thing!
+
+2003-09-24 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-23 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-22 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-21 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-20 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-19 22:48 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2003-09-19 21:32 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/install.lunar: This fixes
+ the double DL bug. see lunar for more info in commit msg
+
+2003-09-17 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-17 00:36 elaine
+
+ * theedge/trunk/bin/lvu, theedge/trunk/sbin/lget: lget - added -V
+ |--Version syntax luv corrected 'versions' command oper.
+
+2003-09-16 21:23 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/main.lunar: Bugfix #372
+
+2003-09-16 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-15 14:58 nhudson
+
+ * theedge/trunk/etc/lunar/mirrors/GNOME: Updating Gnome mirror
+ locations
+
+2003-09-15 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-14 23:16 nhudson
+
+ * theedge/trunk/var/lib/lunar/excluded: Adding /etc/xml/docbook
+ /etc/xml/catalog and /etc/sgml/catalog to the excluded list
+ because sometimes they get deleted by scrollkeeper or libglade2
+
+2003-09-13 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-12 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-12 02:11 elaine
+
+ * theedge/trunk/usr/share/man/man8/lin.8: Added clarification to
+ manual page -V version names must begin with [0-9]
+
+2003-09-12 00:33 niki
+
+ * theedge/trunk/sbin/lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/menu/integrity.menu: Moved the rest of
+ the depreciated "lin --fix" over to "lunar fix".
+
+2003-09-11 16:03 tchan
+
+ * theedge/trunk/sbin/lin: Corrected a spelling mistake.
+
+2003-09-11 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-09-11 05:09 elaine
+
+ * theedge/trunk/bin/lvu, theedge/trunk/sbin/lin,
+ theedge/trunk/usr/share/man/man8/lin.8,
+ theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/edit.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/locking.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/sizes.lunar,
+ theedge/trunk/var/lib/lunar/functions/temp.lunar,
+ theedge/trunk/var/lib/lunar/functions/tracking.lunar: Initial
+ versioning support for lunar, where versions are either
+ version-aware modules or subdirectories of the primary module.
+
+2003-09-01 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-31 18:51 sofar
+
+ * theedge/trunk/etc/lunar/config,
+ theedge/trunk/etc/lunar/mirrors/LRESORT,
+ theedge/trunk/var/lib/lunar/functions/download.lunar: Adding
+ nl.lunar-linux.org to the mirror URL's, since it's rsynced hourly
+ and can be used normally like the dk mirror. Also adding it to
+ LRESORT as so we can drop the number of downloads from dbguin.
+ Small fix for calls to LRESORT downloads, and starting to rephrase
+ numeric statements to something that is unmistakenly numeric ((
+ ... )).
+
+2003-08-26 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-20 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-19 20:06 sofar
+
+ * theedge/trunk/var/lib/lunar/excluded: Adding /root/.distcc and
+ resorting it alphabetically.
+
+2003-08-17 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-16 19:54 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/postbuild.lunar: $IFS
+ setting was causing variables to be improperly set for 'grep'
+
+2003-08-16 17:04 sofar
+
+ * theedge/trunk/var/lib/lunar/compilers/c++,
+ theedge/trunk/var/lib/lunar/compilers/cc,
+ theedge/trunk/var/lib/lunar/compilers/g++,
+ theedge/trunk/var/lib/lunar/compilers/gcc: Needed cos some
+ developers insist on passing spaces around within #defines.
+
+2003-08-15 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-14 21:27 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/postbuild.lunar: yeah I
+ know... looks like nothing... somehow this fixes all those init.d
+ scripts hanging since a tee traces the fork to the daemon and
+ waits before it exits... this should fix all 3 bugs on
+ bugs.lunar-linux.org related to init.d scripts (I hope)
+
+2003-08-14 20:25 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/install.lunar: re-enabling
+ reports for succesfull resurrects, perhaps this needs a more
+ elaborate rewrite, but it works for now. broken resurrects are not
+ reported (as tchan says they werent in the past anyways).
+
+2003-08-14 19:57 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar: Disabling
+ recompiles after "lunar fixdepends"
+
+2003-08-14 19:41 sofar
+
+ * theedge/trunk/var/lib/lunar/compilers/c++,
+ theedge/trunk/var/lib/lunar/compilers/cc,
+ theedge/trunk/var/lib/lunar/compilers/g++,
+ theedge/trunk/var/lib/lunar/compilers/gcc,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar: this one
+ fixes the appearing '1' file and also re-enables distcc (MAKES
+ wasn't being set correctly due to this bug.) I'm also enabling
+ DEBUG output in the wrapper scripts so you can see -pipe DOES
+ WORK, you just don't see it ;^).
+
+2003-08-13 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-12 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-11 11:57 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-11 02:22 elaine
+
+ * theedge/trunk/var/lib/lunar/unset.sh: Scattershot, unset all
+ variables not needed for external programs (e.g. ./configure;
+ make; make install Usage: ( source /var/lib/lunar/unset.sh &&
+ ./configure [opts] )
+
+2003-08-09 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-08 14:04 tchan
+
+ * theedge/trunk/usr/share/man/man8/lget.8: Updating the size
+ estimate of moonbase in the lget manpage.
+
+2003-08-08 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-08 06:53 tchan
+
+ * theedge/trunk/usr/share/man/man8/lin.8,
+ theedge/trunk/usr/share/man/man8/lunar.8: Updated man pages to
+ match sofar's latest revisions.
+
+2003-08-08 05:59 tchan
+
+ * theedge/trunk/usr/share/man/man8/lunar.8: Updated man page for
+ lunar with sofar's latest version.
+
+2003-08-08 05:39 tchan
+
+ * theedge/trunk/usr/share/man/man8/lget.8: Updated the man page for
+ lget, upto sofar's latest version.
+
+2003-08-08 05:16 tchan
+
+ * theedge/trunk/usr/share/man/man8/lfirsttime.8: Added the reference
+ to the man page for lnet.
+
+2003-08-08 05:13 tchan
+
+ * theedge/trunk/usr/share/man/man8/lcrash.8: Updated lcrash man
+ page.
+
+2003-08-08 05:10 tchan
+
+ * theedge/trunk/usr/share/man/man8/lrm.8: Updated man page for lrm
+ upto sofar's latest revisions.
+
+2003-08-08 04:44 tchan
+
+ * theedge/trunk/usr/share/man/man1/moonbase.1: Updated the man page
+ for moonbase.
+
+2003-08-08 04:37 tchan
+
+ * theedge/trunk/usr/share/man/man1/lvu.1: Updated the lvu man page
+ to reflect sofar's latest changes.
+
+2003-08-08 04:16 tchan
+
+ * theedge/trunk/bin/lvu: Corrected some more typos in help()
+ function.
+
+2003-08-08 03:59 tchan
+
+ * theedge/trunk/bin/lvu: Added some fixes to the help() function for
+ lvu. Brought it upto date with sofar's latest standardized command
+ line options.
+
+2003-08-07 23:52 sofar
+
+ * theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/functions/install.lunar: fix as of
+ request tchan: $BUILD was unset during resurrect, and hooking up
+ the code in lunar. Both approaches (lin -R or lunar resurrect)
+ tested thorougly.
+
+2003-08-07 18:01 sofar
+
+ * theedge/trunk/sbin/lin: Muchos gracias a tchan.
+
+2003-08-07 16:12 sofar
+
+ * theedge/trunk/sbin/lin: Slightly goofed up lin --deps code
+ handling...
+
+2003-08-07 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-07 10:29 sofar
+
+ * theedge/trunk/usr/share/man/man8/lfirsttime.8: small adjustments
+
+2003-08-07 10:21 sofar
+
+ * theedge/trunk/usr/share/man/man8/lcrash.8: Updating this page to
+ make it a bit more recent.
+
+2003-08-07 09:48 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/sbin/lunar,
+ theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar: Adding
+ uniform parameter passing to lvu, fixing up lvu urls to ignore
+ testpack() and connect(), hooking up --help to lunar, also making
+ it call the proper fix/nofix/fixdepends code. Last merged fixing
+ code into check.lunar, so this is all together in one file and not
+ in install.lunar.
+
+2003-08-07 07:35 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Reverted
+ tchans patch since that killed the optimizations on compile.
+ Adding a line where the optimizations are read just before the
+ menu's are run, so we're all happy now.
+
+2003-08-07 05:56 tchan
+
+ * theedge/trunk/sbin/lget, theedge/trunk/sbin/lin,
+ theedge/trunk/sbin/lrm, theedge/trunk/sbin/lunar: Added/corrected
+ help() function text in all four coretools. Still needs work by
+ sofar.
+
+2003-08-07 04:24 tchan
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Fixed the
+ bug in theedge of "lunar optimize" not loading up the settings
+ from /etc/lunar/local/optimizations. sofar had moved the sourcing
+ of the optimizations file into the optimize() which is too late. I
+ moved it to the top of the optimize_architecture(). Older code
+ just had the sourcing of optimizations at the top of
+ optimize.lunar script.
+
+2003-08-06 23:12 sofar
+
+ * theedge/trunk/sbin/lget, theedge/trunk/sbin/lin,
+ theedge/trunk/sbin/lrm, theedge/trunk/sbin/lunar: Uniformizing
+ parameter passing using getopt, making this a LOT simpler, cleaner
+ and simply pwetty. QOTD: The man who understands one woman is
+ qualified to understand pretty well everything. -- Yeats
+
+2003-08-06 21:53 tchan
+
+ * theedge/trunk/usr/share/man/man8/lfirsttime.8: Small update.
+ Removed the install perl instructions. Perl has been part of the
+ Lunar ISO for quite some time now.
+
+2003-08-06 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-06 01:31 niki
+
+ * theedge/trunk/var/lib/lunar/functions/install.lunar: Added a
+ missing space in a message.
+
+2003-08-05 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-05 07:52 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/misc.lunar: Fixes?
+
+2003-08-05 02:06 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2003-08-04 23:19 sofar
+
+ * theedge/trunk/etc/lunar/mirrors/SFORGE, theedge/trunk/sbin/lin,
+ theedge/trunk/sbin/lunar,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/config.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/edit.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/locking.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/misc.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/functions/postbuild.lunar,
+ theedge/trunk/var/lib/lunar/functions/sizes.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/functions/tracking.lunar,
+ theedge/trunk/var/lib/lunar/functions/uniqid.lunar: Bugfixes and
+ cleanups. Adding ZLOCAL_OVERRIDE if you want modules in zlocal to
+ override the moonbase ones (NOT RECOMMENDED) Pathetically scanning
+ if statements for empty arguments committing SOURCE_VFY syntax...
+ SOURCE_MD5 syntax is dead as of now in theedge... gpg lives! shite
+ I fergot the rest. QOTD: A bureaucrat's idea of cleaning up his
+ files is to make a copy of everything before he destroys it.
+
+2003-08-04 18:49 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/install.lunar: Removed
+ devoke_installwatch from before run_post_build
+
+2003-08-03 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-08-02 22:16 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/tracking.lunar: Added chmod
+ 644 after temp_create to make install logs readable
+
+2003-07-31 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-07-30 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-07-29 20:49 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/config.lunar,
+ theedge/trunk/var/lib/lunar/functions/connect.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/edit.lunar,
+ theedge/trunk/var/lib/lunar/functions/init.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/locking.lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/misc.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/functions/postbuild.lunar,
+ theedge/trunk/var/lib/lunar/functions/prune.lunar,
+ theedge/trunk/var/lib/lunar/functions/queue.lunar,
+ theedge/trunk/var/lib/lunar/functions/recovery.lunar,
+ theedge/trunk/var/lib/lunar/functions/sizes.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/functions/temp.lunar,
+ theedge/trunk/var/lib/lunar/functions/tracking.lunar,
+ theedge/trunk/var/lib/lunar/functions/uniqid.lunar,
+ theedge/trunk/var/lib/lunar/functions/updatelog.lunar,
+ theedge/trunk/var/lib/lunar/functions/useradd.lunar,
+ theedge/trunk/var/lib/lunar/functions/view.lunar: Added
+ #!/bin/bash to lib files for vim / emacs highlighting
+
+2003-07-29 14:54 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: grepping for
+ syntax error, found beer
+
+2003-07-29 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-07-28 21:51 sofar
+
+ * theedge/trunk/sbin/lget, theedge/trunk/sbin/lin,
+ theedge/trunk/sbin/lrm,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/tracking.lunar: adding
+ uniformly the --debug option. If you specify it twice it will dump
+ VARs (and BTW make a huge mess in /tmp too). small oops in
+ create_install_logs. rewrite of lrm to make it look like someone
+ paid attention. QOTD: Be careful when you bite into your
+ hamburger. -- Derek Bok
+
+2003-07-28 20:29 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/tracking.lunar: Rewriting
+ boost, now making things easy and understandable, as well as
+ simple. doing some shuffling with code. All install log parsing
+ code goes to tracking.lunar. Note I removed debug_msgs from
+ message() and verbose_msg() to reduce clutter a bit.
+
+2003-07-28 17:54 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/sources.lunar: Booohooo
+
+2003-07-28 17:41 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/config.lunar,
+ theedge/trunk/var/lib/lunar/functions/connect.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/edit.lunar,
+ theedge/trunk/var/lib/lunar/functions/init.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/locking.lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/misc.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/functions/postbuild.lunar,
+ theedge/trunk/var/lib/lunar/functions/prune.lunar,
+ theedge/trunk/var/lib/lunar/functions/queue.lunar,
+ theedge/trunk/var/lib/lunar/functions/recovery.lunar,
+ theedge/trunk/var/lib/lunar/functions/sizes.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/functions/temp.lunar,
+ theedge/trunk/var/lib/lunar/functions/tracking.lunar,
+ theedge/trunk/var/lib/lunar/functions/uniqid.lunar,
+ theedge/trunk/var/lib/lunar/functions/updatelog.lunar,
+ theedge/trunk/var/lib/lunar/functions/useradd.lunar,
+ theedge/trunk/var/lib/lunar/functions/view.lunar: debug-msg ified
+ all functions in /var/lib/lunar/functions/*.lunar
+
+2003-07-28 17:40 elaine
+
+ * theedge/trunk/sbin/lin, theedge/trunk/sbin/lrm: Changed DEBUG to
+ LUNAR_DEBUG, lin still needs it's functions debug-ized
+
+2003-07-28 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-07-27 23:36 sofar
+
+ * theedge/trunk/sbin/lrm: adding debug_msg to lrm, stumbling on a
+ bug that caused directories not being removed...
+
+2003-07-27 23:05 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/temp.lunar: adding debugging
+ code, to use do: DEBUG=on lin $MODULE (or any other lunar core
+ program)
+
+2003-07-27 21:33 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/sources.lunar: Try this:
+ gpg_verify_source /var/spool/lunar/sendmail.8.12.9.tar.gz
+ http://www.sendmail.org/ftp/sendmail.8.12.9.tar.gz.sig
+ http://www.sendmail.org/ftp/PGPKEYS
+
+2003-07-25 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-07-25 08:52 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/install.lunar: Polishing up
+ resurrect: - it is now "autoresurrect" - lunar resurrect $MODULE
+ is the way to force a resurrect - resurrect is skipped with -c -
+ resurrect is skipped when the module is already installed, because
+ we rather want a recompile then to make sure... this should be the
+ end of the resurrect rewrite.
+
+2003-07-24 22:16 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2003-07-24 22:04 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: one more
+ try....
+
+2003-07-24 21:40 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: trying
+ again!
+
+2003-07-24 21:28 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Some CVS
+ handling code cleanups that revealed problems... perhaps this
+ solves Moe's issues.
+
+2003-07-24 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-07-23 22:54 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar: Fixing a bug
+ that niki spotted, propagation of error result now comes from
+ missing downloads down to lin_module, which exists before optimize
+ now too. General order in pre-build stage improved too. Moving
+ verify_source code out of build into sources.lunar.
+
+2003-07-23 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-07-22 21:01 sofar
+
+ * theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar: Fix for
+ breaking tars, uniformizing tmpfiles a bit more too.
+
+2003-07-21 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-07-20 17:18 sofar
+
+ * theedge/trunk/sbin/lunar: fixing hold menu.
+
+2003-07-20 16:52 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Fixes for
+ the SVN urls, symplifying svn and cvs ups.
+
+2003-07-20 15:35 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/connect.lunar: since these 2
+ are a royal pain in the ass I decided to kick them into their own
+ forget-me-file.
+
+2003-07-20 15:34 sofar
+
+ * theedge/trunk/bin/lvu,
+ theedge/trunk/var/lib/lunar/functions/download.lunar: Fixing lvu
+ search bug, adding full support for svn:// urls, see
+ moonbase/zbeta dor 2 example modules that use svn:// URL's.
+
+2003-07-20 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-07-18 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-07-18 03:08 tchan
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Again, fixed
+ the typo of "PLATFOM" to be "PLATFORM". This was fixed in a
+ previous version of this code but was LOST in sofar's latest
+ merge.
+
+2003-07-17 23:31 csm
+
+ * theedge/trunk/bin/lvu: fixing a typo. "ist_section" is not the
+ same as "list_section"
+
+2003-07-17 22:28 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Error out
+ when a dependency is exiled with a proper message.
+
+2003-07-17 20:43 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/edit.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/functions/useradd.lunar: Fixed some
+ error messages (trying to uniformize them) and a fix for a broken
+ download (unpack() croaking) error that resulted in unpack not
+ logging the broken lin to activity log.
+
+2003-07-17 20:19 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/uniqid.lunar: Some minor
+ cosmetic fixes, run_details used better, especially in lvu, fixed
+ a hang on use_initd. Moved conflicts() to depends.lunar, changed
+ ID so the output of the wget command gets echoed to stdout (so we
+ possibly can send out a motd).
+
+2003-07-17 14:50 tchan
+
+ * theedge/trunk/usr/share/man/man8/lunar.8: Added spaces to the
+ optional parameters listing to make it format and read much
+ better.
+
+2003-07-17 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-07-17 04:21 csm
+
+ * theedge/trunk/usr/share/man/man8/lin.8,
+ theedge/trunk/usr/share/man/man8/lunar.8: another coupld of
+ updates
+
+2003-07-17 04:00 csm
+
+ * theedge/trunk/usr/share/man/man8/lunar.8: updating the lunar man
+ page
+
+2003-07-15 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-07-14 22:38 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/sbin/lin,
+ theedge/trunk/sbin/lrm, theedge/trunk/sbin/lunar,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar,
+ theedge/trunk/var/lib/lunar/functions/updatelog.lunar: Preliminary
+ bugrelease, fixing hopefully the wrong strings in the updatelog,
+ fixing the failed reports bug, and several other improvments that
+ were quite needed.
+
+2003-07-14 11:55 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-07-14 07:33 jasper
+
+ * theedge/trunk/sbin/lin: Make lin properly fetch moonbase again
+
+2003-07-13 21:57 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: cosmetic
+ fix, this is the right text.
+
+2003-07-13 20:58 sofar
+
+ * theedge/trunk/usr/share/man/man1/lvu.1: removing 4 more mis-merged
+ lines...
+
+2003-07-13 20:52 sofar
+
+ * theedge/trunk/var/lib/lunar/excluded: restoring this one... 2399
+ lines instead of 2400!
+
+2003-07-13 20:49 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/sbin/lget,
+ theedge/trunk/sbin/lin, theedge/trunk/sbin/lrm,
+ theedge/trunk/sbin/lunar, theedge/trunk/usr/share/man/man1/lvu.1,
+ theedge/trunk/var/lib/lunar/excluded,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/main.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/functions/prune.lunar,
+ theedge/trunk/var/lib/lunar/functions/sizes.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/functions/tracking.lunar,
+ theedge/trunk/var/lib/lunar/functions/uniqid.lunar,
+ theedge/trunk/var/lib/lunar/functions/updatelog.lunar,
+ theedge/trunk/var/lib/lunar/menu/optimize.menu: Hi, this is not a
+ mailbox flood, but rather something I've been working on for about
+ 3.4 weeks now. Some fundamental things have changed in the code
+ and from the outside not much may have changed, but this is a 2400
+ line merge! Biggest differences is in the function calling and
+ temporary file generation, which now has a complete unique ID and
+ gets cleaned up better. All major functions have been rewritten to
+ handle $@ and return data over STDOUT. Upgrading and installing
+ multiple modules has been rewritten, all frontends are now true
+ frontends (no standard code in there anymore). I added some
+ gadgets for CVS options thanks to jol, and there's a framework for
+ downloading code from SVN:// urls, which I haven't been able to
+ check yet... someone please try. some gaps still remain, this *IS*
+ theedge. I suspect resurrect behaviour to be broken, as well as
+ the download monitoring (but at least it works). At least I'll be
+ able to track most of the bugs now pretty fast, as I know where
+ there still is more work to do... Noted also that md5sum checking
+ was down in theedge up to this one, as for quite some few other
+ bugs... should be all fixed I hope. Please make sure that you run
+ the theedge code for testing, I really need the feedback on this
+ in the coming 2 weeks. Thanks, sofar PS fortune of the day: Live
+ fast, die young, and leave a flat patch of fur on the highway! --
+ The Squirrels' Motto (The "Hell's Angels of Nature")
+
+2003-06-30 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-28 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-27 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-26 15:25 niki
+
+ * theedge/trunk/var/lib/lunar/excluded: Now all the SSH host keys
+ are also preserved.
+
+2003-06-26 11:56 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-24 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-23 06:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-22 06:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-21 06:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-18 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-17 19:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-17 14:23 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/moonbase.lunar: adjusted
+ script location to cgi-bin
+
+2003-06-17 06:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-17 02:20 elaine
+
+ * theedge/trunk/var/lib/lunar/functions/moonbase.lunar,
+ theedge/trunk/var/lib/lunar/functions/uniqid.lunar: Add a client
+ id, sent to lunar-linux.org with a null wget cmd unique id by
+ hashing the MAC addrs of the primary interface
+
+2003-06-17 00:01 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-13 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-13 03:56 tchan
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Corrected a
+ typo in the beginning of the bash code -- changed "PLATFOM" to
+ "PLATFORM"
+
+2003-06-13 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-12 22:45 sofar
+
+ * theedge/trunk/usr/share/man/man1/lvu.1: adding the exiled option
+ in here
+
+2003-06-12 22:35 sofar
+
+ * theedge/trunk/bin/lvu: adding help line for exiled option
+
+2003-06-12 22:16 sofar
+
+ * theedge/trunk/bin/lvu: Adding support for "exiled" command
+
+2003-06-12 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-09 19:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-09 14:51 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: Fixes the
+ disappearing modules.index line (yikes!)
+
+2003-06-09 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-08 19:34 sofar
+
+ * theedge/trunk/var/lib/lunar/menu/optimize.menu: Adding tracer
+ optimization
+
+2003-06-08 19:33 sofar
+
+ * theedge/trunk/sbin/lin: more commits: all subroutines moved to
+ functions!
+
+2003-06-08 19:30 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/init.lunar,
+ theedge/trunk/var/lib/lunar/functions/install.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/functions/prune.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar: More merges
+ that were left out somehow...
+
+2003-06-08 19:17 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/temp.lunar: Adding this,
+ I'll integrate this later
+
+2003-06-07 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-06 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-05 12:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-06-05 07:44 kc8apf
+
+ * theedge/trunk/var/state/lunar/blacklist.Alpha,
+ theedge/trunk/var/state/lunar/blacklist.PowerPC: Update blacklists
+ for new architectures
+
+2003-06-01 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-31 19:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-31 12:30 jasper
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Make
+ NUM_RETRY=0 work as infinity for CVS, well 1000 actually
+
+2003-05-31 06:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-31 02:24 tchan
+
+ * theedge/trunk/bin/lvu: Fixed the lvu section bug reported by
+ kc8apf.
+
+2003-05-31 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-30 06:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-29 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-29 20:09 jasper
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Add retry
+ functionality to CVS download
+
+2003-05-29 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-27 06:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-26 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-25 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-24 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-23 06:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-21 00:03 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-20 23:15 kc8apf
+
+ * theedge/trunk/var/state/lunar/blacklist.PowerPC,
+ theedge/trunk/var/state/lunar/blacklist.x86: Added yaboot and
+ aboot to x86 blacklist Added grub, lilo, and e3 to PowerPC
+ blacklist
+
+2003-05-20 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-18 12:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-18 11:24 jasper
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Try to fix
+ optional_depends
+
+2003-05-18 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-17 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-16 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-15 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-13 06:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-12 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-08 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-06 00:01 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-05 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-05-01 00:01 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-30 22:46 sofar
+
+ * theedge/trunk/bin/lvu,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/misc.lunar: few simple
+ download fixes.
+
+2003-04-30 00:01 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-28 19:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-28 18:57 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/moonbase.lunar: fix for old
+ moonbase.tar.bz2 flying around in /tmp (we really need to move
+ everything out of /tmp), and better consistent install log
+ creation (with neat trick)
+
+2003-04-28 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-27 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-27 23:13 sofar
+
+ * theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar: narrowing
+ this down to the absolute minimum, making the code much more
+ simple.
+
+2003-04-27 19:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-27 17:24 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/etc/lunar/config,
+ theedge/trunk/sbin/lget, theedge/trunk/sbin/lin,
+ theedge/trunk/sbin/lrm, theedge/trunk/sbin/lsh,
+ theedge/trunk/sbin/lunar,
+ theedge/trunk/var/lib/lunar/functions/build.lunar,
+ theedge/trunk/var/lib/lunar/functions/check.lunar,
+ theedge/trunk/var/lib/lunar/functions/init.lunar,
+ theedge/trunk/var/lib/lunar/functions/misc.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/functions/tracking.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: Huge sunday cleanup: -
+ removed subroutines, moving stuff around to .lunar function files,
+ updating all core programs, uniformizing them as well.
+
+2003-04-27 00:01 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-26 22:53 sofar
+
+ * theedge/trunk/sbin/lin: 10 points for tchan
+
+2003-04-26 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-25 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-24 21:25 sofar
+
+ * theedge/trunk/etc/lunar/config: Geez that's a horrible one...
+
+2003-04-24 12:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-24 09:18 sofar
+
+ * theedge/trunk/bin/lvu: removing referral to media/marbleblabla.jpg
+ since it's nonexistant.
+
+2003-04-24 07:25 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Better put
+ it in here too...
+
+2003-04-24 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-23 21:19 sofar
+
+ * theedge/trunk/etc/lunar/config: Adding all safe lunar mirrors as
+ MOONBASE_URL, this allows dk.lunar-linux to take over in case the
+ main site is unreachable. (go niki!)
+
+2003-04-23 20:25 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/check.lunar: errr, forgot to
+ check this one in.
+
+2003-04-23 19:54 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: more spring cleaning!
+ check_functions are now callable from lsh
+
+2003-04-23 19:01 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-23 15:44 sofar
+
+ * theedge/trunk/bin/lvu: Thx again Wiz
+
+2003-04-23 12:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-23 11:48 sofar
+
+ * theedge/trunk/bin/lvu: Fix for lvu what problem encountered by
+ wizfactor.
+
+2003-04-23 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-22 21:37 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Prevent moonbase to be
+ tagged for removal on a lunar update.
+
+2003-04-22 19:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-22 15:32 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/moonbase.lunar: Atomizing
+ get_moonbase, making use of download_module etc. Adding support
+ for install log too, as well as updating the installed list.
+
+2003-04-22 12:08 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/messages.lunar: small
+ nitpicking in ayle 6
+
+2003-04-22 12:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-22 11:01 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/prune.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: Moving prune code out,
+ several cosmetic and non-cosmetic prune fixes. Prune code seems
+ okay here. (slow but correct behaviour)
+
+2003-04-21 19:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-21 17:48 sofar
+
+ * theedge/trunk/bin/lvu: Fixes, adding support to check out URL's
+ from a module (or all!)
+
+2003-04-20 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-19 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-18 19:44 sofar
+
+ * theedge/trunk/bin/lvu: Cleanups, cleanups, looks like spring
+ cleanup over here...
+
+2003-04-18 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-17 18:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-17 15:38 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/sbin/lunar,
+ theedge/trunk/usr/share/man/man1/lvu.1,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar: w00t w00t,
+ found some time to add "lvu held" , "lunar [hold|unhold] xxx",
+ also added shortcuts for "lunar [install|remove] xxxx".
+
+2003-04-17 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-16 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-15 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-13 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-12 19:52 sofar
+
+ * theedge/trunk/usr/share/man/man1/lvu.1: updating this.
+
+2003-04-12 19:44 sofar
+
+ * theedge/trunk/bin/lvu: adding an option that allows you to look
+ against which modules a binary from another module is linked.
+ Usage: lvu links MODULE
+
+2003-04-12 19:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-12 16:12 sofar
+
+ * theedge/trunk/sbin/lrm,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar: lrm fixes,
+ removing TEST slowly, cosmetic fix in the fixdepends code
+
+2003-04-12 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-08 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-07 20:51 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/edit.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/functions/postbuild.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: Small cleanups, verbosity
+ output uniformed
+
+2003-04-07 00:01 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-06 22:47 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/edit.lunar: bugfix #273,
+ also minor code cleanups
+
+2003-04-06 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-05 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-02 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-01 23:11 sofar
+
+ * theedge/trunk/lib/lsb/init-functions: This looks at the PID file
+ rather than in the process table, much more decent, no whining
+ about PID's. Cleaned up some bad code. Reformatted, sprinkled with
+ cheese too.
+
+2003-04-01 22:25 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: wheps
+
+2003-04-01 22:24 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: More moves, committing
+ them in theedge only for now....
+
+2003-04-01 19:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-04-01 18:33 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: BAH
+
+2003-04-01 18:25 wizfactor
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Fixed typo
+
+2003-04-01 00:01 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-31 20:32 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: Did not spot
+ this typo before...
+
+2003-03-31 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-30 20:45 sofar
+
+ * theedge/trunk/usr/share/man/man1/lvu.1,
+ theedge/trunk/usr/share/man/man8/lunar.8: updating these man
+ pages!
+
+2003-03-30 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-29 23:41 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar: Better
+ handling of depends: avoid unnecesary messages and edits
+
+2003-03-29 00:01 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-28 00:01 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-27 19:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-27 17:41 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/updatelog.lunar: These 2 got
+ left out...
+
+2003-03-27 06:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-26 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-26 08:46 sofar
+
+ * theedge/trunk/var/lib/lunar/protected: adding dirname, since an
+ update of coreutils shows lrm cannot find it.
+
+2003-03-26 00:01 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-25 22:25 sofar
+
+ * theedge/trunk/var/lib/lunar/menu/dmodule.menu: Merging back niki's
+ typo fix reported by Moe.
+
+2003-03-25 00:01 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-24 20:55 kc8apf
+
+ * theedge/trunk/var/lib/lunar/menu/optimize.menu: Stupid bug #2
+
+2003-03-24 19:19 kc8apf
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Stupid
+ mistake
+
+2003-03-24 18:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-24 16:21 kc8apf
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/menu/optimize.menu: Clean up options
+ for Alpha CPUs
+
+2003-03-24 12:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-24 08:20 sofar
+
+ * theedge/trunk/sbin/lin: wheps
+
+2003-03-24 06:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-24 00:22 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: BIG BIG BIG
+ bugfix: lunar will now better find moved modules (umm, I say
+ better, but I mean actually that lunar now actually finds them. I
+ dunno what is better than that, so yeah, better).
+
+2003-03-24 00:13 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: muuuuuch
+ better
+
+2003-03-24 00:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-23 23:43 sofar
+
+ * theedge/trunk/sbin/lget, theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/postbuild.lunar: deprecated
+ use_cvs and the CVS_MODULE scheme, CVS is now 100% transparent.
+ Hope to merge these changes into lunar soon.
+
+2003-03-23 19:00 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-23 14:28 sofar
+
+ * theedge/trunk/sbin/lin: typo
+
+2003-03-23 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-22 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-21 05:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-20 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-20 00:04 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/updatelog.lunar: BEER for
+ kongar!!!
+
+2003-03-19 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-18 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-18 20:38 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: CVS code now
+ handles cvs modules with paths (xfce-devel/xxx) and truncates the
+ path from the tarball. This enables the xfce-cvs modules to be
+ rewritten using the new cvs source scheme.
+
+2003-03-18 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-17 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-17 23:56 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: misc cosmetic fix.
+
+2003-03-17 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-16 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-16 22:23 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: bugfix:
+ always write the proper tar file.
+
+2003-03-16 21:47 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: New default_cvs_*
+ functions to call autogen.sh
+
+2003-03-16 20:59 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/menu/download.menu: adding fix for bad
+ cvs tarfile, and introducing a cvs ipdate threshold, to make sure
+ you don't hammer a cvs server (defaults to 10 minutes)
+
+2003-03-16 20:25 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: This seems needed. I'll
+ keep it in here for a while.
+
+2003-03-16 18:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-16 17:45 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/sbin/lunar,
+ theedge/trunk/var/lib/lunar/functions/edit.lunar,
+ theedge/trunk/var/lib/lunar/functions/view.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: prune moved to lunar,
+ moved code out of lvu.
+
+2003-03-16 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-15 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-15 21:47 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar: cosmetic fix
+ for complete downloads.
+
+2003-03-15 19:23 sofar
+
+ * theedge/trunk/usr/share/doc/lunar/module-example/patch: removing
+ this since code is gone.
+
+2003-03-15 18:58 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-15 18:23 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/locking.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar,
+ theedge/trunk/var/lib/lunar/functions/postbuild.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: Fixing all rm occurences.
+
+2003-03-15 18:16 sofar
+
+ * theedge/trunk/sbin/lin, theedge/trunk/sbin/lrm,
+ theedge/trunk/sbin/lunar: Fixing rm statements
+
+2003-03-15 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-15 01:29 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: New cvs handling code:
+ uses SOURCE_URL and SOURCE. see gaim-cvs for example,note
+ SOURCE_DIRECTORY becomes important. more vebosity and misc code
+ cleanups elsewhere. Hope this works for everyone. Maybe tomorrow
+ I'll look how this can be used for the xfce cvs modules, but this
+ new scheme does not obliviate the old cvs handling code!!!
+
+2003-03-13 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-13 05:03 nhudson
+
+ * theedge/trunk/var/lib/lunar/sustained: Ok this is a start of
+ adding coreutils to Lunar. I removed fileutils, sh-utils, and
+ textutils and added in coreutils
+
+2003-03-12 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-12 23:48 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/download.lunar,
+ theedge/trunk/var/lib/lunar/functions/moonbase.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: get_moonbase is now in
+ it's own file, and calls get_url to download, so any settings
+ required are taken into consideration. Also added a little bit
+ more verbosity info, and a *sub* version (hour after the dot)
+ which is cosmetic only for logging purposes.
+
+2003-03-11 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-09 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-08 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-08 22:40 dem
+
+ * theedge/trunk/var/lib/lunar/excluded: This anoys the f*** out of
+ me everytime it overwritters it
+
+2003-03-08 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-07 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-06 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-06 23:39 sofar
+
+ * theedge/trunk/var/lib/lunar/excluded: protect the whole dir
+ instead of 4 files.
+
+2003-03-06 22:44 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/useradd.lunar: this is badly
+ needed, considering adding this to lunar ASAP...
+
+2003-03-06 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-05 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-05 23:19 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: More merging out of
+ grouped functions: depends functions all now reside in
+ depends.lunar
+
+2003-03-05 22:57 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: show difference between
+ optional and required depends.
+
+2003-03-05 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-04 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-02 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-03-01 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-02-28 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-02-28 00:25 sofar
+
+ * theedge/trunk/sbin/lget,
+ theedge/trunk/var/lib/lunar/functions/download.lunar: code
+ cleanups: lget! - moved general functions into
+ functions/download.lunar - structured code, no weird function
+ names - molecularized code: download_module, get_url, become more
+ atomic functions and less vague. - made lget a dummy frontend, as
+ it should be. lin may possibly completely skip lget now and run a
+ download process internally.
+
+2003-02-26 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-02-26 22:43 sofar
+
+ * theedge/trunk/sbin/lrm,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: Fixing the 'double
+ module' bug I've been having and that might have occurred on some
+ systems unnoticed. All module functions have been armed against
+ possible packages corruption by a crashed lrm (where the packages
+ file wasn't updated correctly).
+
+2003-02-25 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-02-25 23:52 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: bugfix #199:
+ remove_depends $MODULE will also remove OPTIONAL depends on
+ $MODULE, so lin will prompt again if you want to install it or
+ not.
+
+2003-02-25 19:35 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: This is slightly too much
+ IMO
+
+2003-02-25 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-02-25 08:44 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: hmm, this seems more
+ logical.
+
+2003-02-24 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-02-24 22:55 sofar
+
+ * theedge/trunk/sbin/lget, theedge/trunk/sbin/lin,
+ theedge/trunk/sbin/lrm,
+ theedge/trunk/var/lib/lunar/functions/edit.lunar,
+ theedge/trunk/var/lib/lunar/functions/messages.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/postbuild.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: large rewrite of verbose
+ messages: - verbose_msg is now a main function - the function
+ always returns true hence fixing the wiped depends problem -
+ migrated all calls to new scheme - split up lunar messages
+ functions to messages.lunar - split up editing functions to
+ edit.lunar - made lrm slightly less verbose
+
+2003-02-24 21:18 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-02-24 20:01 kc8apf
+
+ * theedge/trunk/var/lib/lunar/excluded: Add mailman site config to
+ excluded
+
+2003-02-24 11:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-02-22 23:59 sofar
+
+ * theedge/trunk/ChangeLog: automatical update
+
+2003-02-22 20:26 csm
+
+ * theedge/trunk/var/lib/lunar/excluded: adding a fe wmore files to
+ the list
+
+2003-02-22 16:11 sofar
+
+ * theedge/trunk/sbin/lget: verbosity, better separating cvs/non-cvs.
+
+2003-02-22 11:59 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2003-02-22 11:55 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: More verbosity in core
+ functions: depends and optional_depends are much more verbose now.
+
+2003-02-21 11:59 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2003-02-21 00:00 sofar
+
+ * theedge/trunk/sbin/lin, theedge/trunk/var/lib/lunar/subroutines:
+ Multiple fixes: * KEEP_SOURCE implemented in rm_source_dir for
+ transparancy * verbose error handling of multiple stages within
+ lin (more needed but this covers pretty much all cutomizable
+ scripts) * adding better logging which shows the failed section.
+ (all devs shout "we always wanted that!") * turned my alarm on and
+ went to bed
+
+2003-02-20 23:59 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2003-02-20 21:36 sofar
+
+ * theedge/trunk/bin/lvu: echo .......... echo
+
+2003-02-20 11:59 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2003-02-20 00:24 sofar
+
+ * theedge/trunk/sbin/lin, theedge/trunk/var/lib/lunar/subroutines:
+ Fix #247: - .iw file was being remove too much (only needed prior
+ to starting and after finishing) - compile log was being viewed
+ before it was generated.
+
+2003-02-19 23:59 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2003-02-19 23:42 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/updatelog.lunar: Major
+ rewrite: strickter var handling, better constricted code. Hope
+ this kills the errors!
+
+2003-02-19 21:19 tchan
+
+ * theedge/trunk/var/lib/lunar/excluded: Removed /devices. It is no
+ longer needed and should not be on any Lunar boxes anymore.
+
+2003-02-19 20:57 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/sources.lunar: eep!
+ run_details should ALWAYS be between ()'s
+
+2003-02-19 20:25 sofar
+
+ * theedge/trunk/bin/lvu: yeah yeah this is quick.
+
+2003-02-19 11:59 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2003-02-18 23:59 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2003-02-18 15:16 sofar
+
+ * theedge/trunk/bin/lvu: Sheez what a mess.
+
+2003-02-18 15:08 sofar
+
+ * theedge/trunk/bin/lvu: Failed compile logs should be displayed if
+ available of newer versions instead of older compile logs of
+ installed versions.
+
+2003-02-18 14:28 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/sources.lunar: Fix for lvu
+ prune removing CVS sources.
+
+2003-02-17 22:25 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2003-02-17 22:14 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2003-02-17 16:47 tchan
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/_etc_lunar_local_config.html:
+ Corrected the typo "defult" to "default".
+
+2003-02-17 01:09 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2003-02-17 00:55 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/_etc_lunar_local_config.html:
+ more updates adding to the core documentation!
+
+2003-02-17 00:55 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/Reference_Directory.html,
+ theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ more updates
+
+2003-02-16 22:47 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/Reference_Directory.html:
+ adding the directory page
+
+2003-02-16 22:47 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ update
+
+2003-02-16 22:25 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ more mods
+
+2003-02-16 22:13 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ beginning to add links and anchors
+
+2003-02-16 22:08 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ adding links to manpage URL's
+
+2003-02-16 22:04 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ a tweak
+
+2003-02-16 22:02 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ adding table headings
+
+2003-02-16 21:58 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ adding the missing IFS entries
+
+2003-02-16 21:55 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ removed a couple of references to COLONY
+
+2003-02-16 21:54 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ an update. all the variable defines are in here now.
+
+2003-02-16 21:10 csm
+
+ * theedge/trunk/var/lib/lunar/excluded: updating excluded to
+ eliminate removing fonts.dir from a number of dir's
+
+2003-02-16 21:04 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ more
+
+2003-02-16 20:54 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ more
+
+2003-02-16 20:49 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ still working on it!
+
+2003-02-16 20:34 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ another update
+
+2003-02-16 20:27 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html:
+ updated version
+
+2003-02-16 20:23 sofar
+
+ * theedge/trunk/etc/lunar/config, theedge/trunk/sbin/lunar: There,
+ now it's gone :^P
+
+2003-02-16 20:06 csm
+
+ * theedge/trunk/usr/share/doc/lunar/core-documentation,
+ theedge/trunk/usr/share/doc/lunar/core-documentation/etc_lunar_config.html,
+ theedge/trunk/usr/share/doc/lunar/core-documentation/purpose.html:
+ beginning to add core-docs
+
+2003-02-16 13:27 sofar
+
+ * theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/functions/postbuild.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: More cleanups, splitting
+ out all postbuild extensions (xinetd, init.d, pamd etc). Bugfix
+ #248.
+
+2003-02-15 23:47 sofar
+
+ * theedge/trunk/sbin/lunar: Fix for #221
+
+2003-02-15 23:17 sofar
+
+ * theedge/trunk/sbin/lin, theedge/trunk/var/lib/lunar/subroutines:
+ verbose pruning and boost problems GONE FOREVER
+
+2003-02-15 22:38 sofar
+
+ * theedge/trunk/sbin/lin: wheps
+
+2003-02-15 21:59 sofar
+
+ * theedge/trunk/sbin/lsh: Adding this little gadget: lsh, a 'shell'
+ wrapper around the lunar.
+
+2003-02-15 20:51 sofar
+
+ * theedge/trunk/sbin/lget: CVS fixed that were needed. let's not
+ spend too much time here.
+
+2003-02-15 20:09 sofar
+
+ * theedge/trunk/sbin/lin, theedge/trunk/sbin/lrm,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: Fix for (1) tar error on
+ cache, removed --verbose from lrm, cleaned up more code, unified
+ verbose messages. Also, the remove_module which people assumed to
+ be removed incedentally was removed again, since the call is made
+ by lrm (l228,l296). PLEASE LEAVE IT OUT NOW, since doing this
+ belongs in the lrm code.
+
+2003-02-14 15:52 tchan
+
+ * theedge/trunk/var/lib/lunar/subroutines: Added back in the
+ "missing" call to remove_modules. I believe it is still required
+ and was removed by sofar accidentally in his clean up.
+
+2003-02-14 03:50 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2003-02-14 00:07 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2003-02-14 00:06 sofar
+
+ * theedge/trunk/sbin/lin, theedge/trunk/sbin/lunar,
+ theedge/trunk/var/lib/lunar/excluded,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: Major code update,
+ including VERBOSE flag (default off, cos lin is still noisy), lots
+ and lots of core rewrites, optimizations, formatting and spacing,
+ removal of old and unused code, etc.
+
+2003-02-13 12:25 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: more more cleanups
+
+2003-02-13 12:13 sofar
+
+ * theedge/trunk/sbin/lin: more cleanups
+
+2003-02-13 12:09 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: More code cleanups.
+
+2003-02-13 12:01 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: Code cleanups
+ and speedups.
+
+2003-02-08 02:42 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2003-02-08 02:30 csm
+
+ * theedge/trunk/etc/lunar/config: changing the last resort URL to
+ .org instead of .com
+
+2003-02-07 00:56 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2003-02-06 10:08 sofar
+
+ * theedge/trunk/sbin/lrm: heh, got scared?
+
+2003-02-06 00:00 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Adding --keepconfig in
+ here to get lunar renew working again, see lrm commit.
+
+2003-02-05 23:53 sofar
+
+ * theedge/trunk/sbin/lin: adding --keepconfig so config files stay
+ untouched.
+
+2003-02-05 23:52 sofar
+
+ * theedge/trunk/sbin/lrm: First couple of fixes: * no bailout when
+ no DETAILS found (lrm should be possible afterall the install log
+ is there) * add --keepconfig in order prepare_install functions
+ normally * missing md5sum should PRESERVE config files just in
+ case, as we know lunar already makes good md5sums, and in case
+ that feature is off bad things go happen * updated help. TODO: -
+ add regex support for excluded/protected like /etc/.*\.conf -
+ speed profile removal queue processing: it is *SLOW*, consider
+ reimporting old lrm routine which constructs a large grep
+ statement (hazardous: command line chars are expensive and bash
+ can only handle so much) - test
+
+2003-02-05 14:17 sofar
+
+ * theedge/trunk/var/lib/lunar/excluded: and more
+
+2003-02-05 13:23 sofar
+
+ * theedge/trunk/var/lib/lunar/excluded: Adding some more in here
+
+2003-02-04 00:59 csm
+
+ * theedge/trunk/var/lib/lunar/excluded: some more additions
+
+2003-02-03 22:18 csm
+
+ * theedge/trunk/var/lib/lunar/excluded: adding critical postfix
+ files
+
+2003-02-03 14:29 elaine
+
+ * theedge/trunk/lib/lsb/init-functions: Added 'mk_spid()' function,
+ to be used on starting a daemon and modified 'mk_pid()' and
+ 'pidok()' functions to prevent lunar from wiping out the
+ /var/run/*.pid files of daemons which create these files on thier
+ own. This allows sshd to be restarted remotely, killing only the
+ server process.
+
+2003-02-02 00:22 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2003-02-02 00:08 sofar
+
+ * theedge/trunk/var/lib/lunar/menu/optimize.menu: More info for the
+ meek
+
+2003-02-01 23:31 sofar
+
+ * theedge/trunk/sbin/lrm, theedge/trunk/sbin/lrm2: Lrm2 will replace
+ lrm forever into eternity!
+
+2003-02-01 19:57 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2003-02-01 19:33 csm
+
+ * theedge/trunk/usr/share/man/man8/lfirsttime.8: a few updates and
+ cleanups
+
+2003-02-01 16:42 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2003-02-01 16:27 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: I thought I
+ added this already
+
+2003-02-01 16:26 sofar
+
+ * theedge/trunk/sbin/lin: Cleaning up here: we don't really need
+ that message since blacklist.x86 is EMPTY.
+
+2003-02-01 16:04 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2003-02-01 14:55 sofar
+
+ * theedge/trunk/sbin/lget: Okay, here's the problem: you implement
+ downloading with locking, so lin can call lget without worrying
+ wether it is already downloading or now, now you add another
+ download option, but you forget to add locking to that feature. As
+ you can guess, when you try to install AND lin forces a download
+ through that other feature, it will start to download it, and then
+ probe for it again just before pre_build, because lin calls lget
+ twice somehow. Not at all a problem, unless you forget to add the
+ locking mechanism to the other feature, right? (short: implemented
+ locking where it is needed, should fix download/lin problems of
+ CVS modules)
+
+2003-02-01 07:14 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2003-02-01 05:18 wizfactor
+
+ * theedge/trunk/sbin/lin: Finished updating xinet (bug 232)
+
+2003-02-01 04:07 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2003-02-01 01:08 wizfactor
+
+ * theedge/trunk/sbin/lin: Fixed bug in the xinet.d services install.
+ Should fix bug 232.
+
+2003-01-30 05:22 tchan
+
+ * theedge/trunk/usr/share/man/man8/lfirsttime.8: Fixed some
+ punctuation.
+
+2003-01-30 05:17 tchan
+
+ * theedge/trunk/usr/share/man/man8/lfirsttime.8: Updated lfirsttime
+ with some more fixes.
+
+2003-01-29 20:26 sofar
+
+ * theedge/trunk/sbin/lunar: Fix for that nasty one bug.
+
+2003-01-29 19:34 tchan
+
+ * theedge/trunk/usr/share/man/man8/lfirsttime.8: Updated the URL's
+ and added a bit more info.
+
+2003-01-29 12:27 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/sbin/lin,
+ theedge/trunk/sbin/lrm, theedge/trunk/sbin/lunar,
+ theedge/trunk/usr/sbin/colony,
+ theedge/trunk/var/lib/lunar/subroutines: Generalizing code: less
+ is now replaced with view_file(), which also handles stdin of
+ course. It also will use the $PAGER env variable for those who
+ want to override it with their default pager. Small effort, big
+ gain.
+
+2003-01-29 10:28 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/usr/share/man/man1/lvu.1:
+ Adding functionality to view the logfile easier: 'lvu activity'
+
+2003-01-28 09:00 sofar
+
+ * theedge/trunk/usr/share/doc/lunar/ChangeLog: Removing this ancient
+ art!
+
+2003-01-25 23:17 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: Nice going
+ ;^)
+
+2003-01-25 22:01 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Last CVS commit for CVS
+ problems.
+
+2003-01-25 22:00 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: This is
+ niiiiice
+
+2003-01-25 21:59 sofar
+
+ * theedge/trunk/sbin/lget: CVS dir fixes.
+
+2003-01-24 22:03 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2003-01-24 21:12 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: more trapdoors removed
+ from cvs handling code.
+
+2003-01-24 21:00 sofar
+
+ * theedge/trunk/sbin/lget: Last modifications to cvs/lget - better
+ source tree management, trapdoors removed.
+
+2003-01-21 11:53 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Code change: sedit now
+ handles multiple files in one sedit statement, and in place
+ backups are no longer made.
+
+2003-01-20 15:23 sofar
+
+ * theedge/trunk/var/lib/lunar/sustained: Sorry for the gpm fans, but
+ gpm is *NOT* a vital package for the correct functioning of lunar.
+ Removing it here.
+
+2003-01-19 23:14 sofar
+
+ * theedge/trunk/etc/lunar/mirrors/LRESORT: Popping in DNS names!
+
+2003-01-17 14:22 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: Bugfix: fix
+ for missing 'ChangeLog' module when running lget without a module
+ name. Rewrote all fcuntions to use base functions instead of
+ rewriting list_sections 4 times. Code cleanups. Added ChangeLog to
+ ignore list in list_modules and list_sections.
+
+2003-01-17 14:04 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Simplified sedit.
+
+2003-01-05 20:31 sofar
+
+ * theedge/trunk/etc/lunar/config: New default LRESORT URL.
+
+2003-01-05 20:29 sofar
+
+ * theedge/trunk/etc/lunar/mirrors/LRESORT: Putting new source caches
+ in here.
+
+2003-01-04 22:59 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2003-01-02 22:27 sofar
+
+ * theedge/trunk/sbin/lget: Fix for broken cvs update being stored in
+ $SOURCE_CACHE, beautified, removed unset CVS_RSH.
+
+2003-01-02 16:18 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Adding support to handle
+ TARred patch sets!
+
+2003-01-02 14:32 sofar
+
+ * theedge/trunk/sbin/lunar: Adding "Maintenance" menu that allows
+ you to run lin --fix, --nofix, --fixdepends from the menu system.
+
+2003-01-01 23:24 sofar
+
+ * theedge/trunk/sbin/lin: Removing autopatch scheme
+
+2003-01-01 22:46 sofar
+
+ * theedge/trunk/sbin/lget, theedge/trunk/var/lib/lunar/subroutines:
+ Adding code to store CVS-sources after 'co' or 'up' into
+ SOURCE_CACHE, so that the source code is always clean when lin
+ runs, and we still have the possibility of doing incremental
+ updates. Also added a small visual message in sedit () to
+ verbosely show that files are edited.
+
+2003-01-01 21:31 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/updatelog.lunar: This should
+ fix the weird messages after a lunar update/renew
+
+2002-12-31 19:06 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-12-30 22:24 hardkrash
+
+ * theedge/trunk/sbin/lget: added ability to use tun devices for
+ internet connection -- Hardkrash
+
+2002-12-29 23:42 sofar
+
+ * theedge/trunk/etc/lunar/config: Added PATCH_URL to config, the new
+ repository for patches.
+
+2002-12-24 18:19 tchan
+
+ * theedge/trunk/var/lib/lunar/functions/updatelog.lunar: Synched a
+ change from lunar version of updatelog.lunar back into theedge.
+
+2002-12-24 18:00 xoritor
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Fixed MAKES
+ and PSAFE issues.
+
+2002-12-23 01:10 sofar
+
+ * theedge/trunk/sbin/lin: okay this works now without CVS bullocking
+ it.
+
+2002-12-23 01:07 sofar
+
+ * theedge/trunk/sbin/lin: leave out the * to omit subdirs in case of
+ CVS.
+
+2002-12-23 01:00 sofar
+
+ * theedge/trunk/usr/share/doc/lunar/module-example/patch,
+ theedge/trunk/usr/share/doc/lunar/module-example/patch/example.patch:
+ Adding some descriptive text.
+
+2002-12-23 00:52 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-12-23 00:49 sofar
+
+ * theedge/trunk/sbin/lin: Added auto-patching: scan for subdir
+ 'patch' and apply all regular files in that directory before
+ BUILD/default_build. Note patch order is equal to 'ls'.
+
+2002-12-22 17:40 tchan
+
+ * theedge/trunk/sbin/lunar: Fixed the help message for KEEP_SOURCE
+ to make sure its clear why you would turn this flag on.
+
+2002-12-22 17:04 tchan
+
+ * theedge/trunk/sbin/lunar: Better explanation of the KEEP_SOURCE
+ option in Lunar help message. KEEP_SOURCE toggles the default
+ behavior in Lunar core tools of removing /usr/src/module code
+ after a SUCCESSFUL compile. Default behavior has always been to
+ remove the module source after a succesful compile and KEEP the
+ source after a failed compile. Xoritor added the KEEP_SOURCE flag
+ for developers using the gcc profiling tools as the tools need
+ access to the source code even after a good compile. This option
+ is not to be used for removing source code after a failed compile.
+ Someone else can add another flag for always removing source code
+ but that will probably break this option flag for the developers
+ using the profiling code.
+
+2002-12-22 07:02 tchan
+
+ * theedge/trunk/sbin/lin: Reverted the lin code to the old behavior
+ of NOT deleting source code when a compile fails. It IS necessary
+ to keep source code around for failed compiles as the compile log
+ does NOT contain all the necessary information to fix a failed
+ compile -- especially when debugging failed GNU autotools type
+ problems. Having to run Lunar menu to turn on the keep source
+ option and then recompile a failed module is a BIG waste of time.
+ Please leave this behavior alone! Keep failed source code around.
+
+2002-12-21 22:49 sofar
+
+ * theedge/trunk/sbin/lin: Default compile fail will remove the
+ sources from /usr/src. Since logging of compiles and activity is
+ now in order, this is no longer needed, and prevent a big mess
+ from happening in case your lunar rebuild goes booboo.
+
+2002-12-16 16:47 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-12-16 10:48 sofar
+
+ * theedge/trunk/var/lib/lunar/compilers/c++,
+ theedge/trunk/var/lib/lunar/compilers/cc,
+ theedge/trunk/var/lib/lunar/compilers/g++,
+ theedge/trunk/var/lib/lunar/compilers/gcc: Better wrappers: sed
+ off wrapper path to make ccache work again.
+
+2002-12-11 21:39 xoritor
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fixed KEEP_SOURCE bug.
+
+2002-12-11 21:06 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-12-09 21:24 xoritor
+
+ * theedge/trunk/sbin/lget: Adding quiet opton to cvs update and
+ checkout, now only important messages will be printed. Fixed
+ CVS_LOGIN to behave better.
+
+2002-12-09 10:20 sofar
+
+ * theedge/trunk/sbin/lget: Adding download failure logging including
+ URLS
+
+2002-12-08 19:16 xoritor
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fixed installed_version
+ when checking version of "installed linux".
+
+2002-12-08 18:34 xoritor
+
+ * theedge/trunk/var/lib/lunar/subroutines: Added 2 keywords for
+ bad_flags, compiler and linker. bad_flags compiler unsets all
+ compiler flags set by CFLAGS, CXXFLAGS, and CPPFLAGS. bad_flags
+ linker unsets all linker flags set by LDFLAGS.
+
+2002-12-08 18:28 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-12-08 18:04 xoritor
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/subroutines: Added 2 new subroutines
+ (bad_flags and patch_it): bad_flags is a subroutine to remove any
+ known bad flags on a per module basis, this effects system CFLAGS,
+ CXXFLAGS, and CPPFLAGS as well as optimizations chosen in lunar.
+ It is to be used as follows: bad_flags <list of bad CFLAGS and
+ LDFLAGS> Example: bad_flags -ffast-math -funroll-loops -s Or to
+ remove ALL optimizations use: bad_flags ALL (Case matters!)
+ patch_it is a subroutine to create a generic patching interface
+ for lunar modules it is to be used as follows: patch_it <patch
+ location/patch name> <patch level> Example: patch_it
+ $SOURCE_CACHE/4.2.0-4.2.1.diff.gz 1 Added more support for
+ KEEP_SOURCE options into default_prebuild.
+
+2002-12-08 00:52 tchan
+
+ * theedge/trunk/sbin/lin, theedge/trunk/sbin/lunar: Hacked in
+ $KEEP_SOURCE into lunar menu and fixed lin to use $KEEP_SOURCE.
+ This allows sysadmin to tell "lin" to keep the source code in
+ /usr/src and as opposed to the default behavior of removing source
+ code on successful builds.
+
+2002-12-07 20:47 xoritor
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/menu/optimize.menu: Updating
+ optimizations: Added C warnings options: -Wno-deprecated Added C++
+ warnings options: -Wno-deprecated Added Speed options:
+ -fexpensive-optimizations -falign-double Added framework for Stack
+ optimization/manipulation, this can be different for each
+ platform. Currently only the x86 is supported
+ (-mpreferred-stack-boundary) but should allow others to be added
+ easily.
+
+2002-12-04 13:30 sofar
+
+ * theedge/trunk/bin/lvu: Fix for the '/levels-list: no such file...'
+ bug. (SCRIPT_DIRECTORY undeclared)
+
+2002-12-04 08:42 tchan
+
+ * theedge/trunk/var/lib/lunar/subroutines: Added to the activity_log
+ function a timestamp as part of the datestamp.
+
+2002-11-28 16:05 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fix #189
+
+2002-11-28 15:41 sofar
+
+ * theedge/trunk/sbin/lin: Fix for doubly reporting a failed compile,
+ once as failed, once as success.
+
+2002-11-28 12:19 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-11-26 14:56 kc8apf
+
+ * theedge/trunk/lib/lsb/init-functions: Fix documented in Lunar
+
+2002-11-25 03:48 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-11-21 05:20 hardkrash
+
+ * theedge/trunk/var/lib/lunar/menu/optimize.menu: Added PPC and
+ Power options to lunar menu and corrected menu info for
+ optizations
+
+2002-11-21 05:18 hardkrash
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Added PPC
+ and power options to lunar optimizations
+
+2002-11-15 05:37 dem
+
+ * theedge/trunk/var/state/lunar/blacklist.x86: gstreamer is now
+ stable and rhythmbox box acctualy works now
+
+2002-11-08 08:37 kongar
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-11-08 04:17 xoritor
+
+ * theedge/trunk/sbin/lin: Fixed scripting error.
+
+2002-10-18 08:53 kongar
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-10-17 11:26 sofar
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-10-14 19:32 xoritor
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Adding gecc
+ support to optimizations.
+
+2002-10-14 19:29 xoritor
+
+ * theedge/trunk/sbin/lget, theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/subroutines: Adding support for CVS
+ co/up to lget. Adding support for building sources from CVS to
+ lin. Adding KEEP_SOURCE var to allow needed sources to be kept.
+ Adding support for checking CVS source dirs in subroutines.
+
+2002-10-14 14:02 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Adding input
+ box for $MAKES
+
+2002-10-13 14:09 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-10-11 08:25 kongar
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-10-08 04:32 tchan
+
+ * theedge/trunk/var/state/lunar/blacklist.x86: Removed ddd from the
+ blacklist. It now correctly compiles with gcc-3.2.
+
+2002-10-05 05:39 tchan
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fixed a long standing bug
+ on why the /usr/share/info/dir file keeps getting trashed.
+ prepare_install was not saving /usr/share/info/dir and that file
+ is being tracked by installwatch so it becomes part of the tar.bz2
+ file. So inside prepare_install, if the module is already
+ installed, it removes the existing module before completing the
+ install. This would remove the exisiting /usr/share/info/dir and
+ then replace it with a very short version of /usr/share/info/dir.
+
+2002-10-04 13:39 kongar
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-10-03 16:51 xoritor
+
+ * theedge/trunk/sbin/lin: Added the call to check_blacklist() that
+ was left out.
+
+2002-10-03 15:55 xoritor
+
+ * theedge/trunk/var/state/lunar/blacklist.x86,
+ theedge/trunk/var/state/lunar/gcc.x86: Removing gcc.x86 list
+ (unused) Adding blacklist.x86 with contents: ddd rythmbox
+ gstreamer
+
+2002-10-03 15:50 xoritor
+
+ * theedge/trunk/sbin/lin: Fixed the issue with --fix installing
+ "held" modules. this will no longer happen. Added support for a
+ "blacklist" again it is still in /var/state/lunar, but the aname
+ has changed to blacklist.$PLATFORM (defaults to x86). This will
+ NOT let a blacklisted module install at all and terminates lin
+ when a blacklisted module is encountered. I realize this could
+ cause issues, and I am looking for a better solution... feel free
+ to post ideas.
+
+2002-10-01 17:34 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: lin moonbase now
+ explicitly rebuilds the module.index
+
+2002-09-30 22:51 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-09-29 20:10 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Adding prune code for
+ compile, install and md5sum logsfiles
+
+2002-09-28 03:37 tchan
+
+ * theedge/trunk/var/state/lunar/gcc.x86: Removed cdrdao from the
+ list. It builds just fine for me with gcc-3.2.
+
+2002-09-27 18:42 xoritor
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Fixed
+ formatting errors.
+
+2002-09-26 07:35 kongar
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-09-25 22:01 sofar
+
+ * theedge/trunk/sbin/lin: REALLY fixing linewrap errors
+
+2002-09-25 18:32 sofar
+
+ * theedge/trunk/sbin/lin: re-adding wrappers to normal installation
+
+2002-09-25 18:04 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Adding message when a .rc
+ file is installed!
+
+2002-09-25 17:35 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fix for CVS moonbases
+
+2002-09-25 07:10 kongar
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-09-24 20:49 xoritor
+
+ * theedge/trunk/sbin/lin: Fixing linewrap/editor errors... thx niki
+ :-)
+
+2002-09-24 16:59 xoritor
+
+ * theedge/trunk/sbin/lin: Updating lin to not set PATH, other than
+ to add for the wrappers. Added an echo to say wether a module is
+ blacklisted or not, but does not do anything but echo. This is a
+ placeholder for future code that will allow a blacklist for gcc 2x
+ or optimization unfriendly modules to be easily identified.
+
+2002-09-24 16:52 xoritor
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Adding PSAFE
+ to optimize_make(). PSAFE=no can be added to a DETAILS file to set
+ MAKES=1 so that multiple makes do not occur
+
+2002-09-24 02:51 tchan
+
+ * theedge/trunk/var/state/lunar/gcc.x86: unrar now compiles with
+ gcc-3.2 or greater.
+
+2002-09-23 23:59 sofar
+
+ * theedge/trunk/sbin/lin, theedge/trunk/usr/share/man/man8/lin.8,
+ theedge/trunk/var/lib/lunar/subroutines: Adding proper fix for lin
+ --fix: lin --fixdepends will ONLY rebuild your depends database,
+ without recompiling modules!
+
+2002-09-23 21:03 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Incremental numbered
+ backups removed: they might confuse xinetd! Just don't cp a new
+ version if it already exists, since most likely the SA modified it
+ and we should leave it alone.
+
+2002-09-23 12:05 kongar
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-09-23 12:03 kongar
+
+ * theedge/trunk/var/lib/lunar/subroutines: now backing up
+ /etc/xinet.d/module files, numbered backups.
+
+2002-09-22 07:05 tchan
+
+ * theedge/trunk/var/lib/lunar/subroutines: Hacked subroutines to
+ support the creation of /tmp/depends.updated to aide in
+ edit/repair of /var/state/lunar/depends. This will prevent massive
+ recompiling of the entire lunar box when the depends file gets out
+ of whack.
+
+2002-09-22 07:03 tchan
+
+ * theedge/trunk/sbin/lin: Hacked lin to support
+ /var/state/lunar/depends editing/repair using the file
+ /tmp/depends.updated.
+
+2002-09-20 23:21 kc8apf
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: More
+ optimization fixes for alpha
+
+2002-09-20 23:07 kc8apf
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Add proper
+ build types for alpha
+
+2002-09-20 21:51 kc8apf
+
+ * theedge/trunk/etc/lunar/mirrors/GNOME,
+ theedge/trunk/var/lib/lunar/menu/optimize.menu: Apply patches from
+ lunar to theedge
+
+2002-09-20 16:07 tchan
+
+ * theedge/trunk/var/state/lunar/gcc.x86: Removed several SDL*
+ modules as they have been compiling and working with gcc-3.2 for a
+ while now.
+
+2002-09-20 15:36 tchan
+
+ * theedge/trunk/var/state/lunar/gcc.x86: Removed smpeg from this
+ list as it compiles correctly now with gcc-3.2, after applying
+ wyatt_earp's fix.
+
+2002-09-20 15:20 tchan
+
+ * theedge/trunk/bin/lvu: Fixed the spacing in the help section for
+ the new "lvu cd" sub-command.
+
+2002-09-20 14:44 kongar
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-09-20 11:17 kongar
+
+ * theedge/trunk/bin/lvu: implemented "lvu cd <module>" functionality
+
+2002-09-18 21:35 sofar
+
+ * theedge/trunk/var/lib/lunar/menu/optimize.menu: preserve $MAKES
+
+2002-09-18 09:26 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Fixing order
+ of distcc (ccache distcc gcc and not distcc ccache gcc), and
+ adding distcc to the c++ compiler addons, since mozilla and others
+ compiled fine with it.
+
+2002-09-12 23:53 sofar
+
+ * theedge/trunk/var/lib/lunar/compilers/c++: Adding c++ wrapper
+
+2002-09-10 23:19 sofar
+
+ * theedge/trunk/var/lib/lunar/protected: removing /usr/bin/grep
+ since it's obsolete in that location.
+
+2002-09-10 22:51 sofar
+
+ * theedge/trunk/var/lib/lunar/protected: Major bugfix: lin grep will
+ no longer wipe your /var/state/lunar/packages
+
+2002-09-10 01:26 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-09-10 01:24 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/menu/optimize.menu: Enhanced menu's
+ for optimizations: these remember what was previously set!
+
+2002-09-09 23:26 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Fixes the
+ multiple cpu-features bug
+
+2002-09-06 05:15 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-09-05 23:22 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: now uses bzcat instead of
+ deprecated -y
+
+2002-09-05 19:50 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-09-05 14:06 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-09-05 14:06 sofar
+
+ * theedge/trunk/etc/lunar/config, theedge/trunk/sbin/lin,
+ theedge/trunk/var/lib/lunar/compilers/cc,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/menu/optimize.menu: New Wrapper
+ style!!!
+
+2002-09-05 13:50 sofar
+
+ * theedge/trunk/var/lib/lunar/compilers/cc,
+ theedge/trunk/var/lib/lunar/compilers/gcc: Fix (no symlinks)
+
+2002-09-05 13:48 sofar
+
+ * theedge/trunk/var/lib/lunar/compilers,
+ theedge/trunk/var/lib/lunar/compilers/cc,
+ theedge/trunk/var/lib/lunar/compilers/g++,
+ theedge/trunk/var/lib/lunar/compilers/gcc: New wrappers
+
+2002-09-05 13:07 kongar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-09-05 13:02 kongar
+
+ * theedge/trunk/sbin/lin: xinetd installation now neglects CVS
+ subdirs it is not possible to select xinetd AND init.d, it is now
+ either xinetd OR init.d
+
+2002-09-04 16:37 tchan
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar.sofar: Fixed
+ optimize.lunar, again, to just plain export CC,CCC,CXX, with no
+ conditional testing.
+
+2002-09-03 13:54 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: only restart xinetd if
+ the init.d script is available
+
+2002-09-03 13:49 sofar
+
+ * theedge/trunk/sbin/lin: Make sure pwd is back to normal
+
+2002-09-03 13:48 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fixe 2: right greps
+
+2002-09-03 13:43 sofar
+
+ * theedge/trunk/sbin/lin: Fix 1 for CVS moonbases: lin skipping
+ directories
+
+2002-09-03 13:18 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: That wasn't right
+
+2002-09-03 13:13 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fixing CVS moonbase bug
+ trying to cp CVS/
+
+2002-09-03 01:17 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-09-03 00:48 sofar
+
+ * theedge/trunk/etc/lunar/mirrors/SFORGE: Adding 2 apparently new
+ mirrors
+
+2002-09-02 21:27 sofar
+
+ * theedge/trunk/var/lib/lunar/menu/download.menu: Adding menu switch
+ for EXHAUSTIVE option
+
+2002-09-02 21:05 sofar
+
+ * theedge/trunk/sbin/lget: New feature: exhaustive mirror testing
+ when downloading (EXHAUSTIVE=yes)
+
+2002-09-02 19:54 sofar
+
+ * theedge/trunk/etc/lunar/mirrors/SFORGE: TABS instead of SPACES
+
+2002-09-02 18:42 sofar
+
+ * theedge/trunk/etc/lunar/mirrors/LAST_RESORT,
+ theedge/trunk/etc/lunar/mirrors/LRESORT,
+ theedge/trunk/etc/lunar/mirrors/SFORGE,
+ theedge/trunk/etc/lunar/mirrors/SOURCEFORGE,
+ theedge/trunk/var/lib/lunar/menu/mirrors.menu: Renamed these for
+ later more handy
+
+2002-09-02 17:57 sofar
+
+ * theedge/trunk/sbin/lin: reworked probe tests more decently
+
+2002-09-02 17:21 sofar
+
+ * theedge/trunk/usr/share/man/man8/lunar.8: updated man page for new
+ functionality
+
+2002-09-02 16:45 tchan
+
+ * theedge/trunk/var/lib/lunar/menu/optimize.menu: Commented out the
+ DEBUG strip option from the Lunar menus. It breaks too many builds
+ and there is no good way to fix this right now in Lunar. Commented
+ out with Xoritor's blessing!
+
+2002-09-02 05:25 csm
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-09-02 02:38 tchan
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Okay, this
+ version of optimize.lunar incorporates sofar's "menu checklist"
+ fix but does NOT include his nowrap code which is still broken.
+ This version correctly has niki's fix for the Debug strip
+ optimization. sofar needs to check the sense of his [ -n $NOWRAP ]
+ test. If I do NOT have $NOWRAP set, then I obviously want the
+ lunar gcc wrappers but his code will NOT export the CC,CXX,CCC
+ variables correctly.
+
+2002-09-02 02:04 csm
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: reverting to
+ version 1.6 optimize.lunar.sofar is 1.8
+
+2002-09-02 01:53 csm
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar.sofar: adding
+ in this file after reverting optimize.lunar
+
+2002-09-01 16:32 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: set
+ NOWRAP=yes in /etc/lunar/local/config to bypass the compile
+ wrappers
+
+2002-09-01 16:18 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/menu/optimize.menu: Misc fixes
+
+2002-09-01 15:14 sofar
+
+ * theedge/trunk/var/lib/lunar/menu/download.menu: Even better
+ explanation (used from man wget)
+
+2002-09-01 15:10 sofar
+
+ * theedge/trunk/var/lib/lunar/menu/download.menu: Fixed proper
+ explanation of values in dl rate.
+
+2002-09-01 04:24 niki
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: The bug that
+ is discribed in bug no. 75, has some how been reactivated, which i
+ have disabled again. See the text in the file, or contact me Niki
+ Guldbrand <nikig at vip.cybercity.dk> for further info.
+
+2002-08-31 04:42 tchan
+
+ * theedge/trunk/var/state/lunar/gcc.x86: Alphabetized the list and
+ fixed a few entries. gcc does compile with gcc-3.2 ! :-)
+
+2002-08-30 15:11 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-08-30 15:08 sofar
+
+ * theedge/trunk/usr/share/man/man8/lin.8: Removed apprentice
+
+2002-08-30 15:07 sofar
+
+ * theedge/trunk/sbin/lunar: Cleaning up apprentice
+
+2002-08-30 15:05 sofar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/etc/lunar/config,
+ theedge/trunk/sbin/lin, theedge/trunk/sbin/lrm,
+ theedge/trunk/var/lib/lunar/apprentice,
+ theedge/trunk/var/lib/lunar/subroutines: Eradicated apprentice,
+ still looking for lose body parts...
+
+2002-08-30 11:16 sofar
+
+ * theedge/trunk/sbin/lget: Bugfix: #130
+
+2002-08-29 17:11 sofar
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-08-29 16:28 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: now --nofix also leaves
+ dependancy file untouched
+
+2002-08-29 15:30 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Final fixes ot lin
+ --nofix (tested && confirmed working fix)
+
+2002-08-29 11:16 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fix for the --nofix case
+
+2002-08-29 10:12 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Small fix that possibly
+ fixes the --nofix bug
+
+2002-08-29 08:28 kongar
+
+ * theedge/trunk/var/lib/lunar/protected: added smtpd.conf from
+ cyrus-sasl
+
+2002-08-28 21:48 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Typo fix
+
+2002-08-28 19:02 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fixed removal of
+ install_queue with test
+
+2002-08-28 18:44 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-08-28 18:12 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Final fixes to
+ fix_depends
+
+2002-08-28 15:59 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fix for missing depends
+
+2002-08-28 11:07 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: More fixes
+
+2002-08-28 09:55 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fix for queue length > 1
+ in fix_depends
+
+2002-08-28 09:40 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: More fix_depends fixes
+
+2002-08-28 09:17 kongar
+
+ * theedge/trunk/bin/lvu, theedge/trunk/usr/share/man/man1/lvu.1: new
+ feature, "lvu compiler module" to display the compiler version
+ used to create the ELF files of a modules. manpage is amended to
+ reflect the changes.
+
+2002-08-28 09:12 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fix for exiled modules
+
+2002-08-28 08:47 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Bugfixes.
+
+2002-08-27 15:16 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Visual fix
+
+2002-08-27 14:22 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/modules.lunar: uniform
+ layout
+
+2002-08-27 14:14 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Bugfix #49
+
+2002-08-27 14:13 xoritor
+
+ * theedge/trunk/var/lib/lunar/menu/optimize.menu: Removed Normal
+ option for CC and CCC in menu.
+
+2002-08-27 12:32 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Let it work
+ if the wrappers are missing
+
+2002-08-26 23:46 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: more fixes
+
+2002-08-26 23:18 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Typo fix
+
+2002-08-26 23:11 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: One more fix for single
+ module calls to fix_depends
+
+2002-08-26 23:07 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fix for single module
+ list in run_depends
+
+2002-08-26 22:44 sofar
+
+ * theedge/trunk/sbin/lin, theedge/trunk/var/lib/lunar/subroutines:
+ Code merge: lfix -> theedge
+
+2002-08-26 18:36 sofar
+
+ * theedge/trunk/usr/share/man/man8/lin.8: Added -p option to man
+ page
+
+2002-08-26 18:34 sofar
+
+ * theedge/trunk/ChangeLog: Updated
+
+2002-08-26 18:33 sofar
+
+ * theedge/trunk/sbin/lin: Added --probe|-p functionality to lin!
+
+2002-08-26 17:11 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Fixes for cvs moonbase
+ problems
+
+2002-08-26 14:15 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/updatelog.lunar: This should
+ fix it permanently.
+
+2002-08-26 13:12 sofar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-08-25 21:02 kongar
+
+ * theedge/trunk/ChangeLog: updated
+
+2002-08-25 20:47 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Some visual fixes
+
+2002-08-25 19:30 sofar
+
+ * theedge/trunk/sbin/lin: Some visual and speed improvements
+
+2002-08-25 13:12 sofar
+
+ * theedge/trunk/sbin/lget: Better english
+
+2002-08-25 12:45 sofar
+
+ * theedge/trunk/etc/lunar/mirrors/SOURCEFORGE: New mirror in chechia
+
+2002-08-24 23:27 tchan
+
+ * theedge/trunk/ChangeLog: Ran brutus:tools/cvs2cl.pl and edited out
+ csm huge copy over.
+
+2002-08-23 11:39 sofar
+
+ * theedge/trunk/sbin/lin: Added compile fail log msg
+
+2002-08-23 11:34 sofar
+
+ * theedge/trunk/sbin/lin: Fixed installwatchfile cleanup on failed
+ compiles
+
+2002-08-23 10:30 sofar
+
+ * theedge/trunk/var/lib/lunar/functions/updatelog.lunar: Suspect
+ this was a typo!
+
+2002-08-23 10:18 sofar
+
+ * theedge/trunk/sbin/lunar: Fix: wasn't installing LUNAR_MODULE
+ conditionally
+
+2002-08-22 21:47 xoritor
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Removed
+ cc_optimize and ccc_optimize functions in order to better
+ implement the wrapper method: Enable calling of any ADDON, CC,
+ CCC, and CXX options. Calls one program so libtool does not die.
+ Fixes many compile issues with broken builds. Enables ccache and
+ distcc to work transparently. Requires lunar-gcc and lunar-g++ to
+ be installed in /usr/bin, they will be in the installed by the gcc
+ module.
+
+2002-08-22 04:37 tchan
+
+ * theedge/trunk/usr/sbin/lget, theedge/trunk/usr/sbin/lin,
+ theedge/trunk/usr/sbin/lrm, theedge/trunk/usr/sbin/lrm2,
+ theedge/trunk/usr/sbin/lunar, theedge/trunk/usr/sbin/lvis,
+ theedge/trunk/usr/sbin/lvu: Moved these files to /sbin. lvu moved
+ to /bin. This is for the people that have /usr on a seperate
+ partition. The lunar tools have to be available.
+
+2002-08-22 03:04 tchan
+
+ * theedge/trunk/install: Modified this to add the /bin and /sbin
+ directories.
+
+2002-08-22 03:02 tchan
+
+ * theedge/trunk/bin, theedge/trunk/bin/lvu: Moved this file from
+ /usr/sbin to /bin. This helps with people who have /usr mounted as
+ a seperate partition. lvu is in /bin because non-root users can
+ use it too!
+
+2002-08-22 03:01 tchan
+
+ * theedge/trunk/sbin, theedge/trunk/sbin/lget,
+ theedge/trunk/sbin/lin, theedge/trunk/sbin/lrm,
+ theedge/trunk/sbin/lrm2, theedge/trunk/sbin/lunar,
+ theedge/trunk/sbin/lvis: Moved these files from /usr/sbin to
+ /sbin. This helps with people who have /usr on a seperate
+ partition.
+
+2002-08-21 11:30 sofar
+
+ * theedge/trunk/var/lib/lunar/subroutines: Added fancy_progress for
+ sort_install_queue
+
+2002-08-21 03:22 tchan
+
+ * theedge/trunk/var/lib/lunar/solo: Fixed the entry for gcc3. There
+ is no gcc3, only gcc and gcc2 modules now.
+
+2002-08-21 02:51 xoritor
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Fixed type-o
+ in optimize_make (was optimaze_make).
+
+2002-08-21 01:39 xoritor
+
+ * theedge/trunk/var/lib/lunar/functions/optimize.lunar: Preliminary
+ make optimization support: Allow make -jN to be set and used.
+
+2002-08-21 00:58 csm
+
+ * theedge/trunk/ChangeLog, theedge/trunk/README, theedge/trunk/etc,
+ theedge/trunk/etc/lunar, theedge/trunk/etc/lunar/config,
+ theedge/trunk/etc/lunar/dialogrc, theedge/trunk/etc/lunar/local,
+ theedge/trunk/etc/lunar/local/README,
+ theedge/trunk/etc/lunar/local/depends,
+ theedge/trunk/etc/lunar/local/depends/README,
+ theedge/trunk/etc/lunar/mirrors,
+ theedge/trunk/etc/lunar/mirrors/GNOME,
+ theedge/trunk/etc/lunar/mirrors/GNU,
+ theedge/trunk/etc/lunar/mirrors/KDE,
+ theedge/trunk/etc/lunar/mirrors/KERNEL,
+ theedge/trunk/etc/lunar/mirrors/LAST_RESORT,
+ theedge/trunk/etc/lunar/mirrors/SOURCEFORGE,
+ theedge/trunk/etc/lunar/mirrors/XFREE86, theedge/trunk/install,
+ theedge/trunk/lib, theedge/trunk/lib/lsb,
+ theedge/trunk/lib/lsb/init-functions, theedge/trunk/usr,
+ theedge/trunk/usr/sbin, theedge/trunk/usr/sbin/colony,
+ theedge/trunk/usr/sbin/lget, theedge/trunk/usr/sbin/lin,
+ theedge/trunk/usr/sbin/lrm, theedge/trunk/usr/sbin/lrm2,
+ theedge/trunk/usr/sbin/lunar, theedge/trunk/usr/sbin/lvis,
+ theedge/trunk/usr/sbin/lvu, theedge/trunk/usr/share,
+ theedge/trunk/usr/share/doc, theedge/trunk/usr/share/doc/lunar,
+ theedge/trunk/usr/share/doc/lunar/COPYING-2.0,
+ theedge/trunk/usr/share/doc/lunar/ChangeLog,
+ theedge/trunk/usr/share/doc/lunar/README,
+ theedge/trunk/usr/share/doc/lunar/contributions,
+ theedge/trunk/usr/share/doc/lunar/contributions/alan,
+ theedge/trunk/usr/share/doc/lunar/contributions/alex,
+ theedge/trunk/usr/share/doc/lunar/contributions/anders,
+ theedge/trunk/usr/share/doc/lunar/contributions/andrew,
+ theedge/trunk/usr/share/doc/lunar/contributions/artit,
+ theedge/trunk/usr/share/doc/lunar/contributions/arwed,
+ theedge/trunk/usr/share/doc/lunar/contributions/atani,
+ theedge/trunk/usr/share/doc/lunar/contributions/auke,
+ theedge/trunk/usr/share/doc/lunar/contributions/barak,
+ theedge/trunk/usr/share/doc/lunar/contributions/bfinch,
+ theedge/trunk/usr/share/doc/lunar/contributions/bjorn,
+ theedge/trunk/usr/share/doc/lunar/contributions/brian,
+ theedge/trunk/usr/share/doc/lunar/contributions/cal,
+ theedge/trunk/usr/share/doc/lunar/contributions/chris,
+ theedge/trunk/usr/share/doc/lunar/contributions/christoph,
+ theedge/trunk/usr/share/doc/lunar/contributions/christopher,
+ theedge/trunk/usr/share/doc/lunar/contributions/chuck,
+ theedge/trunk/usr/share/doc/lunar/contributions/csm,
+ theedge/trunk/usr/share/doc/lunar/contributions/daniel,
+ theedge/trunk/usr/share/doc/lunar/contributions/darookee,
+ theedge/trunk/usr/share/doc/lunar/contributions/david,
+ theedge/trunk/usr/share/doc/lunar/contributions/dnielsen,
+ theedge/trunk/usr/share/doc/lunar/contributions/doubletwist,
+ theedge/trunk/usr/share/doc/lunar/contributions/eric,
+ theedge/trunk/usr/share/doc/lunar/contributions/fasa,
+ theedge/trunk/usr/share/doc/lunar/contributions/ftbee,
+ theedge/trunk/usr/share/doc/lunar/contributions/gareth,
+ theedge/trunk/usr/share/doc/lunar/contributions/gerall,
+ theedge/trunk/usr/share/doc/lunar/contributions/hangman,
+ theedge/trunk/usr/share/doc/lunar/contributions/harley,
+ theedge/trunk/usr/share/doc/lunar/contributions/hendrik,
+ theedge/trunk/usr/share/doc/lunar/contributions/hgr,
+ theedge/trunk/usr/share/doc/lunar/contributions/jan,
+ theedge/trunk/usr/share/doc/lunar/contributions/jason,
+ theedge/trunk/usr/share/doc/lunar/contributions/jcr,
+ theedge/trunk/usr/share/doc/lunar/contributions/jean-michel,
+ theedge/trunk/usr/share/doc/lunar/contributions/jeff,
+ theedge/trunk/usr/share/doc/lunar/contributions/jim,
+ theedge/trunk/usr/share/doc/lunar/contributions/jjackson,
+ theedge/trunk/usr/share/doc/lunar/contributions/joel,
+ theedge/trunk/usr/share/doc/lunar/contributions/johan,
+ theedge/trunk/usr/share/doc/lunar/contributions/johnson,
+ theedge/trunk/usr/share/doc/lunar/contributions/jon,
+ theedge/trunk/usr/share/doc/lunar/contributions/jonathan,
+ theedge/trunk/usr/share/doc/lunar/contributions/joshua,
+ theedge/trunk/usr/share/doc/lunar/contributions/jyp,
+ theedge/trunk/usr/share/doc/lunar/contributions/kagan,
+ theedge/trunk/usr/share/doc/lunar/contributions/krisse,
+ theedge/trunk/usr/share/doc/lunar/contributions/kyle,
+ theedge/trunk/usr/share/doc/lunar/contributions/ladislav,
+ theedge/trunk/usr/share/doc/lunar/contributions/lasar,
+ theedge/trunk/usr/share/doc/lunar/contributions/livewire,
+ theedge/trunk/usr/share/doc/lunar/contributions/madar,
+ theedge/trunk/usr/share/doc/lunar/contributions/manolis,
+ theedge/trunk/usr/share/doc/lunar/contributions/marc,
+ theedge/trunk/usr/share/doc/lunar/contributions/mark,
+ theedge/trunk/usr/share/doc/lunar/contributions/mike,
+ theedge/trunk/usr/share/doc/lunar/contributions/nazadus,
+ theedge/trunk/usr/share/doc/lunar/contributions/newton,
+ theedge/trunk/usr/share/doc/lunar/contributions/nick,
+ theedge/trunk/usr/share/doc/lunar/contributions/nils,
+ theedge/trunk/usr/share/doc/lunar/contributions/paul,
+ theedge/trunk/usr/share/doc/lunar/contributions/paulo,
+ theedge/trunk/usr/share/doc/lunar/contributions/philippe,
+ theedge/trunk/usr/share/doc/lunar/contributions/pmartin,
+ theedge/trunk/usr/share/doc/lunar/contributions/richard,
+ theedge/trunk/usr/share/doc/lunar/contributions/robert,
+ theedge/trunk/usr/share/doc/lunar/contributions/robin,
+ theedge/trunk/usr/share/doc/lunar/contributions/rodzilla,
+ theedge/trunk/usr/share/doc/lunar/contributions/russel,
+ theedge/trunk/usr/share/doc/lunar/contributions/sasha,
+ theedge/trunk/usr/share/doc/lunar/contributions/seppo,
+ theedge/trunk/usr/share/doc/lunar/contributions/shawn,
+ theedge/trunk/usr/share/doc/lunar/contributions/sja8rd,
+ theedge/trunk/usr/share/doc/lunar/contributions/steve,
+ theedge/trunk/usr/share/doc/lunar/contributions/steven,
+ theedge/trunk/usr/share/doc/lunar/contributions/svolli,
+ theedge/trunk/usr/share/doc/lunar/contributions/target,
+ theedge/trunk/usr/share/doc/lunar/contributions/terry,
+ theedge/trunk/usr/share/doc/lunar/contributions/thomas,
+ theedge/trunk/usr/share/doc/lunar/contributions/toby,
+ theedge/trunk/usr/share/doc/lunar/contributions/tom,
+ theedge/trunk/usr/share/doc/lunar/contributions/torgeir,
+ theedge/trunk/usr/share/doc/lunar/contributions/trick,
+ theedge/trunk/usr/share/doc/lunar/contributions/vaino,
+ theedge/trunk/usr/share/doc/lunar/contributions/wes,
+ theedge/trunk/usr/share/doc/lunar/gpl.html,
+ theedge/trunk/usr/share/doc/lunar/module-example,
+ theedge/trunk/usr/share/doc/lunar/module-example/BUILD,
+ theedge/trunk/usr/share/doc/lunar/module-example/CONFIGURE,
+ theedge/trunk/usr/share/doc/lunar/module-example/CONFLICTS,
+ theedge/trunk/usr/share/doc/lunar/module-example/DEPENDS,
+ theedge/trunk/usr/share/doc/lunar/module-example/DETAILS,
+ theedge/trunk/usr/share/doc/lunar/module-example/POST_BUILD,
+ theedge/trunk/usr/share/doc/lunar/module-example/POST_INSTALL,
+ theedge/trunk/usr/share/doc/lunar/module-example/POST_REMOVE,
+ theedge/trunk/usr/share/doc/lunar/module-example/PRE_BUILD,
+ theedge/trunk/usr/share/doc/lunar/module-example/PRE_INSTALL,
+ theedge/trunk/usr/share/doc/lunar/module-example/PRE_REMOVE,
+ theedge/trunk/usr/share/doc/lunar/module-example/README,
+ theedge/trunk/usr/share/doc/lunar/module-example/init.d,
+ theedge/trunk/usr/share/doc/lunar/module-example/init.d/README,
+ theedge/trunk/usr/share/doc/lunar/module-example/init.d/ntp,
+ theedge/trunk/usr/share/doc/lunar/module-example/init.d/pure-ftpd,
+ theedge/trunk/usr/share/doc/lunar/module-example/init.d/sshd,
+ theedge/trunk/usr/share/doc/lunar/module-example/pam.d,
+ theedge/trunk/usr/share/doc/lunar/module-example/pam.d/README,
+ theedge/trunk/usr/share/doc/lunar/module-example/pam.d/chfn,
+ theedge/trunk/usr/share/doc/lunar/module-example/pam.d/chsh,
+ theedge/trunk/usr/share/doc/lunar/module-example/pam.d/ftp,
+ theedge/trunk/usr/share/doc/lunar/module-example/pam.d/gdm,
+ theedge/trunk/usr/share/doc/lunar/module-example/pam.d/passwd,
+ theedge/trunk/usr/share/doc/lunar/module-example/pam.d/samba,
+ theedge/trunk/usr/share/doc/lunar/module-example/pam.d/shadow,
+ theedge/trunk/usr/share/doc/lunar/module-example/pam.d/su,
+ theedge/trunk/usr/share/doc/lunar/module-example/profile.d,
+ theedge/trunk/usr/share/doc/lunar/module-example/profile.d/example.rc,
+ theedge/trunk/usr/share/doc/lunar/module-example/services,
+ theedge/trunk/usr/share/doc/lunar/module-example/xinetd.d,
+ theedge/trunk/usr/share/doc/lunar/module-example/xinetd.d/README,
+ theedge/trunk/usr/share/doc/lunar/module-example/xinetd.d/exim,
+ theedge/trunk/usr/share/doc/lunar/module-example/xinetd.d/proftpd,
+ theedge/trunk/usr/share/doc/lunar/module-example/xinetd.d/pure-ftpd,
+ theedge/trunk/usr/share/man, theedge/trunk/usr/share/man/man1,
+ theedge/trunk/usr/share/man/man1/lvu.1,
+ theedge/trunk/usr/share/man/man1/moonbase.1,
+ theedge/trunk/usr/share/man/man8,
+ theedge/trunk/usr/share/man/man8/lcrash.8,
+ theedge/trunk/usr/share/man/man8/lfirsttime.8,
+ theedge/trunk/usr/share/man/man8/lget.8,
+ theedge/trunk/usr/share/man/man8/lin.8,
+ theedge/trunk/usr/share/man/man8/lrm.8,
+ theedge/trunk/usr/share/man/man8/lunar.8, theedge/trunk/var,
+ theedge/trunk/var/lib, theedge/trunk/var/lib/lunar,
+ theedge/trunk/var/lib/lunar/apprentice,
+ theedge/trunk/var/lib/lunar/excluded,
+ theedge/trunk/var/lib/lunar/functions,
+ theedge/trunk/var/lib/lunar/functions/README,
+ theedge/trunk/var/lib/lunar/functions/config.lunar,
+ theedge/trunk/var/lib/lunar/functions/depends.lunar,
+ theedge/trunk/var/lib/lunar/functions/locking.lunar,
+ theedge/trunk/var/lib/lunar/functions/modules.lunar,
+ theedge/trunk/var/lib/lunar/functions/optimize.lunar,
+ theedge/trunk/var/lib/lunar/functions/queue.lunar,
+ theedge/trunk/var/lib/lunar/functions/recovery.lunar,
+ theedge/trunk/var/lib/lunar/functions/sizes.lunar,
+ theedge/trunk/var/lib/lunar/functions/sources.lunar,
+ theedge/trunk/var/lib/lunar/functions/updatelog.lunar,
+ theedge/trunk/var/lib/lunar/menu,
+ theedge/trunk/var/lib/lunar/menu/dmodule.menu,
+ theedge/trunk/var/lib/lunar/menu/download.menu,
+ theedge/trunk/var/lib/lunar/menu/integrity.menu,
+ theedge/trunk/var/lib/lunar/menu/mirrors.menu,
+ theedge/trunk/var/lib/lunar/menu/optimize.menu,
+ theedge/trunk/var/lib/lunar/protected,
+ theedge/trunk/var/lib/lunar/solo,
+ theedge/trunk/var/lib/lunar/subroutines,
+ theedge/trunk/var/lib/lunar/sustained, theedge/trunk/var/state,
+ theedge/trunk/var/state/lunar,
+ theedge/trunk/var/state/lunar/gcc.x86: Initial revision
+
+2002-08-21 00:58
+
+ * theedge/branches, theedge/tags, theedge/trunk: New repository
+ initialized by cvs2svn.
+
More information about the Lunar-commits
mailing list