Log of /trunk/init.d
Directory Listing
Revision
594 -
Directory Listing
Modified
Wed Oct 6 04:35:18 2004 UTC
(8 years, 7 months ago)
by
vapier
use sort -u instead of uniq #36453
Revision
588 -
Directory Listing
Modified
Tue Oct 5 23:15:02 2004 UTC
(8 years, 7 months ago)
by
vapier
after-boot dmesg logging #55421
Revision
586 -
Directory Listing
Modified
Tue Oct 5 15:59:27 2004 UTC
(8 years, 7 months ago)
by
vapier
let domainname override settings obtained by dhcp/etc... #48277
Revision
583 -
Directory Listing
Modified
Mon Oct 4 04:32:05 2004 UTC
(8 years, 7 months ago)
by
vapier
reorder mount arguements to be POSIX standard #66225
Revision
580 -
Directory Listing
Modified
Sun Oct 3 08:22:51 2004 UTC
(8 years, 7 months ago)
by
vapier
make sure we check out what happened with swapon #39834
Revision
579 -
Directory Listing
Modified
Sun Oct 3 08:09:49 2004 UTC
(8 years, 7 months ago)
by
vapier
respect fs_passno for / #39212
Revision
577 -
Directory Listing
Modified
Sun Oct 3 07:01:50 2004 UTC
(8 years, 7 months ago)
by
vapier
dont try to fsck a network-ed root (like NFS) #36624
Revision
576 -
Directory Listing
Modified
Sun Oct 3 05:58:59 2004 UTC
(8 years, 7 months ago)
by
vapier
nfs4 support in netmount #25106
Revision
575 -
Directory Listing
Modified
Sun Oct 3 00:37:54 2004 UTC
(8 years, 7 months ago)
by
vapier
update the cryptfs check to include [ -x /bin/cryptsetup ]
Revision
572 -
Directory Listing
Modified
Thu Sep 30 05:58:34 2004 UTC
(8 years, 7 months ago)
by
vapier
clean up the output of dm-crypt
Revision
569 -
Directory Listing
Modified
Wed Sep 29 05:05:27 2004 UTC
(8 years, 7 months ago)
by
vapier
move nscd back to glibc
Revision
566 -
Directory Listing
Modified
Mon Sep 27 22:11:44 2004 UTC
(8 years, 7 months ago)
by
agriffis
cvs diff: etc/conf.d/cryptfs is a new entry, no comparison available
Add the default cryptfs configuration file
init.d/checkfs | 146 +++++++++++++++++++++++++++++++-----------------------
init.d/localmount | 111 +++++++++++++++++++++++++++--------------
Minor fixes to tigger's dm-crypt stuff that resulted in some
rewriting. Don't set status in a subshell so success/failure is
preserved. Allow multi-line configuration files
ChangeLog | 9 ++-
tarball.sh | 2
Update to version 1.6.1
4 files changed, 167 insertions(+), 101 deletions(-)
Revision
559 -
Directory Listing
Modified
Thu Sep 16 12:30:13 2004 UTC
(8 years, 8 months ago)
by
vapier
trim out more extraneous whitespace
Revision
558 -
Directory Listing
Modified
Thu Sep 16 12:20:19 2004 UTC
(8 years, 8 months ago)
by
vapier
remove extraneous whitespace
Revision
555 -
Directory Listing
Modified
Wed Sep 15 18:11:25 2004 UTC
(8 years, 8 months ago)
by
agriffis
Fix bug 64034: simplify netmount script's stop function so that mountpoints containing spaces work correctly
Revision
552 -
Directory Listing
Modified
Tue Sep 14 22:53:58 2004 UTC
(8 years, 8 months ago)
by
vapier
fix whitespacing
Revision
550 -
Directory Listing
Modified
Tue Sep 14 17:11:05 2004 UTC
(8 years, 8 months ago)
by
agriffis
Commit dm-crypt enablement patch from Tigger (Rob Holland) in bug 26953
Revision
541 -
Directory Listing
Modified
Mon Aug 23 06:39:42 2004 UTC
(8 years, 9 months ago)
by
vapier
fix copyright lines
Revision
533 -
Directory Listing
Modified
Thu Aug 12 03:11:16 2004 UTC
(8 years, 9 months ago)
by
vapier
import better, gentoo-specific serial script #16079
Revision
528 -
Directory Listing
Modified
Mon Aug 2 00:39:55 2004 UTC
(8 years, 9 months ago)
by
agriffis
Fix bug 46680: Add cifs support to localmount and netmount
Revision
527 -
Directory Listing
Modified
Sun Aug 1 23:48:42 2004 UTC
(8 years, 9 months ago)
by
agriffis
Fix bug 51351: Quote parsed output of /proc/filesystems to handle octal sequences in mountpoint such as encoded spaces (\040)
Revision
524 -
Directory Listing
Modified
Sun Aug 1 20:20:03 2004 UTC
(8 years, 9 months ago)
by
agriffis
Fix bug 58805: net.eth0 should use bridge so that bridge interfaces are configured prior to net.br0 running
Revision
518 -
Directory Listing
Modified
Mon Jun 28 19:44:46 2004 UTC
(8 years, 10 months ago)
by
agriffis
Fix dhcp in iface_start_ifconfig: It was re-using the variable
${i} which would result in the following error:
/sbin/runscript.sh: line 441: ((: 16.141.88.153: syntax error
in expression (error token is ".141.88.153")
Use vlan_IFACE instead of iface_IFACE_vlans in net.eth0 for more
consistent vlan configuration. Thanks to robbat2 in bug 55394
(not fully resolved)
Add example for checking if root filesystem is NFS-mounted via
predown function in conf.d/net for bug 53104. This might be
better integrated at some point into net.eth0
Revision
516 -
Directory Listing
Modified
Sat Jun 26 21:56:19 2004 UTC
(8 years, 10 months ago)
by
agriffis
Fix bug 34607: provide examples for in conf.d/net for preup, postup, predown, postdown functions. Also pay attention to return value from postdown (previously ignored). Bump version to 1.5.0 to include in new baselayout release
Revision
515 -
Directory Listing
Modified
Sat Jun 26 20:57:03 2004 UTC
(8 years, 10 months ago)
by
agriffis
Fix bug 47659: support iproute2-style configuration. Thanks to Dean Bailey for some fantastic patches, including documentation for conf.d/net
Revision
514 -
Directory Listing
Modified
Tue Jun 15 21:03:10 2004 UTC
(8 years, 11 months ago)
by
agriffis
Fix bug 37418: fix order of LVM and RAID in checkfs. Thanks to Raimondo Giammanco for the patch.
Revision
512 -
Directory Listing
Modified
Tue Jun 15 17:56:46 2004 UTC
(8 years, 11 months ago)
by
agriffis
Fix bug 25975: support adsl in net.eth0. Thanks to Patrick McLean for the initial pass at the code.
Revision
502 -
Directory Listing
Modified
Mon May 10 14:16:35 2004 UTC
(9 years ago)
by
agriffis
Fix bug 50448: wrong conditional syntax in for loops
Revision
498 -
Directory Listing
Modified
Fri May 7 03:24:16 2004 UTC
(9 years ago)
by
agriffis
In net.eth0, fix many instances of loops like "for ((i = 0; i < 100; i
= i + 1))". The problem here is that the middle comparison is being
interpreted as a bash conditional, which means that it's doing string
comparison by default. It needs to be "i -lt 100"
Revision
497 -
Directory Listing
Modified
Fri May 7 03:02:26 2004 UTC
(9 years ago)
by
agriffis
Fix bug 34827: net.eth0 breaks when localized because the ifconfig
output changes. Wrap ifconfig in a function that overrides
LC_ALL=C.
Fix bug 48305: Provide a new network configuration variable
ifconfig_fallback_eth0 which allows one to specify a fallback
configuration in case DHCP fails.
Revision
495 -
Directory Listing
Modified
Thu May 6 04:06:51 2004 UTC
(9 years ago)
by
agriffis
Fix bug 44316: Use 0644 instead of 0640 for resolv.conf in net.ppp0
Revision
494 -
Directory Listing
Modified
Thu May 6 04:03:37 2004 UTC
(9 years ago)
by
agriffis
Undo that commit
Revision
493 -
Directory Listing
Modified
Thu May 6 04:00:38 2004 UTC
(9 years ago)
by
agriffis
Fix bug 35860: Use -o devmode=0664,devgid=85 when mounting usbfs. Also replace many lines of awk with two lines of grep.
Revision
484 -
Directory Listing
Modified
Wed Apr 21 17:09:18 2004 UTC
(9 years, 1 month ago)
by
vapier
update copyright years
Revision
482 -
Directory Listing
Modified
Wed Apr 14 17:27:34 2004 UTC
(9 years, 1 month ago)
by
agriffis
Bump version to 1.4.8. Fix bug 47623 (error removing inet6 addresses) with patch provided by Vlad Yasevich (offline)
Revision
481 -
Directory Listing
Modified
Tue Apr 13 00:20:03 2004 UTC
(9 years, 1 month ago)
by
agriffis
Update to rc-scripts version 1.4.7. Fix bug 47218 (net.eth0 broken for vlans) with patch provided by Andy Dustman. Fix bug 47250 (depscan.sh fails to create /var/lib/init.d/* directories) with patch from Terje Bergstrvm.
Revision
479 -
Directory Listing
Modified
Thu Apr 8 18:30:29 2004 UTC
(9 years, 1 month ago)
by
agriffis
Patch init.d/checkroot to list / (root) only once in mtab; see bug 38360. Patch from Gustavoz to livecd-functions.sh to run bash instead of login on serial consoles, necessary due to scrambled root password.
Revision
475 -
Directory Listing
Modified
Tue Mar 16 04:08:50 2004 UTC
(9 years, 2 months ago)
by
agriffis
The changes in this commit pertain primarily to
http://bugs.gentoo.org/show_bug.cgi?id=19695
http://bugs.gentoo.org/show_bug.cgi?id=35736
- Specify routes as an array per interface, for example:
routes_eth0=(
"-net 10.1.0.0 netmask 255.255.0.0 gw 10.0.0.5"
"-net 10.2.0.0 netmask 255.255.0.0 gw 10.0.0.6"
"-host 10.3.0.1 dev eth0"
)
- You can optionally use the gateway variable or just put the default
route in the routes variable. The following two are REDUNDANT:
routes_eth0=( "default gw 10.0.0.5" )
gateway="eth0/10.0.0.5"
- Old configuration variables in /etc/conf.d/net are fully supported
and used transparently if ifconfig_eth0 is missing. In other words,
this new script is fully backward-compatible. However you can get
rid of iface_eth0, alias_eth0, broadcast_eth0 and netmask_eth0 if
you want by using the new syntax:
ifconfig_eth0=(
"10.0.0.6 broadcast 10.0.255.255 netmask 255.255.0.0"
"192.168.1.1 netmask 255.255.255.0"
"123.456.789.1"
)
- Full backward compatibility so no danger to screwing up users
relying on existing /etc/conf.d/net setup
- NET_DEBUG can be set in the environment for copious debugging output
- Deprecate [ ] in favor of [[ ]] which has fewer quoting issues and
better functionality (and is even slightly faster)
- Properly localize all variables, including variables returned by
setup_vars
- Allow full options for every ifconfig command, both base address and
aliases via ifconfig_eth0, replacing the convoluted and
less-functional iface_eth0, alias_eth0, broadcast_eth0, netmask_eth0
- Provide full support for static routes via routes_eth0
- Fix potential quoting problems in setup_vars by using better eval
syntax instead of eval echo
- Display IP addresses while configuring, both DHCP-retrieved and
statically set addresses
- Collapse redundant caching of $? since eend returns $? again
- Report when keeping kernel configuration for an interface along with
IP address gleaned
- Don't reset the default gateway if it is already set correctly
- Don't bind default gateway to particular interface when /sbin/route
is called so that it can survive if there is more than one interface
on the required subnet. (Old behavior can be obtained by setting
routes_eth0="default gw 1.2.3.4 dev eth0" if you really want it)
- Don't bomb if default gateway can't be set since that doesn't
necessarily mean that the interface configuration is invalid.
(Old behavior was completely broken, but commented section
demonstrates how to do it right if necessary)
- iface_stop no longer relies on configuration in /etc/conf.d/net AT
ALL. This is very good because it means you can put new
configuration in /etc/conf.d/net, then restart the interface and the
old configuration will be properly shut down.
- iface_stop reports when it is releasing the DHCP lease
Revision
471 -
Directory Listing
Modified
Thu Feb 26 18:01:29 2004 UTC
(9 years, 2 months ago)
by
azarah
Add RC_DEVICE_TARBALL to /etc/conf.d/rc to control use of device tarball.
Also modified /sbin/rc and /etc/init.d/halt.sh for this.
Start udevd if present.
Revision
466 -
Directory Listing
Modified
Sun Feb 15 20:15:53 2004 UTC
(9 years, 3 months ago)
by
azarah
Fix type-o in /etc/init.d/consolefont, bug #40938, thanks to patch from
Cory Tusar <ctusar@adelphia.net>.
Revision
465 -
Directory Listing
Modified
Sun Feb 15 20:01:09 2004 UTC
(9 years, 3 months ago)
by
azarah
Add RC_TTY_NUMBER to /etc/conf.d/rc to configure how many tty devices
are used in scripts such as consolefonts, numlock, etc. This should
close bug #39863.
Revision
461 -
Directory Listing
Modified
Sun Feb 8 11:07:45 2004 UTC
(9 years, 3 months ago)
by
azarah
Update /etc/init.d/consolefont to use newer kbd. Should also close
bug #39864.
Revision
460 -
Directory Listing
Modified
Sun Feb 8 11:02:20 2004 UTC
(9 years, 3 months ago)
by
azarah
Fix wrong logic in /etc/init.d/halt.sh which did not umount all mounts
_but_ /mnt/cdrom and /mnt/livecd.
Revision
458 -
Directory Listing
Modified
Fri Feb 6 19:33:59 2004 UTC
(9 years, 3 months ago)
by
azarah
More livecd fixes
Revision
455 -
Directory Listing
Modified
Mon Jan 5 23:50:42 2004 UTC
(9 years, 4 months ago)
by
azarah
Fix type-o in /etc/init.d/checkfs, bug #37113.
Revision
451 -
Directory Listing
Modified
Fri Dec 26 00:25:24 2003 UTC
(9 years, 4 months ago)
by
azarah
Misc udev fixes
Revision
448 -
Directory Listing
Modified
Wed Nov 26 19:30:23 2003 UTC
(9 years, 5 months ago)
by
azarah
Make sure we mount already mounted mount (done in /sbin/rc) with
correct permissions, etc, bug #33764. Modified /etc/init.d/checkroot
for this.
Revision
447 -
Directory Listing
Modified
Wed Nov 26 19:23:15 2003 UTC
(9 years, 5 months ago)
by
azarah
Revert carrier detection check, as there is currently too many
issues with it, bug #33272.
Revision
445 -
Directory Listing
Modified
Wed Nov 26 19:16:18 2003 UTC
(9 years, 5 months ago)
by
azarah
Fix /etc/init.d/halt.sh to reset pam_console permissions, else
the next bootup might be done with some non-root nodes which cause
some odd issues.
Revision
444 -
Directory Listing
Modified
Sun Nov 16 20:11:45 2003 UTC
(9 years, 6 months ago)
by
azarah
Fix carrier detection - we need to do a 'ifconfig up' else
some drivers do not set the IFF_RUNNING bit, bug #33272, thanks to
Jason Rhinelander <jason-gentoo@gossamer-threads.com> for the fix.
Revision
443 -
Directory Listing
Modified
Sat Nov 15 16:11:21 2003 UTC
(9 years, 6 months ago)
by
azarah
Fix /etc/init.d/halt.sh to not try and remount virtual devices,
also do a few cleanups. Closes bug #33271.
Revision
439 -
Directory Listing
Modified
Mon Nov 10 00:29:47 2003 UTC
(9 years, 6 months ago)
by
azarah
LiveCD fixes
Revision
437 -
Directory Listing
Modified
Fri Oct 31 21:17:01 2003 UTC
(9 years, 6 months ago)
by
azarah
Add support for --tty switch added to setfont and remove consolechars
support; modified /etc/init.d/consolefont for this. Also remove
consoletools support from /etc/init.d/keymaps.
Revision
435 -
Directory Listing
Modified
Wed Oct 29 20:17:21 2003 UTC
(9 years, 6 months ago)
by
azarah
Add a fix to /etc/init.d/keymaps for bug #32111 (we should not have
'-u' in the call to loadkeys when using unicode).
Revision
433 -
Directory Listing
Modified
Mon Oct 27 18:40:36 2003 UTC
(9 years, 6 months ago)
by
azarah
Fix return code checking of fsck in /etc/init.d/checkfs, bug #31349.
Revision
426 -
Directory Listing
Modified
Sun Oct 26 17:24:54 2003 UTC
(9 years, 6 months ago)
by
azarah
The unmount stuff in /etc/init.d/halt.sh was flawed, in the fact that
it called 'umount -t no<insert_fs_here>', which resulted in /proc, etc
unmounted anyhow. Change it to remount the last filesystems readonly
without trying to unmount any. This fixes a few cases where reboot
would halt due to unmounted /proc, etc.
Revision
425 -
Directory Listing
Modified
Tue Oct 21 18:04:24 2003 UTC
(9 years, 7 months ago)
by
azarah
Add ramfs to no-unmounts in /etc/init.d/halt.sh
Revision
423 -
Directory Listing
Modified
Sun Oct 19 00:42:11 2003 UTC
(9 years, 7 months ago)
by
azarah
Remove the killall5 stuff from /etc/init.d/halt.sh, as it messes with
bootsplash. Add support to kill processes still using non-critical
mounts with fuser though.
Revision
417 -
Directory Listing
Modified
Tue Oct 14 00:02:21 2003 UTC
(9 years, 7 months ago)
by
azarah
Add initial bootsplash patch. Add more tty's to numlock, bug #28252.
Revision
413 -
Directory Listing
Modified
Mon Oct 13 21:41:09 2003 UTC
(9 years, 7 months ago)
by
azarah
Remove changing group of /tmp/.{X,ICE}-unix, as it it not needed, bug #28861.
Revision
411 -
Directory Listing
Modified
Mon Oct 13 19:52:38 2003 UTC
(9 years, 7 months ago)
by
azarah
Add 'after hotplug' to /etc/init.d/consolefont, bug #30856.
Revision
410 -
Directory Listing
Modified
Mon Oct 13 19:32:32 2003 UTC
(9 years, 7 months ago)
by
azarah
Add initial udev support. Modified /sbin/rc and /etc/init.d/halt.sh.
Add squid to /etc/services, bug #30995. Other cleanups from rac.
Add patch from Kumba <kumba@gentoo.org> to MAKEDEV to not allow
running while pwd is root (/).
Revision
408 -
Directory Listing
Modified
Mon Sep 8 00:11:54 2003 UTC
(9 years, 8 months ago)
by
azarah
Change the '-k' switch to dhcpcd to '-z' in /etc/init.d/net.eth0.
Revision
405 -
Directory Listing
Modified
Mon Aug 11 01:27:16 2003 UTC
(9 years, 9 months ago)
by
azarah
Fix small logic error (changed things, but forgot to update i)
Revision
403 -
Directory Listing
Modified
Sun Aug 10 23:29:30 2003 UTC
(9 years, 9 months ago)
by
azarah
Modify /etc/init.d/modules not to print the autoloading stuff if
no modules should be loaded (resolving bug #26288), per request from
Michael Frysinger <vapier@gentoo.org>.
Revision
402 -
Directory Listing
Modified
Sun Aug 10 21:31:36 2003 UTC
(9 years, 9 months ago)
by
azarah
Fix /etc/init.d/consolefont to not error out if CONSOLEFONT in rc.conf
is not set, bug #26278 (noted by Michael Frysinger <vapier@gentoo.org>).
Revision
401 -
Directory Listing
Modified
Sun Aug 10 21:25:23 2003 UTC
(9 years, 9 months ago)
by
azarah
Fix /etc/init.d/halt.sh to unmount the mount point and not the device.
Also change it to 'mount -d' to detach the loop device. Patch by
Kalin KOZHUHAROV <kalin@ThinRope.net>, bug #26256.
Revision
400 -
Directory Listing
Modified
Sun Aug 10 19:51:21 2003 UTC
(9 years, 9 months ago)
by
azarah
first run killall5, then deactivate swap
Revision
397 -
Directory Listing
Modified
Mon Aug 4 19:41:15 2003 UTC
(9 years, 9 months ago)
by
azarah
Add LVM2 support thanks to Max Kalika <max@gentoo.org> (bug #21908).
Revision
394 -
Directory Listing
Modified
Mon Aug 4 19:08:25 2003 UTC
(9 years, 9 months ago)
by
azarah
Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue),
bug #4222, thanks to Sean E Russell <ser@germane-software.com>,
Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show'
stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>.
Fixed modules-update to only do the /etc/modprobe.conf generation if we
are actually running a 2.5+ kernel.
Revision
393 -
Directory Listing
Modified
Thu Jul 31 21:08:24 2003 UTC
(9 years, 9 months ago)
by
azarah
bug #25398
Revision
392 -
Directory Listing
Modified
Tue Jul 29 22:15:36 2003 UTC
(9 years, 9 months ago)
by
azarah
check{root,fs} tweaks
Revision
389 -
Directory Listing
Modified
Mon Jul 28 01:23:46 2003 UTC
(9 years, 9 months ago)
by
azarah
adelie fixes, add better logger support
Revision
388 -
Directory Listing
Modified
Tue Jul 22 21:07:08 2003 UTC
(9 years, 10 months ago)
by
azarah
Adelie updates and some other fixes
Revision
387 -
Directory Listing
Modified
Tue Jul 22 15:33:27 2003 UTC
(9 years, 10 months ago)
by
azarah
Add EVMS2 support
Revision
386 -
Directory Listing
Modified
Tue Jul 22 13:55:50 2003 UTC
(9 years, 10 months ago)
by
azarah
Fix the /dev/root entry in /etc/mtab, bug #24916.
Revision
382 -
Directory Listing
Modified
Thu Jul 17 19:16:28 2003 UTC
(9 years, 10 months ago)
by
azarah
use uname -r to get kernel version, bug #23923
Revision
381 -
Directory Listing
Modified
Thu Jul 17 18:39:54 2003 UTC
(9 years, 10 months ago)
by
azarah
Add mdadm support to /etc/init.d/checkfs, bug #23437
Revision
379 -
Directory Listing
Modified
Thu Jul 17 18:26:40 2003 UTC
(9 years, 10 months ago)
by
azarah
vlan support, bug #15588
Revision
378 -
Directory Listing
Modified
Wed Jul 16 19:38:51 2003 UTC
(9 years, 10 months ago)
by
azarah
fix keymap issues, bug #24084
Revision
376 -
Directory Listing
Modified
Wed Jul 16 18:27:55 2003 UTC
(9 years, 10 months ago)
by
azarah
more fixes
Revision
375 -
Directory Listing
Modified
Wed Jul 16 18:13:46 2003 UTC
(9 years, 10 months ago)
by
azarah
various fixes
Revision
374 -
Directory Listing
Modified
Tue Jul 15 20:36:32 2003 UTC
(9 years, 10 months ago)
by
azarah
small fixes
Revision
373 -
Directory Listing
Modified
Thu Jul 3 04:23:33 2003 UTC
(9 years, 10 months ago)
by
robbat2
remove lockfile
Revision
372 -
Directory Listing
Modified
Thu Jul 3 02:13:47 2003 UTC
(9 years, 10 months ago)
by
robbat2
Add frozen lock support
Revision
370 -
Directory Listing
Modified
Mon Jun 23 20:56:16 2003 UTC
(9 years, 11 months ago)
by
azarah
cleanup for bug #21438
Revision
369 -
Directory Listing
Modified
Sun Jun 22 19:41:48 2003 UTC
(9 years, 11 months ago)
by
azarah
really fix bootmisc, bug #21438
Revision
368 -
Directory Listing
Modified
Wed May 21 20:14:50 2003 UTC
(10 years ago)
by
azarah
Fix domainname to start before bootmisc; new file /etc/issue.logo
Revision
367 -
Directory Listing
Modified
Wed May 21 18:55:58 2003 UTC
(10 years ago)
by
azarah
type-o
Revision
363 -
Directory Listing
Modified
Sun May 18 21:51:34 2003 UTC
(10 years ago)
by
azarah
fixes
Revision
362 -
Directory Listing
Modified
Wed May 14 20:30:05 2003 UTC
(10 years ago)
by
azarah
fix net.ppp0 issues for kppp; dependency fixes
Revision
360 -
Directory Listing
Modified
Mon May 12 21:23:05 2003 UTC
(10 years ago)
by
azarah
some more fixes
Revision
359 -
Directory Listing
Modified
Sun May 11 23:32:47 2003 UTC
(10 years ago)
by
azarah
new release; supporting parallel startup and new dep system with many fixes
Revision
356 -
Directory Listing
Modified
Sun May 4 23:16:31 2003 UTC
(10 years ago)
by
azarah
hostname again; add domainname
Revision
353 -
Directory Listing
Modified
Sun Apr 27 20:17:15 2003 UTC
(10 years ago)
by
azarah
updates from Rach
Revision
352 -
Directory Listing
Modified
Sun Apr 27 18:39:59 2003 UTC
(10 years ago)
by
azarah
bugfixes; new version
Revision
351 -
Directory Listing
Modified
Sun Apr 27 12:57:50 2003 UTC
(10 years ago)
by
azarah
fix net.ppp0 and add save to clock rc-script
Revision
350 -
Directory Listing
Modified
Mon Apr 21 20:43:38 2003 UTC
(10 years, 1 month ago)
by
azarah
some fixes
Revision
349 -
Directory Listing
Modified
Fri Apr 11 17:29:43 2003 UTC
(10 years, 1 month ago)
by
azarah
small fixes
Revision
345 -
Directory Listing
Modified
Sun Apr 6 16:28:27 2003 UTC
(10 years, 1 month ago)
by
azarah
various fixes; moved .c files to src
Revision
343 -
Directory Listing
Modified
Mon Mar 24 15:25:05 2003 UTC
(10 years, 2 months ago)
by
azarah
raid tweaks
Revision
342 -
Directory Listing
Modified
Mon Mar 24 14:09:41 2003 UTC
(10 years, 2 months ago)
by
azarah
cleanups
Revision
340 -
Directory Listing
Modified
Sun Mar 16 08:03:19 2003 UTC
(10 years, 2 months ago)
by
azarah
some fixes and new release
Revision
337 -
Directory Listing
Modified
Tue Mar 11 02:30:22 2003 UTC
(10 years, 2 months ago)
by
azarah
some fixes
Revision
336 -
Directory Listing
Modified
Sun Mar 9 21:45:22 2003 UTC
(10 years, 2 months ago)
by
azarah
small tweaks; sysfs support
Revision
334 -
Directory Listing
Modified
Sun Mar 9 09:06:23 2003 UTC
(10 years, 2 months ago)
by
azarah
some updates and fixes
Revision
333 -
Directory Listing
Modified
Sat Mar 8 15:14:23 2003 UTC
(10 years, 2 months ago)
by
azarah
fix trying to unmount / on 2.4 kernel
Revision
332 -
Directory Listing
Modified
Sun Mar 2 22:44:10 2003 UTC
(10 years, 2 months ago)
by
azarah
cleanup checkroot
Revision
331 -
Directory Listing
Modified
Sun Mar 2 22:32:08 2003 UTC
(10 years, 2 months ago)
by
azarah
slight tweaks
Revision
330 -
Directory Listing
Modified
Fri Feb 28 15:45:35 2003 UTC
(10 years, 2 months ago)
by
azarah
many fixes/optimizations
Revision
329 -
Directory Listing
Modified
Thu Feb 27 20:20:01 2003 UTC
(10 years, 2 months ago)
by
azarah
fix unmount of non critical mounts
Revision
328 -
Directory Listing
Modified
Thu Feb 27 19:40:49 2003 UTC
(10 years, 2 months ago)
by
azarah
remove greps that could be called if /usr not mounted
Revision
324 -
Directory Listing
Modified
Mon Feb 17 02:48:39 2003 UTC
(10 years, 3 months ago)
by
azarah
bug fixes
Revision
313 -
Directory Listing
Modified
Sat Feb 1 15:09:22 2003 UTC
(10 years, 3 months ago)
by
azarah
add isapnp to modules use
Revision
312 -
Directory Listing
Modified
Tue Jan 28 04:00:42 2003 UTC
(10 years, 3 months ago)
by
woodchip
some fixes to halt.sh
Revision
311 -
Directory Listing
Modified
Sun Jan 26 15:51:56 2003 UTC
(10 years, 3 months ago)
by
azarah
fix retval check in checkroot and checkfs
Revision
308 -
Directory Listing
Modified
Tue Jan 21 22:05:07 2003 UTC
(10 years, 4 months ago)
by
azarah
add unicode keymap support
Revision
307 -
Directory Listing
Modified
Mon Jan 20 00:51:11 2003 UTC
(10 years, 4 months ago)
by
azarah
misc fixes
Revision
301 -
Directory Listing
Modified
Tue Jan 14 22:22:23 2003 UTC
(10 years, 4 months ago)
by
azarah
new release
Revision
300 -
Directory Listing
Modified
Tue Jan 14 06:12:27 2003 UTC
(10 years, 4 months ago)
by
azarah
bugfix
Revision
299 -
Directory Listing
Modified
Tue Jan 7 22:53:29 2003 UTC
(10 years, 4 months ago)
by
azarah
misc fixes
Revision
297 -
Directory Listing
Modified
Mon Jan 6 21:32:44 2003 UTC
(10 years, 4 months ago)
by
azarah
lot of changes; hopeful release of rc-scripts-1.4.3.0
Revision
294 -
Directory Listing
Modified
Thu Jan 2 22:20:02 2003 UTC
(10 years, 4 months ago)
by
azarah
small fixes and enhancements
Revision
293 -
Directory Listing
Modified
Sun Dec 29 16:56:29 2002 UTC
(10 years, 4 months ago)
by
azarah
use 'usbfs' for kernel 2.5
Revision
291 -
Directory Listing
Modified
Thu Dec 26 00:28:16 2002 UTC
(10 years, 4 months ago)
by
azarah
add crypto-loop
Revision
286 -
Directory Listing
Modified
Wed Dec 18 10:11:43 2002 UTC
(10 years, 5 months ago)
by
azarah
mips support among things
Revision
283 -
Directory Listing
Modified
Mon Dec 9 19:03:08 2002 UTC
(10 years, 5 months ago)
by
azarah
odd fixes
Revision
282 -
Directory Listing
Modified
Thu Dec 5 19:05:23 2002 UTC
(10 years, 5 months ago)
by
azarah
also remove fam-oss temp files
Revision
277 -
Directory Listing
Modified
Sun Dec 1 17:45:18 2002 UTC
(10 years, 5 months ago)
by
azarah
bugfixes
Revision
272 -
Directory Listing
Modified
Tue Nov 26 12:32:29 2002 UTC
(10 years, 5 months ago)
by
azarah
add some flexiblity to net dependency
Revision
271 -
Directory Listing
Modified
Mon Nov 25 22:24:08 2002 UTC
(10 years, 5 months ago)
by
azarah
import Adelie Cluster stuff
Revision
266 -
Directory Listing
Modified
Mon Nov 18 13:07:02 2002 UTC
(10 years, 6 months ago)
by
azarah
change license
Revision
255 -
Directory Listing
Modified
Mon Nov 4 14:51:07 2002 UTC
(10 years, 6 months ago)
by
azarah
fix misc deps
Revision
254 -
Directory Listing
Modified
Thu Oct 31 21:03:04 2002 UTC
(10 years, 6 months ago)
by
azarah
fix modules rc-script to handle moduleless kernel
Revision
253 -
Directory Listing
Modified
Mon Oct 28 15:21:40 2002 UTC
(10 years, 6 months ago)
by
azarah
fix update-modules path in init.d/modules
Revision
249 -
Directory Listing
Modified
Thu Oct 17 22:43:25 2002 UTC
(10 years, 7 months ago)
by
azarah
fix race condition
Revision
247 -
Directory Listing
Modified
Sun Oct 13 19:20:23 2002 UTC
(10 years, 7 months ago)
by
azarah
misc form updates
Revision
246 -
Directory Listing
Modified
Sun Oct 13 03:16:11 2002 UTC
(10 years, 7 months ago)
by
azarah
more fixes
Revision
245 -
Directory Listing
Modified
Sun Oct 13 00:32:09 2002 UTC
(10 years, 7 months ago)
by
azarah
minor fixes
Revision
244 -
Directory Listing
Modified
Sat Oct 5 19:58:25 2002 UTC
(10 years, 7 months ago)
by
azarah
many misc fixes and updates
Revision
243 -
Directory Listing
Modified
Sun Sep 29 17:31:01 2002 UTC
(10 years, 7 months ago)
by
azarah
more fixes
Revision
241 -
Directory Listing
Modified
Wed Sep 25 21:46:08 2002 UTC
(10 years, 7 months ago)
by
azarah
ngpt fixes
Revision
240 -
Directory Listing
Modified
Mon Sep 23 17:16:09 2002 UTC
(10 years, 8 months ago)
by
azarah
fixor
Revision
239 -
Directory Listing
Modified
Mon Sep 23 09:29:56 2002 UTC
(10 years, 8 months ago)
by
aliz
swraid fixes
Revision
238 -
Directory Listing
Modified
Sun Sep 22 17:56:31 2002 UTC
(10 years, 8 months ago)
by
azarah
NGPT support
Revision
237 -
Directory Listing
Modified
Tue Sep 17 20:45:39 2002 UTC
(10 years, 8 months ago)
by
azarah
small fixor
Revision
235 -
Directory Listing
Modified
Sat Sep 14 00:09:24 2002 UTC
(10 years, 8 months ago)
by
azarah
bork
Revision
234 -
Directory Listing
Modified
Wed Sep 11 18:07:37 2002 UTC
(10 years, 8 months ago)
by
azarah
fix type-o in netmount
Revision
233 -
Directory Listing
Modified
Sat Sep 7 22:13:29 2002 UTC
(10 years, 8 months ago)
by
azarah
release again
Revision
232 -
Directory Listing
Modified
Sat Sep 7 21:52:35 2002 UTC
(10 years, 8 months ago)
by
azarah
quick release
Revision
231 -
Directory Listing
Modified
Sat Sep 7 13:31:29 2002 UTC
(10 years, 8 months ago)
by
azarah
bugfixes
Revision
230 -
Directory Listing
Modified
Thu Aug 29 06:09:56 2002 UTC
(10 years, 8 months ago)
by
azarah
fix invalid check for env-update
Revision
227 -
Directory Listing
Modified
Tue Aug 27 19:07:43 2002 UTC
(10 years, 8 months ago)
by
azarah
fix LVM bork
Revision
225 -
Directory Listing
Modified
Sun Aug 25 20:29:07 2002 UTC
(10 years, 8 months ago)
by
azarah
add nfs to USE
Revision
223 -
Directory Listing
Modified
Sun Aug 25 07:58:54 2002 UTC
(10 years, 9 months ago)
by
azarah
new release
Revision
222 -
Directory Listing
Modified
Thu Aug 22 19:55:34 2002 UTC
(10 years, 9 months ago)
by
azarah
small fixes
Revision
221 -
Directory Listing
Modified
Mon Aug 12 18:22:32 2002 UTC
(10 years, 9 months ago)
by
azarah
fix keymaps
Revision
220 -
Directory Listing
Modified
Sun Aug 11 22:45:41 2002 UTC
(10 years, 9 months ago)
by
azarah
raid support fixor
Revision
214 -
Directory Listing
Modified
Sun Aug 4 03:10:10 2002 UTC
(10 years, 9 months ago)
by
woodchip
added support for UPS shutdown
Revision
212 -
Directory Listing
Modified
Sat Jul 27 17:08:27 2002 UTC
(10 years, 9 months ago)
by
azarah
Redhat features; bugfixes
Revision
209 -
Directory Listing
Modified
Mon Jul 22 21:35:20 2002 UTC
(10 years, 10 months ago)
by
azarah
update awk regex
Revision
205 -
Directory Listing
Modified
Mon Jul 22 04:27:42 2002 UTC
(10 years, 10 months ago)
by
azarah
small fixes
Revision
203 -
Directory Listing
Modified
Sun Jul 21 22:06:06 2002 UTC
(10 years, 10 months ago)
by
azarah
fixes
Revision
202 -
Directory Listing
Modified
Sun Jul 21 14:25:00 2002 UTC
(10 years, 10 months ago)
by
azarah
small fixes/updates
Revision
201 -
Directory Listing
Modified
Wed Jul 17 20:44:13 2002 UTC
(10 years, 10 months ago)
by
azarah
add logger as dep of modules
Revision
198 -
Directory Listing
Modified
Tue Jul 16 22:46:57 2002 UTC
(10 years, 10 months ago)
by
azarah
small fixes
Revision
185 -
Directory Listing
Modified
Sun May 26 19:29:54 2002 UTC
(10 years, 11 months ago)
by
azarah
resolve bug #2555
Revision
179 -
Directory Listing
Modified
Sun May 12 02:54:42 2002 UTC
(11 years ago)
by
azarah
small fixes
Revision
177 -
Directory Listing
Modified
Fri May 10 21:57:44 2002 UTC
(11 years ago)
by
azarah
small fixes
Revision
171 -
Directory Listing
Modified
Thu Apr 25 21:05:14 2002 UTC
(11 years, 1 month ago)
by
azarah
fix default route command
Revision
169 -
Directory Listing
Modified
Tue Apr 23 10:28:15 2002 UTC
(11 years, 1 month ago)
by
azarah
utmpx fixes
Revision
167 -
Directory Listing
Modified
Sun Apr 21 19:27:07 2002 UTC
(11 years, 1 month ago)
by
azarah
more fixes
Revision
165 -
Directory Listing
Modified
Sun Apr 21 18:07:07 2002 UTC
(11 years, 1 month ago)
by
azarah
rc-envupdate and hopefull release
Revision
164 -
Directory Listing
Modified
Fri Apr 12 16:02:11 2002 UTC
(11 years, 1 month ago)
by
azarah
small fixes
Revision
163 -
Directory Listing
Modified
Thu Apr 11 20:00:32 2002 UTC
(11 years, 1 month ago)
by
azarah
small fixes
Revision
162 -
Directory Listing
Modified
Fri Apr 5 23:21:25 2002 UTC
(11 years, 1 month ago)
by
azarah
move rc-help.sh as well.
Revision
161 -
Directory Listing
Modified
Fri Apr 5 23:18:27 2002 UTC
(11 years, 1 month ago)
by
azarah
move to /sbin
Revision
160 -
Directory Listing
Modified
Mon Apr 1 18:37:39 2002 UTC
(11 years, 1 month ago)
by
azarah
small fixes
Revision
157 -
Directory Listing
Modified
Sun Mar 24 09:47:01 2002 UTC
(11 years, 2 months ago)
by
azarah
lots of fixes/updates
Revision
156 -
Directory Listing
Modified
Sat Mar 23 18:33:02 2002 UTC
(11 years, 2 months ago)
by
drobbins
closing bug #1318
Revision
154 -
Directory Listing
Modified
Sat Mar 23 12:52:56 2002 UTC
(11 years, 2 months ago)
by
azarah
before/after update
Revision
153 -
Directory Listing
Modified
Sat Mar 23 12:10:43 2002 UTC
(11 years, 2 months ago)
by
azarah
small fix
Revision
152 -
Directory Listing
Modified
Sat Mar 23 12:09:00 2002 UTC
(11 years, 2 months ago)
by
azarah
make the --quiet stuff a bit better
Revision
151 -
Directory Listing
Modified
Sat Mar 23 11:52:41 2002 UTC
(11 years, 2 months ago)
by
azarah
reformat error messages
Revision
150 -
Directory Listing
Modified
Sat Mar 23 08:14:40 2002 UTC
(11 years, 2 months ago)
by
azarah
small fixes
Revision
148 -
Directory Listing
Modified
Tue Mar 19 20:42:33 2002 UTC
(11 years, 2 months ago)
by
azarah
add --quiet
Revision
147 -
Directory Listing
Modified
Mon Mar 18 17:39:49 2002 UTC
(11 years, 2 months ago)
by
azarah
small fixes
Revision
146 -
Directory Listing
Modified
Thu Mar 14 21:58:08 2002 UTC
(11 years, 2 months ago)
by
azarah
group/passwd fixes, and fix net.eth0 DHCP shutdown
Revision
145 -
Directory Listing
Modified
Mon Mar 11 21:39:04 2002 UTC
(11 years, 2 months ago)
by
azarah
fixes to depscan.sh and functions.sh
Revision
144 -
Directory Listing
Modified
Sun Mar 10 22:57:28 2002 UTC
(11 years, 2 months ago)
by
azarah
lost of fixes
Revision
143 -
Directory Listing
Modified
Wed Mar 6 21:23:44 2002 UTC
(11 years, 2 months ago)
by
azarah
update
Revision
142 -
Directory Listing
Modified
Mon Mar 4 21:52:04 2002 UTC
(11 years, 2 months ago)
by
azarah
odd fixes
Revision
141 -
Directory Listing
Modified
Mon Mar 4 19:40:29 2002 UTC
(11 years, 2 months ago)
by
azarah
kbd support
Revision
140 -
Directory Listing
Modified
Mon Mar 4 18:55:29 2002 UTC
(11 years, 2 months ago)
by
azarah
type-o
Revision
139 -
Directory Listing
Modified
Mon Mar 4 18:52:59 2002 UTC
(11 years, 2 months ago)
by
azarah
new release
Revision
138 -
Directory Listing
Modified
Sun Mar 3 22:13:22 2002 UTC
(11 years, 2 months ago)
by
azarah
new release
Revision
137 -
Directory Listing
Modified
Sun Mar 3 17:12:40 2002 UTC
(11 years, 2 months ago)
by
azarah
caching update
Revision
135 -
Directory Listing
Modified
Fri Mar 1 22:31:03 2002 UTC
(11 years, 2 months ago)
by
azarah
fixes and wrapping for syntax error detection
Revision
134 -
Directory Listing
Modified
Wed Feb 27 23:58:31 2002 UTC
(11 years, 2 months ago)
by
azarah
local stuff
Revision
133 -
Directory Listing
Modified
Wed Feb 27 21:25:53 2002 UTC
(11 years, 2 months ago)
by
azarah
ramdisk updates
Revision
131 -
Directory Listing
Modified
Tue Feb 26 21:20:59 2002 UTC
(11 years, 2 months ago)
by
azarah
fix services to stop on halt even if needed service fails to start
Revision
130 -
Directory Listing
Modified
Tue Feb 26 19:07:16 2002 UTC
(11 years, 2 months ago)
by
azarah
update consolefont; fix devfs /etc/mtab entry again
Revision
129 -
Directory Listing
Modified
Tue Feb 26 00:07:27 2002 UTC
(11 years, 2 months ago)
by
azarah
fix devfs and /etc/mtab creation issue
Revision
127 -
Directory Listing
Modified
Sun Feb 17 02:24:47 2002 UTC
(11 years, 3 months ago)
by
azarah
misc fixes
Revision
126 -
Directory Listing
Modified
Fri Feb 15 22:05:54 2002 UTC
(11 years, 3 months ago)
by
azarah
update help
Revision
125 -
Directory Listing
Modified
Fri Feb 15 20:45:48 2002 UTC
(11 years, 3 months ago)
by
azarah
working proto
Revision
124 -
Directory Listing
Modified
Fri Feb 15 04:35:43 2002 UTC
(11 years, 3 months ago)
by
azarah
have backup .. want to see if i can finish at work
Revision
123 -
Directory Listing
Modified
Tue Feb 5 23:39:27 2002 UTC
(11 years, 3 months ago)
by
azarah
add comment about where config file is
Revision
122 -
Directory Listing
Modified
Tue Feb 5 23:17:28 2002 UTC
(11 years, 3 months ago)
by
azarah
enhance gateway support for net.eth0
Revision
120 -
Directory Listing
Modified
Sat Feb 2 14:47:27 2002 UTC
(11 years, 3 months ago)
by
azarah
update deps
Revision
119 -
Directory Listing
Modified
Sat Feb 2 00:04:19 2002 UTC
(11 years, 3 months ago)
by
azarah
Added numlock before I forget, or Woodchip actually start on it.
Woodchip: if you have already, and yours is better, just commit
and fix ChangeLog.
Long day .. must be off to bed now ;/
Revision
118 -
Directory Listing
Modified
Tue Jan 29 17:27:15 2002 UTC
(11 years, 3 months ago)
by
azarah
update localmount not to mount coda mounts
Revision
117 -
Directory Listing
Modified
Tue Jan 29 02:28:47 2002 UTC
(11 years, 3 months ago)
by
azarah
unmount fixes to netmount
Revision
113 -
Directory Listing
Modified
Sun Jan 27 00:06:46 2002 UTC
(11 years, 3 months ago)
by
azarah
charset map support
Revision
110 -
Directory Listing
Modified
Wed Jan 23 20:54:55 2002 UTC
(11 years, 4 months ago)
by
azarah
new mtab creation scheme
Revision
109 -
Directory Listing
Modified
Wed Jan 23 18:15:10 2002 UTC
(11 years, 4 months ago)
by
azarah
fix restart problem with net.* services
Revision
108 -
Directory Listing
Modified
Wed Jan 23 18:12:41 2002 UTC
(11 years, 4 months ago)
by
azarah
tough one to die ;-)
Revision
105 -
Directory Listing
Modified
Sun Jan 20 17:12:52 2002 UTC
(11 years, 4 months ago)
by
azarah
updated net.eth0 to 'use' pcmcia
Revision
104 -
Directory Listing
Modified
Sun Jan 20 08:47:56 2002 UTC
(11 years, 4 months ago)
by
azarah
add support for the new mtab scheme
Revision
103 -
Directory Listing
Modified
Tue Jan 15 19:20:20 2002 UTC
(11 years, 4 months ago)
by
drobbins
grammar fix in error
Revision
101 -
Directory Listing
Modified
Mon Jan 7 02:03:44 2002 UTC
(11 years, 4 months ago)
by
azarah
new net.* rc-script config scheme ... a initial framework
Revision
98 -
Directory Listing
Modified
Fri Jan 4 22:41:29 2002 UTC
(11 years, 4 months ago)
by
azarah
add a paragraph about the 'net' dependancy
Revision
96 -
Directory Listing
Modified
Sun Dec 30 22:47:53 2001 UTC
(11 years, 4 months ago)
by
azarah
fixors
Revision
94 -
Directory Listing
Modified
Sat Dec 29 00:36:29 2001 UTC
(11 years, 4 months ago)
by
azarah
forgot rc-help.sh
Revision
93 -
Directory Listing
Modified
Fri Dec 28 23:49:22 2001 UTC
(11 years, 4 months ago)
by
azarah
add help, etc
Revision
92 -
Directory Listing
Modified
Tue Dec 25 22:54:12 2001 UTC
(11 years, 4 months ago)
by
azarah
small fixors
Revision
91 -
Directory Listing
Modified
Tue Dec 25 00:21:03 2001 UTC
(11 years, 5 months ago)
by
azarah
added pause function; updated restart to also restart services dependant on; other misc fixes
Revision
90 -
Directory Listing
Modified
Sat Dec 22 16:05:17 2001 UTC
(11 years, 5 months ago)
by
drobbins
Removed a potentially bad sleep call.
Revision
89 -
Directory Listing
Modified
Sat Dec 22 08:06:42 2001 UTC
(11 years, 5 months ago)
by
azarah
small fixor
Revision
88 -
Directory Listing
Modified
Sat Dec 22 07:34:38 2001 UTC
(11 years, 5 months ago)
by
azarah
small fixor
Revision
87 -
Directory Listing
Modified
Sat Dec 22 07:19:59 2001 UTC
(11 years, 5 months ago)
by
azarah
typeo
Revision
85 -
Directory Listing
Modified
Sat Dec 22 06:51:19 2001 UTC
(11 years, 5 months ago)
by
azarah
drop init wrapper; LVM support; better unmount on shutdown support
Revision
78 -
Directory Listing
Modified
Sat Dec 8 22:19:28 2001 UTC
(11 years, 5 months ago)
by
woodchip
*** empty log message ***
Revision
72 -
Directory Listing
Modified
Fri Dec 7 02:06:26 2001 UTC
(11 years, 5 months ago)
by
azarah
fix bootmisc to use so that it will only do cleanups during boot
Revision
69 -
Directory Listing
Modified
Thu Dec 6 22:54:13 2001 UTC
(11 years, 5 months ago)
by
azarah
added new net.ppp0 and fixed problem with /sbin/rc where just calling rc would stop all services
Revision
67 -
Directory Listing
Modified
Thu Dec 6 06:39:28 2001 UTC
(11 years, 5 months ago)
by
drobbins
more fixes. rc-scripts-1.2 should be solid now
Revision
65 -
Directory Listing
Modified
Thu Dec 6 05:21:25 2001 UTC
(11 years, 5 months ago)
by
drobbins
very many initscript updates (beta)
Revision
64 -
Directory Listing
Modified
Sun Dec 2 23:12:06 2001 UTC
(11 years, 5 months ago)
by
jerrya
Fix cosmetic changes (convert spaces to tabs).
Revision
54 -
Directory Listing
Modified
Mon Nov 26 00:36:41 2001 UTC
(11 years, 5 months ago)
by
drobbins
fix for init.d/clock script
Revision
51 -
Directory Listing
Modified
Thu Nov 15 22:28:49 2001 UTC
(11 years, 6 months ago)
by
drobbins
updates-o-rama for 1.1.8
Revision
48 -
Directory Listing
Modified
Mon Oct 29 22:01:35 2001 UTC
(11 years, 6 months ago)
by
drobbins
fixums for netmount
Revision
47 -
Directory Listing
Modified
Mon Oct 29 21:49:18 2001 UTC
(11 years, 6 months ago)
by
drobbins
fixo
Revision
46 -
Directory Listing
Modified
Mon Oct 29 21:23:19 2001 UTC
(11 years, 6 months ago)
by
drobbins
fixums
Revision
44 -
Directory Listing
Modified
Wed Oct 17 02:15:51 2001 UTC
(11 years, 7 months ago)
by
agriffis
Added support for homegrown functions in /etc/init.d files, plus
additional support for /etc/conf.d files.
Revision
43 -
Directory Listing
Modified
Wed Oct 10 07:55:26 2001 UTC
(11 years, 7 months ago)
by
woodchip
removed source /etc/rc.conf lines, not needed in the initscripts, its already done for us by runscript
Revision
42 -
Directory Listing
Modified
Wed Oct 10 07:06:52 2001 UTC
(11 years, 7 months ago)
by
woodchip
move ntpd to net-misc/ntp/files; small cleanup of ncsd
Revision
41 -
Directory Listing
Modified
Fri Oct 5 04:07:59 2001 UTC
(11 years, 7 months ago)
by
woodchip
delete old junk, small wording change in shutdown.sh
Revision
40 -
Directory Listing
Modified
Sat Sep 29 20:41:54 2001 UTC
(11 years, 7 months ago)
by
drobbins
misc fixums
Revision
39 -
Directory Listing
Modified
Wed Sep 26 21:20:20 2001 UTC
(11 years, 7 months ago)
by
agriffis
Added reading from /etc/conf.d/${myservice} in addition to rc.conf
Revision
37 -
Directory Listing
Modified
Mon Sep 17 17:18:26 2001 UTC
(11 years, 8 months ago)
by
drobbins
modules initscript fix
Revision
35 -
Directory Listing
Modified
Fri Sep 7 02:23:23 2001 UTC
(11 years, 8 months ago)
by
drobbins
conversion to non-INTERFACES net handling; work in progress.
Revision
32 -
Directory Listing
Modified
Tue Sep 4 04:45:44 2001 UTC
(11 years, 8 months ago)
by
drobbins
new updates
Revision
31 -
Directory Listing
Modified
Mon Sep 3 07:46:34 2001 UTC
(11 years, 8 months ago)
by
blocke
quick port of samba script
Revision
30 -
Directory Listing
Modified
Mon Sep 3 07:45:03 2001 UTC
(11 years, 8 months ago)
by
blocke
my lame port of sysklogd script
Revision
29 -
Directory Listing
Modified
Mon Sep 3 07:19:22 2001 UTC
(11 years, 8 months ago)
by
blocke
my attempt at a port of the sshd script
Revision
28 -
Directory Listing
Modified
Mon Sep 3 04:51:02 2001 UTC
(11 years, 8 months ago)
by
drobbins
new release (1.1.5)
Revision
26 -
Directory Listing
Modified
Sat Sep 1 06:16:07 2001 UTC
(11 years, 8 months ago)
by
drobbins
removed scripts that have been added to ebuilds or are obsolete
Revision
24 -
Directory Listing
Modified
Sun Aug 26 04:27:11 2001 UTC
(11 years, 8 months ago)
by
drobbins
this shouldn't be used by anything
Revision
23 -
Directory Listing
Modified
Sat Aug 25 21:05:33 2001 UTC
(11 years, 8 months ago)
by
chadh
more DHCPCD_OPTIONS stuff
Revision
22 -
Directory Listing
Modified
Sat Aug 25 20:52:38 2001 UTC
(11 years, 8 months ago)
by
chadh
adding ${DHCPCD_OPTIONS}
Revision
21 -
Directory Listing
Modified
Sat Aug 25 20:51:07 2001 UTC
(11 years, 8 months ago)
by
chadh
2 missing semicolons and an existence check for pon and poff.
Revision
20 -
Directory Listing
Modified
Sat Aug 25 20:48:02 2001 UTC
(11 years, 8 months ago)
by
chadh
getting a little closer to rc-script-style and away from supervise
Revision
19 -
Directory Listing
Modified
Fri Aug 24 03:52:08 2001 UTC
(11 years, 9 months ago)
by
drobbins
end -> eend
Revision
16 -
Directory Listing
Modified
Wed Aug 22 20:21:09 2001 UTC
(11 years, 9 months ago)
by
drobbins
tiny tiny "mount ro if can't unmount" fix
Revision
14 -
Directory Listing
Modified
Tue Aug 21 04:58:04 2001 UTC
(11 years, 9 months ago)
by
drobbins
fixums
Revision
13 -
Directory Listing
Modified
Tue Aug 21 03:21:56 2001 UTC
(11 years, 9 months ago)
by
drobbins
many fixes
Revision
12 -
Directory Listing
Modified
Tue Aug 21 02:48:28 2001 UTC
(11 years, 9 months ago)
by
drobbins
removing compiled binary from cvs
Revision
8 -
Directory Listing
Modified
Tue Aug 21 01:53:54 2001 UTC
(11 years, 9 months ago)
by
drobbins
fix (halts instead of reboots)
Revision
2 -
Directory Listing
Added
Thu Aug 9 20:39:33 2001 UTC
(11 years, 9 months ago)
by
drobbins
new stuff
| Sticky Revision: |
|