| 1 |
drobbins |
1.6 |
# ChangeLog for Gentoo Linux System Intialization ("rc") scripts
|
| 2 |
vapier |
1.379 |
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL
|
| 3 |
drobbins |
1.6 |
# Written by Daniel Robbins (drobbins@gentoo.org)
|
| 4 |
azarah |
1.172 |
|
| 5 |
azarah |
1.453 |
28 Oct 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 6 |
|
|
|
| 7 |
|
|
Only add files not managed by udev to device tarball, bug #57110.
|
| 8 |
|
|
|
| 9 |
vapier |
1.452 |
28 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 10 |
|
|
|
| 11 |
|
|
Revert pam_console_apply udev check in bootmisc/halt.sh since
|
| 12 |
|
|
the bug is with pam_console_apply and not udev/pam.
|
| 13 |
|
|
|
| 14 |
vapier |
1.454 |
Use ${EUID} instead of $(id -u) to help out BSD in runscript.sh.
|
| 15 |
|
|
|
| 16 |
|
|
Allow users to select ramfs instead of default tmpfs for mounting
|
| 17 |
|
|
on /dev with udev #69091.
|
| 18 |
|
|
|
| 19 |
|
|
Add issue.devfix which would be auto copied to /etc/issue if
|
| 20 |
|
|
/sbin/rc detects the user is missing /dev/null or /dev/console.
|
| 21 |
|
|
Includes a simple explanation/fix for what's wrong.
|
| 22 |
vapier |
1.452 |
|
| 23 |
vapier |
1.455 |
Make sure the clock init script runs right after checkroot so
|
| 24 |
|
|
that timestamps are synchronized asap #68133.
|
| 25 |
|
|
|
| 26 |
vapier |
1.450 |
26 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 27 |
|
|
|
| 28 |
|
|
Don't use -A with fsck to respect the fs_passno since it'll try
|
| 29 |
|
|
to fsck all filesystems, not just the ones specified. Instead,
|
| 30 |
|
|
awk /etc/fstab to review the passno field in checkroot #68822.
|
| 31 |
|
|
|
| 32 |
|
|
Add support for 'gentoo=forcefsck' boot option in checkroot.
|
| 33 |
|
|
|
| 34 |
|
|
Make sure we run devfsd in /sbin/rc even when /dev has been
|
| 35 |
|
|
automounted by the kernel #68795.
|
| 36 |
|
|
|
| 37 |
agriffis |
1.451 |
Don't generate the device tarball in halt.sh with livecds #68469.
|
| 38 |
vapier |
1.450 |
|
| 39 |
agriffis |
1.448 |
25 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 40 |
|
|
|
| 41 |
agriffis |
1.449 |
net-scripts/net.modules.d/ifconfig:
|
| 42 |
agriffis |
1.448 |
- Simplify ifconfig_is_up()
|
| 43 |
|
|
- Fix ifconfig_get_aliases_rev() to actually work... you can't
|
| 44 |
|
|
specify an interface name to ifconfig if you want to see the
|
| 45 |
|
|
aliases.
|
| 46 |
|
|
- Workaround a couple ifconfig bugs dealing with aliases
|
| 47 |
|
|
- Correct a return status in ifconfig_interface_del_addresses()
|
| 48 |
agriffis |
1.449 |
- ifconfig_iface_stop() is bool, not void; fix the comments
|
| 49 |
|
|
|
| 50 |
|
|
net-scripts/net.modules.d/iproute2:
|
| 51 |
|
|
- iproute2_iface_stop() is bool, not void. Fix the code so it
|
| 52 |
|
|
returns meaningful values
|
| 53 |
|
|
|
| 54 |
|
|
net-scripts/init.d/net.lo:
|
| 55 |
|
|
- Fix preferred (ifconfig/dhcpcd) module loading so it doesn't
|
| 56 |
|
|
barf when a preferred module is either (1) missing from
|
| 57 |
|
|
net.modules.d or (2) not available due to missing dependencies
|
| 58 |
|
|
- When loading all modules in order to stop an interface, only use
|
| 59 |
|
|
the first available to satisfy each class wrapper
|
| 60 |
agriffis |
1.448 |
|
| 61 |
agriffis |
1.446 |
24 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 62 |
|
|
|
| 63 |
|
|
Include livecd patch that was applied to baselayout-1.9.4-r6
|
| 64 |
|
|
to use agetty instead of mingetty
|
| 65 |
|
|
|
| 66 |
vapier |
1.445 |
24 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 67 |
|
|
|
| 68 |
vapier |
1.454 |
Mount tmpfs instead of ramfs on /dev when using udev systems.
|
| 69 |
vapier |
1.445 |
The problem with ramfs is that it has no size limitations so
|
| 70 |
vapier |
1.454 |
one could easily take down their machine by accident #68653.
|
| 71 |
vapier |
1.445 |
|
| 72 |
agriffis |
1.444 |
* rc-scripts 1.6.3 (23 Oct 2004)
|
| 73 |
|
|
|
| 74 |
agriffis |
1.443 |
22 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 75 |
|
|
|
| 76 |
|
|
Add support for user_eth0 in the adsl module and in net.example.
|
| 77 |
|
|
This means that most users won't need to edit pppoe.conf at all
|
| 78 |
|
|
|
| 79 |
agriffis |
1.442 |
21 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 80 |
|
|
|
| 81 |
|
|
Remove old etc/conf.d/net and try to clarify instructions in
|
| 82 |
|
|
net-scripts/conf.d/net.example. Add example for ADSL
|
| 83 |
|
|
|
| 84 |
vapier |
1.441 |
21 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 85 |
|
|
|
| 86 |
|
|
Merge all of the UML checks into one function, is_uml_sys(),
|
| 87 |
|
|
which is now in functions.sh.
|
| 88 |
|
|
|
| 89 |
agriffis |
1.435 |
18 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 90 |
|
|
|
| 91 |
|
|
Add v-e-commands (veinfo, vbegin, etc) to sbin/functions.sh that
|
| 92 |
|
|
depend on RC_VERBOSE which defaults to no. Add --verbose to args
|
| 93 |
|
|
understood by runscript.sh.
|
| 94 |
|
|
|
| 95 |
agriffis |
1.436 |
In net.lo, use veinfo and friends when loading modules since this
|
| 96 |
|
|
information is confusing to users.
|
| 97 |
agriffis |
1.435 |
|
| 98 |
agriffis |
1.436 |
In net.lo, always load global "modules" setting in following
|
| 99 |
|
|
"modules_iface" since this is a little easier for users to
|
| 100 |
|
|
understand.
|
| 101 |
|
|
|
| 102 |
|
|
In net.lo, use eindent for output of pre/post scripts
|
| 103 |
agriffis |
1.435 |
|
| 104 |
vapier |
1.433 |
18 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 105 |
|
|
|
| 106 |
vapier |
1.440 |
Add shfs to our list of net filesystems #61452. Also add afs/nfs4.
|
| 107 |
vapier |
1.433 |
|
| 108 |
vapier |
1.434 |
Add a '-u' parameter to depscan.sh to allow for updates only when
|
| 109 |
|
|
the config files have changed. With /sbin/rc using this, we speed
|
| 110 |
|
|
up bootup by only regenerating the cache when need be #67976. Also
|
| 111 |
|
|
add a '-u' parameter to env-update.sh for same reasons.
|
| 112 |
|
|
|
| 113 |
|
|
Don't run depscan.sh in rc-update anymore since the cache files don't
|
| 114 |
|
|
depend on runlevels (which is all that rc-update modifies).
|
| 115 |
|
|
|
| 116 |
vapier |
1.437 |
Add unicode support to keymaps/consolefont #32111 and UML support #29707.
|
| 117 |
|
|
|
| 118 |
vapier |
1.438 |
Add checks to many filesystem operations in the eventuality that the
|
| 119 |
vapier |
1.439 |
filesystems are mounted read only.
|
| 120 |
vapier |
1.438 |
|
| 121 |
vapier |
1.428 |
16 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 122 |
vapier |
1.426 |
|
| 123 |
vapier |
1.427 |
Update the default fstab /dev/shm mount to include the nodev, nosuid,
|
| 124 |
|
|
and noexec mount flags. No reason for the filesystem to have those.
|
| 125 |
vapier |
1.426 |
|
| 126 |
vapier |
1.428 |
Cleaned up the clock init script. Moved the clock options out of
|
| 127 |
|
|
rc.conf and into its own conf.d/clock file. Added support for the
|
| 128 |
|
|
weird Alpha consoles SRM/ARC since they need special config options.
|
| 129 |
|
|
Also made the syncing of system clock to hardware clock at shutdown
|
| 130 |
vapier |
1.430 |
optional (with the default being off) #15834. Don't try to set the
|
| 131 |
|
|
clock if running inside a coLinux environment #52870.
|
| 132 |
vapier |
1.428 |
|
| 133 |
vapier |
1.429 |
Update default PATH ordering to try to follow default behavior in
|
| 134 |
|
|
other distro's and because it's logical that /usr/local should
|
| 135 |
|
|
override /usr which should override /. Fixes #12531.
|
| 136 |
|
|
|
| 137 |
vapier |
1.431 |
Move devfs stuff out of baselayout and into the devfsd package.
|
| 138 |
|
|
|
| 139 |
vapier |
1.432 |
Don't run /sbin/pam_console_apply -r if using udev on /dev #50315.
|
| 140 |
|
|
|
| 141 |
agriffis |
1.424 |
14 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 142 |
|
|
|
| 143 |
vapier |
1.425 |
Fix rc-status to work with new COLS code.
|
| 144 |
|
|
|
| 145 |
|
|
14 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 146 |
|
|
|
| 147 |
|
|
Allow users to mount ramfs/tmpfs/ramdisk as their svcdir and
|
| 148 |
|
|
stop assuming ramfs==ramdisk #64079.
|
| 149 |
agriffis |
1.424 |
|
| 150 |
vapier |
1.422 |
13 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 151 |
|
|
|
| 152 |
|
|
Rework the code for managing /dev to make it more flexible for
|
| 153 |
|
|
users. Some don't want to use devfs/udev but rather just create
|
| 154 |
|
|
their own nodes. Handles some issues with #44906 / #67276.
|
| 155 |
|
|
|
| 156 |
vapier |
1.423 |
Move the utmp clearing code out of bootmisc and into /sbin/rc.
|
| 157 |
|
|
The utmp log must be cleared while in the initial boot level
|
| 158 |
|
|
(meaning inside /sbin/rc) because as soon as rc exists, init
|
| 159 |
|
|
writes a 'boot' record (`who -b`) which would normally be lost
|
| 160 |
|
|
when the bootmisc init.d script is run #61727.
|
| 161 |
|
|
|
| 162 |
agriffis |
1.420 |
13 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 163 |
|
|
|
| 164 |
|
|
Cosmetic fixes for starting loopback interface
|
| 165 |
|
|
|
| 166 |
vapier |
1.422 |
SpanKY doesn't like the dots... disable them by default, but you
|
| 167 |
agriffis |
1.421 |
can set RC_DOT_PATTERN=' .' in /etc/conf.d/rc to get them back
|
| 168 |
|
|
|
| 169 |
agriffis |
1.419 |
* rc-scripts 1.6.2 (13 Oct 2004)
|
| 170 |
|
|
|
| 171 |
agriffis |
1.418 |
13 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 172 |
|
|
|
| 173 |
|
|
Install net.modules.d to /lib/rcscripts instead of /etc so we
|
| 174 |
|
|
don't have to deal with CONFIG_PROTECT
|
| 175 |
|
|
|
| 176 |
|
|
Fix diff code in modules_load so it can identify which functions
|
| 177 |
|
|
have been modified
|
| 178 |
|
|
|
| 179 |
|
|
Fix fallback mechanism in iface_start so that it works correctly
|
| 180 |
|
|
and doesn't report a bogus error message when trying the fallback
|
| 181 |
|
|
|
| 182 |
|
|
Get rid of need_begin trickery in iface_stop
|
| 183 |
|
|
|
| 184 |
|
|
Simplify eend processing in dhcp modules
|
| 185 |
|
|
|
| 186 |
|
|
Implement eindent, eoutdent, esetdent in functions.sh and adjust
|
| 187 |
|
|
net-scripts to use them.
|
| 188 |
|
|
|
| 189 |
|
|
Re-write einfo, ewarn, eerror, ebegin, eend, ewend to use
|
| 190 |
|
|
RC_INDENTATION and to work better on serial terminals
|
| 191 |
|
|
|
| 192 |
|
|
Remove conf.d/net.ppp0 since that is provided by net-dialup/ppp
|
| 193 |
|
|
|
| 194 |
agriffis |
1.417 |
12 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 195 |
|
|
|
| 196 |
|
|
Fix ipaddr_fallback in net-scripts/conf.d/net.example
|
| 197 |
|
|
|
| 198 |
agriffis |
1.414 |
09 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 199 |
|
|
|
| 200 |
|
|
Remove init.d/net.eth0 net.lo and net.ppp0. The first two are
|
| 201 |
|
|
provided now by net-scripts and net.ppp0 is shipped in
|
| 202 |
|
|
net-dialup/ppp
|
| 203 |
|
|
|
| 204 |
agriffis |
1.415 |
Create NET_FS_LIST and is_net_fs in functions.sh and use them in
|
| 205 |
|
|
checkroot, localmount, netmount, net.example, and net.lo
|
| 206 |
|
|
|
| 207 |
vapier |
1.413 |
09 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 208 |
|
|
|
| 209 |
|
|
If the hostname has already been set via the kernel/dhcp, don't
|
| 210 |
|
|
force it to 'localhost'. Used in netboot/terminal setups #38172.
|
| 211 |
|
|
|
| 212 |
vapier |
1.416 |
Add domainname to default boot runlevel list #47041.
|
| 213 |
|
|
|
| 214 |
vapier |
1.411 |
08 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 215 |
|
|
|
| 216 |
|
|
Make sure that when we try to mount /sys, we do so with -n (tigger).
|
| 217 |
|
|
|
| 218 |
vapier |
1.412 |
Add some examples for nfs to sysctl.conf #66575.
|
| 219 |
|
|
|
| 220 |
agriffis |
1.410 |
06 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 221 |
|
|
|
| 222 |
|
|
Update to net-scripts 1.0.2 from Roy
|
| 223 |
|
|
------------------------------------
|
| 224 |
|
|
- wireless module: replaced preferred_only var with
|
| 225 |
|
|
associate_order this makes more sense now as we have changed the
|
| 226 |
|
|
possible values
|
| 227 |
|
|
- wireless module: added patch from Daniel Zappala we should call
|
| 228 |
|
|
wireless_get_essid everywhere now
|
| 229 |
|
|
- wireless module: don't declare ESSID local in
|
| 230 |
|
|
wireless_configure(). This allows ESSID to be tested in the
|
| 231 |
|
|
user defined postup() function
|
| 232 |
|
|
- wireless module: test type != "NOT READY!" instead of testing =
|
| 233 |
|
|
IEEE. this resolves problems with intel and ra-tech drivers
|
| 234 |
|
|
- net.lo start() now errors when the interface does not exist
|
| 235 |
|
|
- dhcpcd, dhclient, udhcpc and pump now expose peer_* vars this
|
| 236 |
|
|
enables wireless to map them from peer_dns_ESSID
|
| 237 |
|
|
- config-system helper now loads wireless module to remap
|
| 238 |
|
|
variables from ESSID this allows udhcpc and dhclient to use
|
| 239 |
|
|
remapped wireless vars
|
| 240 |
|
|
- fixed dhcpcd and pump modules using peer_* vars
|
| 241 |
|
|
- wireless aborts after 5 seconds if it cannot report a valid
|
| 242 |
|
|
ESSID this fixes a potential infinite loop problem
|
| 243 |
|
|
- wireless_setup_iface() renamed to wireless_map_essid_vars() this
|
| 244 |
|
|
avoids confusion about what the function actually does
|
| 245 |
|
|
|
| 246 |
vapier |
1.409 |
06 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 247 |
|
|
|
| 248 |
|
|
Change the default net.ipv4.conf.default.rp_filter setting to 1
|
| 249 |
|
|
in sysctl.conf since it shouldn't be harmful in anyway. Redhat
|
| 250 |
|
|
does the same.
|
| 251 |
|
|
|
| 252 |
agriffis |
1.402 |
05 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 253 |
|
|
|
| 254 |
|
|
Get rid of getcols() in sbin/functions.sh. Use COLUMNS when
|
| 255 |
|
|
possible and otherwise clean up the COLS code. Fix the "emerge
|
| 256 |
|
|
depend" detection code to use RC_ENDCOL="no"
|
| 257 |
|
|
|
| 258 |
vapier |
1.401 |
05 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 259 |
|
|
|
| 260 |
|
|
Changed behavior of the domainname init.d script. It will now
|
| 261 |
|
|
override any settings obtained via dhcp/whatever. See #48277.
|
| 262 |
|
|
|
| 263 |
vapier |
1.403 |
Updated bootmisc to dump the output of `dmesg` to /var/log/dmesg.
|
| 264 |
|
|
This way users have an 'after-boot' log of their dmesg saved
|
| 265 |
|
|
somewhere useful #55421.
|
| 266 |
|
|
|
| 267 |
vapier |
1.404 |
Added the 'eend' back to depscan.sh since the script starts with a
|
| 268 |
|
|
call to 'ebegin' #59694.
|
| 269 |
|
|
|
| 270 |
vapier |
1.405 |
Add selinux update from Chris PeBenito for src/runscript.c #64019.
|
| 271 |
|
|
|
| 272 |
vapier |
1.406 |
Add more quoting to rc-help.sh to fix some non-critical errors.
|
| 273 |
|
|
Make rc-help.sh respect the value of RC_NOCOLOR. Allow RC_NOCOLOR
|
| 274 |
|
|
in functions.sh to be set via the environment.
|
| 275 |
|
|
|
| 276 |
vapier |
1.407 |
Flesh out the default sysctl.conf with comments and more examples
|
| 277 |
|
|
since our previous one was pretty sparse #59993.
|
| 278 |
|
|
|
| 279 |
vapier |
1.408 |
Change calls to `uniq` to `sort -u` in checkroot/halt.sh. This way
|
| 280 |
|
|
we only require sort in / and not both #36453.
|
| 281 |
|
|
|
| 282 |
vapier |
1.399 |
04 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 283 |
|
|
|
| 284 |
agriffis |
1.402 |
More (I mean a LOT more) services. This takes care of #44458,
|
| 285 |
vapier |
1.399 |
#52881 #55939 #58997 #66166 #66297. Gleaned many from the IANA
|
| 286 |
|
|
list/Fedora/FreeBSD/Debian.
|
| 287 |
|
|
|
| 288 |
vapier |
1.400 |
Change the test for /proc/cmdline from -e to -r. On grsecurity
|
| 289 |
|
|
based systems for example, the file may exist, but not be readable
|
| 290 |
|
|
by non-root users (patch by Ned Ludd).
|
| 291 |
|
|
|
| 292 |
vapier |
1.392 |
03 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 293 |
|
|
|
| 294 |
vapier |
1.393 |
Add support for NFSv4 from #25106 to the netmount script. Don't
|
| 295 |
|
|
try to fsck / if the root is a remote filesystem (like NFS) #36624.
|
| 296 |
vapier |
1.395 |
|
| 297 |
vapier |
1.394 |
Update the fs_passno values in the default fstab to match the
|
| 298 |
vapier |
1.395 |
settings suggested by the manpage #37314. Make checkroot respect
|
| 299 |
vapier |
1.397 |
a fs_passno setting of 0 when dealing with / #39212. Change
|
| 300 |
|
|
default / filesystem type to ext3 instead of xfs #42670.
|
| 301 |
vapier |
1.392 |
|
| 302 |
vapier |
1.447 |
Re-order the arguments to mount to match POSIX requirements #66225.
|
| 303 |
vapier |
1.398 |
|
| 304 |
vapier |
1.396 |
Don't pipe swapon in localmount to /dev/null and ignore return
|
| 305 |
|
|
codes anymore. A swapon that works shows no output #39834.
|
| 306 |
|
|
|
| 307 |
vapier |
1.392 |
02 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 308 |
vapier |
1.390 |
|
| 309 |
|
|
Break up the COL/COLOR code properly this time. Not all serial
|
| 310 |
|
|
consoles can handle adjusting to the end of the line, so let's not
|
| 311 |
|
|
bother running stty at all anymore. This should fix up #32453.
|
| 312 |
|
|
|
| 313 |
vapier |
1.389 |
30 Sep 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 314 |
|
|
|
| 315 |
|
|
Disable cryptfs by default in the conf.d file. Also cleanup
|
| 316 |
|
|
the output generated in localmount/checkfs/halt.sh for dm-crypt.
|
| 317 |
vapier |
1.391 |
Add an extra check so that cryptfs is only run when the conf.d
|
| 318 |
|
|
file exists as well as /bin/cryptsetup.
|
| 319 |
vapier |
1.389 |
|
| 320 |
vapier |
1.388 |
29 Sep 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 321 |
|
|
|
| 322 |
|
|
Let glibc install nscd since different versions of glibc will
|
| 323 |
|
|
need to be handled differently. See #43076 by Rui Malheiro.
|
| 324 |
|
|
|
| 325 |
agriffis |
1.387 |
29 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 326 |
|
|
|
| 327 |
|
|
Prefer ~/.dir_colors over /etc/DIR_COLORS when it exists #64489
|
| 328 |
|
|
|
| 329 |
agriffis |
1.386 |
27 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 330 |
|
|
|
| 331 |
|
|
Clear the screen in .bash_logout #32330
|
| 332 |
|
|
|
| 333 |
agriffis |
1.385 |
* rc-scripts 1.6.1 (27 Sep 2004)
|
| 334 |
|
|
|
| 335 |
|
|
27 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 336 |
|
|
|
| 337 |
|
|
Update dm-crypt to work with multi-line configuration files.
|
| 338 |
|
|
Also don't set status in a subshell; it was being lost before.
|
| 339 |
agriffis |
1.383 |
|
| 340 |
vapier |
1.384 |
23 Sep 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 341 |
|
|
|
| 342 |
|
|
Rework the logic behind the $COLS code. It should not depend
|
| 343 |
|
|
on whether color is enabled. Also add a check for negative
|
| 344 |
|
|
values (like when using a serial console).
|
| 345 |
|
|
|
| 346 |
agriffis |
1.385 |
* rc-scripts 1.6.0 (15 Sep 2004)
|
| 347 |
|
|
|
| 348 |
agriffis |
1.382 |
15 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 349 |
|
|
|
| 350 |
|
|
Fix bug 64034: simplify netmount script's stop function so that
|
| 351 |
|
|
mountpoints containing spaces work correctly
|
| 352 |
|
|
|
| 353 |
agriffis |
1.383 |
Update tarball.sh to use net-scripts
|
| 354 |
|
|
|
| 355 |
agriffis |
1.380 |
14 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 356 |
|
|
|
| 357 |
|
|
Commit dm-crypt enablement patch from Tigger (Rob Holland) in
|
| 358 |
agriffis |
1.381 |
bug 43146
|
| 359 |
agriffis |
1.380 |
|
| 360 |
agriffis |
1.378 |
* rc-scripts 1.5.3 (18 Aug 2004)
|
| 361 |
|
|
|
| 362 |
agriffis |
1.376 |
18 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 363 |
|
|
|
| 364 |
|
|
Fix bug 60719 (request for better error messages from runscript)
|
| 365 |
|
|
by allowing errors to show on the screen when they're encountered
|
| 366 |
|
|
in wrap_rcscript
|
| 367 |
|
|
|
| 368 |
agriffis |
1.377 |
Apply Spock's bootsplash patch from bug 45784. This moves most of
|
| 369 |
|
|
the splash functionality out of baselayout.
|
| 370 |
|
|
|
| 371 |
agriffis |
1.375 |
13 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 372 |
|
|
|
| 373 |
|
|
Don't export PS1. Continuation of bug 26951, comments 60-62.
|
| 374 |
|
|
|
| 375 |
agriffis |
1.374 |
* rc-scripts 1.5.2 (02 Aug 2004)
|
| 376 |
|
|
|
| 377 |
|
|
02 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 378 |
|
|
|
| 379 |
|
|
Related to bug 38955, don't set INPUTRC. Instead patch bash so
|
| 380 |
|
|
that it looks for /etc/inputrc automatically if ~/.inputrc is
|
| 381 |
|
|
missing. This is better than using INPUTRC since that will
|
| 382 |
|
|
override even after the user creates ~/.inputrc.
|
| 383 |
|
|
|
| 384 |
|
|
Fix bug 54275: Don't set INFODIR. The correct variable used by
|
| 385 |
|
|
texinfo is INFOPATH, which is already set in 00basic. Setting
|
| 386 |
|
|
INFODIR is useless, and breaks a NetBSD cross compile from Gentoo
|
| 387 |
|
|
|
| 388 |
agriffis |
1.367 |
01 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 389 |
|
|
|
| 390 |
|
|
Fix bug 58805: net.eth0 should use bridge so that bridge
|
| 391 |
|
|
interfaces are configured prior to net.br0 running
|
| 392 |
|
|
|
| 393 |
agriffis |
1.368 |
Fix bug 56856: Get rid of net.rej and integrate missing stuff to
|
| 394 |
|
|
conf.d/net
|
| 395 |
|
|
|
| 396 |
agriffis |
1.369 |
Apply half of spock's patch in bug 45784: Check for
|
| 397 |
|
|
conf.d/bootsplash instead of conf.d/bootsplash.conf
|
| 398 |
|
|
|
| 399 |
agriffis |
1.370 |
Fix bug 51351: Quote parsed output of /proc/filesystems to handle
|
| 400 |
|
|
octal sequences in mountpoint such as encoded spaces (\040)
|
| 401 |
|
|
|
| 402 |
agriffis |
1.371 |
Fix bug 46680: Add cifs support to localmount and netmount.
|
| 403 |
|
|
Thanks to Ronald Moesbergen for the patches
|
| 404 |
|
|
|
| 405 |
agriffis |
1.365 |
21 Jul 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 406 |
|
|
|
| 407 |
|
|
Fix bug 26952: Use /etc/bash/bashrc to setup PS1, testing $- to
|
| 408 |
|
|
determine if shell is interactive. The new system-wide bashrc is
|
| 409 |
|
|
installed by bash-2.05b-r10
|
| 410 |
|
|
|
| 411 |
agriffis |
1.364 |
19 Jul 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 412 |
|
|
|
| 413 |
|
|
Fix bug 38743: strip leading and trailing spaces from variable
|
| 414 |
|
|
values in genenviron.awk. Thanks to Marius Mauch for the patch.
|
| 415 |
|
|
|
| 416 |
agriffis |
1.363 |
09 Jul 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 417 |
|
|
|
| 418 |
|
|
Fix bug 55576: swap words "start" and "stop" in runscript.sh error
|
| 419 |
|
|
message
|
| 420 |
|
|
|
| 421 |
agriffis |
1.362 |
* rc-scripts 1.5.1 (28 Jun 2004)
|
| 422 |
|
|
|
| 423 |
|
|
28 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 424 |
|
|
|
| 425 |
|
|
Fix dhcp in iface_start_ifconfig: It was re-using the variable
|
| 426 |
|
|
${i} which would result in the following error:
|
| 427 |
|
|
/sbin/runscript.sh: line 441: ((: 16.141.88.153: syntax error
|
| 428 |
|
|
in expression (error token is ".141.88.153")
|
| 429 |
|
|
|
| 430 |
|
|
Use vlan_IFACE instead of iface_IFACE_vlans in net.eth0 for more
|
| 431 |
|
|
consistent vlan configuration. Thanks to robbat2 in bug 55394
|
| 432 |
|
|
(not fully resolved)
|
| 433 |
|
|
|
| 434 |
|
|
Add example for checking if root filesystem is NFS-mounted via
|
| 435 |
|
|
predown function in conf.d/net for bug 53104. This might be
|
| 436 |
|
|
better integrated at some point into net.eth0
|
| 437 |
|
|
|
| 438 |
agriffis |
1.361 |
* rc-scripts 1.5.0 (26 Jun 2004)
|
| 439 |
|
|
|
| 440 |
agriffis |
1.360 |
26 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 441 |
|
|
|
| 442 |
|
|
Fix bug 47659: support iproute2-style configuration. Thanks to
|
| 443 |
|
|
Dean Bailey for some fantastic patches, including documentation
|
| 444 |
agriffis |
1.361 |
for conf.d/net. This is a pretty huge re-write of net.eth0
|
| 445 |
|
|
|
| 446 |
|
|
Fix bug 34607: provide examples for in conf.d/net for preup,
|
| 447 |
|
|
postup, predown, postdown functions. Also pay attention to return
|
| 448 |
|
|
value from predown function (previously ignored)
|
| 449 |
agriffis |
1.360 |
|
| 450 |
agriffis |
1.357 |
15 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 451 |
|
|
|
| 452 |
|
|
Fix bug 25975: support adsl in net.eth0. Thanks to Patrick McLean
|
| 453 |
|
|
for the initial pass at the code.
|
| 454 |
|
|
|
| 455 |
agriffis |
1.358 |
Fix bug 34140: add --servicelist option to rc-status. Thanks to
|
| 456 |
|
|
Eldad Zack for the patch.
|
| 457 |
|
|
|
| 458 |
agriffis |
1.359 |
Fix bug 37418: fix order of LVM and RAID in checkfs. Thanks to
|
| 459 |
|
|
Raimondo Giammanco for the patch.
|
| 460 |
|
|
|
| 461 |
agriffis |
1.356 |
* rc-scripts 1.4.16 (06 Jun 2004)
|
| 462 |
|
|
|
| 463 |
|
|
06 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 464 |
|
|
|
| 465 |
|
|
Only call generate-modprobe.conf with --assume-kernel if
|
| 466 |
|
|
modules-update was called with --assume-kernel. This means that
|
| 467 |
|
|
only catalyst has the dependency on module-init-tools, not
|
| 468 |
|
|
everybody with the newer baselayout
|
| 469 |
|
|
|
| 470 |
|
|
* rc-scripts 1.4.15 (21 May 2004)
|
| 471 |
agriffis |
1.355 |
|
| 472 |
|
|
21 May 2004; Aron Grifis <agriffis@gentoo.org>:
|
| 473 |
|
|
|
| 474 |
|
|
Fix bug 51570: typo on line 161 of /sbin/livecd-functions.sh
|
| 475 |
|
|
|
| 476 |
|
|
Fix bug 51626: wrong variable declaration at top of
|
| 477 |
|
|
get_bootparam() in /sbin/functions.sh
|
| 478 |
|
|
|
| 479 |
agriffis |
1.354 |
* rc-scripts 1.4.14 (17 May 2004)
|
| 480 |
|
|
|
| 481 |
|
|
17 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 482 |
|
|
|
| 483 |
|
|
Bump version to 1.4.14 to push out gmsoft's fix for hppa console
|
| 484 |
|
|
on ttyB0
|
| 485 |
|
|
|
| 486 |
agriffis |
1.353 |
* rc-scripts 1.4.13 (15 May 2004)
|
| 487 |
|
|
|
| 488 |
|
|
15 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 489 |
|
|
|
| 490 |
|
|
Bump version to 1.4.13 to push out Gustavo's livecd serial console
|
| 491 |
|
|
fixes for sparc and hppa.
|
| 492 |
|
|
|
| 493 |
agriffis |
1.352 |
* rc-scripts 1.4.12 (07 May 2004)
|
| 494 |
|
|
|
| 495 |
agriffis |
1.350 |
10 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 496 |
|
|
|
| 497 |
agriffis |
1.352 |
Bump version to 1.4.12 to release these critical bug fixes
|
| 498 |
|
|
|
| 499 |
agriffis |
1.351 |
Fix bug 50434: The new version of start-stop-daemon changes
|
| 500 |
|
|
directory to / by default unless --chdir is specified. Revert
|
| 501 |
|
|
this behavior to maintain working directory. This fixes openvpn
|
| 502 |
|
|
startup (probably among other things). Thanks to Sven Wegener for
|
| 503 |
|
|
the patch.
|
| 504 |
|
|
|
| 505 |
agriffis |
1.350 |
Fix bug 50448: Four days ago I changed bash loops to use the wrong
|
| 506 |
agriffis |
1.351 |
conditional syntax in net.eth0. Thanks to Sven Wegener for
|
| 507 |
|
|
pointing out the problem and providing a patch.
|
| 508 |
agriffis |
1.350 |
|
| 509 |
agriffis |
1.349 |
* rc-scripts 1.4.11 (07 May 2004)
|
| 510 |
|
|
|
| 511 |
agriffis |
1.348 |
07 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 512 |
|
|
|
| 513 |
|
|
Fix bug 20597: Skip RCS files when updating modules
|
| 514 |
|
|
|
| 515 |
|
|
Fix bug 49926: Add a --assume-kernel flag to modules-update. This
|
| 516 |
|
|
requires a companion patch in module-init-tools-3.0-r2 to handle
|
| 517 |
|
|
the same flag in generate-modprobe.conf; this dependency won't be
|
| 518 |
|
|
handled in the baselayout ebuild since it only affects livecd
|
| 519 |
|
|
building.
|
| 520 |
|
|
|
| 521 |
agriffis |
1.345 |
06 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 522 |
|
|
|
| 523 |
agriffis |
1.347 |
In net.eth0, fix many instances of loops like "for ((i = 0; i <
|
| 524 |
|
|
100; i = i + 1))". The problem here is that the middle comparison
|
| 525 |
|
|
is being interpreted as a bash conditional, which means that it's
|
| 526 |
|
|
doing string comparison by default. It needs to be "i -lt 100"
|
| 527 |
|
|
|
| 528 |
agriffis |
1.346 |
Fix bug 34827: net.eth0 breaks when localized because the ifconfig
|
| 529 |
|
|
output changes. Wrap ifconfig in a function that overrides
|
| 530 |
|
|
LC_ALL=C
|
| 531 |
|
|
|
| 532 |
|
|
Fix bug 48305: Provide a new network configuration variable
|
| 533 |
|
|
ifconfig_fallback_eth0 which allows one to specify a fallback
|
| 534 |
|
|
configuration in case DHCP fails.
|
| 535 |
|
|
|
| 536 |
agriffis |
1.345 |
Fix bug 50246: Give root an invalid password ("*" in /etc/shadow)
|
| 537 |
|
|
in the default baselayout. This prevents the first reboot after
|
| 538 |
|
|
installation from having a blank password.
|
| 539 |
|
|
|
| 540 |
agriffis |
1.341 |
05 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 541 |
|
|
|
| 542 |
agriffis |
1.344 |
Fix bug 48595: Make sure $(id -u) is zero (root user) when running
|
| 543 |
|
|
init scripts to avoid a lot of error messages.
|
| 544 |
|
|
|
| 545 |
agriffis |
1.343 |
Replace many lines of awk with two lines of grep in
|
| 546 |
|
|
init.d/localmount
|
| 547 |
agriffis |
1.342 |
|
| 548 |
agriffis |
1.344 |
Fix bug 44316: Use 0644 instead of 0640 for resolv.conf in net.ppp0
|
| 549 |
agriffis |
1.341 |
|
| 550 |
agriffis |
1.340 |
03 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 551 |
|
|
|
| 552 |
|
|
Update to version 1.10.20 of Debian's start-stop-daemon (contained
|
| 553 |
|
|
in dpkg at http://packages.debian.org/testing/base/dpkg). This
|
| 554 |
|
|
fixes bug 22686 (start-stop-daemon in baselayout doesn't allow
|
| 555 |
|
|
altered nicelevel).
|
| 556 |
|
|
|
| 557 |
agriffis |
1.339 |
* rc-scripts 1.4.10 (25 Apr 2004)
|
| 558 |
|
|
|
| 559 |
agriffis |
1.338 |
25 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 560 |
|
|
|
| 561 |
|
|
Fix typos in sbin/rc: "try try mount" and "mount ... & >/dev/null"
|
| 562 |
|
|
Also removed the errstr double-checking since the need for that is
|
| 563 |
|
|
alleviated by these typo fixes.
|
| 564 |
|
|
|
| 565 |
agriffis |
1.335 |
23 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 566 |
|
|
|
| 567 |
agriffis |
1.336 |
Fix bug 48629 (/sbin/rc fixups for udev) with patch from GregKH
|
| 568 |
|
|
|
| 569 |
agriffis |
1.337 |
Fix bug 40987 (gentoo should be able to boot with an empty /dev)
|
| 570 |
agriffis |
1.335 |
with patch from Spanky. The patch avoids redirection to /dev/null
|
| 571 |
|
|
when it doesn't exist; this was breaking /sbin/rc.
|
| 572 |
|
|
|
| 573 |
agriffis |
1.334 |
* rc-scripts 1.4.9 (15 Apr 2004)
|
| 574 |
|
|
|
| 575 |
|
|
15 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 576 |
|
|
|
| 577 |
|
|
Fix bug 47111 (severe depcache problems) with tons of help from
|
| 578 |
|
|
dswhite42 and the rest of the crew in that bug. Thanks guys!
|
| 579 |
|
|
|
| 580 |
agriffis |
1.333 |
* rc-scripts 1.4.8 (14 Apr 2004)
|
| 581 |
|
|
|
| 582 |
|
|
14 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 583 |
|
|
|
| 584 |
|
|
Fix bug 47623 (error removing inet6 addresses) with patch provided
|
| 585 |
|
|
by Vlad Yasevich.
|
| 586 |
|
|
|
| 587 |
agriffis |
1.332 |
* rc-scripts 1.4.7 (12 Apr 2004)
|
| 588 |
|
|
|
| 589 |
|
|
12 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 590 |
|
|
|
| 591 |
|
|
Fix bug 47218 (net.eth0 broken for vlans) with patch provided by
|
| 592 |
|
|
Andy Dustman. Fix bug 47250 (depscan.sh fails to create
|
| 593 |
|
|
/var/lib/init.d/* directories) with patch from Terje Bergström.
|
| 594 |
|
|
|
| 595 |
agriffis |
1.331 |
* rc-scripts 1.4.6 (08 Apr 2004)
|
| 596 |
|
|
|
| 597 |
|
|
08 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 598 |
|
|
|
| 599 |
|
|
Update patch from Gustavoz; -ln /bin/bash should have been -nl /bin/bash
|
| 600 |
|
|
|
| 601 |
agriffis |
1.330 |
* rc-scripts 1.4.5 (08 Apr 2004)
|
| 602 |
|
|
|
| 603 |
|
|
08 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 604 |
|
|
|
| 605 |
|
|
Patch init.d/checkroot to list / (root) only once in mtab; see bug 38360.
|
| 606 |
|
|
Patch from Gustavoz to livecd-functions.sh to run bash instead of login on
|
| 607 |
|
|
serial consoles, necessary due to scrambled root passwords.
|
| 608 |
|
|
|
| 609 |
|
|
* rc-scripts 1.4.4 (07 Apr 2004)
|
| 610 |
agriffis |
1.329 |
|
| 611 |
|
|
07 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 612 |
|
|
|
| 613 |
|
|
Patch from Gustavoz for Sparc console: Fetch LIVECD_CONSOLE from dmesg
|
| 614 |
|
|
output. Also support 4800 baud correctly.
|
| 615 |
|
|
|
| 616 |
agriffis |
1.328 |
16 Mar 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 617 |
|
|
|
| 618 |
|
|
The changes in this commit pertain primarily to
|
| 619 |
|
|
http://bugs.gentoo.org/show_bug.cgi?id=19695
|
| 620 |
|
|
http://bugs.gentoo.org/show_bug.cgi?id=35736
|
| 621 |
|
|
|
| 622 |
|
|
Specify routes as an array per interface, for example:
|
| 623 |
|
|
routes_eth0=(
|
| 624 |
|
|
"-net 10.1.0.0 netmask 255.255.0.0 gw 10.0.0.5"
|
| 625 |
|
|
"-net 10.2.0.0 netmask 255.255.0.0 gw 10.0.0.6"
|
| 626 |
|
|
"-host 10.3.0.1 dev eth0"
|
| 627 |
|
|
)
|
| 628 |
|
|
|
| 629 |
|
|
You can optionally use the gateway variable or just put the default route
|
| 630 |
|
|
in the routes variable. The following two are REDUNDANT:
|
| 631 |
|
|
|
| 632 |
|
|
routes_eth0=( "default gw 10.0.0.5" )
|
| 633 |
|
|
gateway="eth0/10.0.0.5"
|
| 634 |
|
|
|
| 635 |
|
|
Old configuration variables in /etc/conf.d/net are fully supported and
|
| 636 |
|
|
used transparently if ifconfig_eth0 is missing. In other words, this new
|
| 637 |
|
|
script is fully backward-compatible. However you can get rid of
|
| 638 |
|
|
iface_eth0, alias_eth0, broadcast_eth0 and netmask_eth0 if you want by
|
| 639 |
|
|
using the new syntax:
|
| 640 |
|
|
|
| 641 |
|
|
ifconfig_eth0=(
|
| 642 |
|
|
"10.0.0.6 broadcast 10.0.255.255 netmask 255.255.0.0"
|
| 643 |
|
|
"192.168.1.1 netmask 255.255.255.0"
|
| 644 |
|
|
"123.456.789.1"
|
| 645 |
|
|
)
|
| 646 |
|
|
|
| 647 |
|
|
Full backward compatibility so no danger to screwing up users relying on
|
| 648 |
|
|
existing /etc/conf.d/net setup
|
| 649 |
|
|
|
| 650 |
|
|
NET_DEBUG can be set in the environment for copious debugging output
|
| 651 |
|
|
|
| 652 |
|
|
Deprecate [ ] in favor of [[ ]] which has fewer quoting issues and
|
| 653 |
|
|
better functionality (and is even slightly faster)
|
| 654 |
|
|
|
| 655 |
|
|
Properly localize all variables, including variables returned by
|
| 656 |
|
|
setup_vars
|
| 657 |
|
|
|
| 658 |
|
|
Allow full options for every ifconfig command, both base address and
|
| 659 |
|
|
aliases via ifconfig_eth0, replacing the convoluted and less-functional
|
| 660 |
|
|
iface_eth0, alias_eth0, broadcast_eth0, netmask_eth0
|
| 661 |
|
|
|
| 662 |
|
|
Provide full support for static routes via routes_eth0
|
| 663 |
|
|
|
| 664 |
|
|
Fix potential quoting problems in setup_vars by using better eval syntax
|
| 665 |
|
|
instead of eval echo
|
| 666 |
|
|
|
| 667 |
|
|
Display IP addresses while configuring, both DHCP-retrieved and
|
| 668 |
|
|
statically set addresses
|
| 669 |
|
|
|
| 670 |
|
|
Collapse redundant caching of $? since eend returns $? again
|
| 671 |
|
|
|
| 672 |
|
|
Report when keeping kernel configuration for an interface along with IP
|
| 673 |
|
|
address gleaned
|
| 674 |
|
|
|
| 675 |
|
|
Don't reset the default gateway if it is already set correctly
|
| 676 |
|
|
|
| 677 |
|
|
Don't bind default gateway to particular interface when /sbin/route is
|
| 678 |
|
|
called so that it can survive if there is more than one interface on the
|
| 679 |
|
|
required subnet. (Old behavior can be obtained by setting
|
| 680 |
|
|
routes_eth0="default gw 1.2.3.4 dev eth0" if you really want it)
|
| 681 |
|
|
|
| 682 |
|
|
Don't bomb if default gateway can't be set since that doesn't
|
| 683 |
|
|
necessarily mean that the interface configuration is invalid.
|
| 684 |
|
|
(Old behavior was completely broken, but commented section
|
| 685 |
|
|
demonstrates how to do it right if necessary)
|
| 686 |
|
|
|
| 687 |
|
|
iface_stop no longer relies on configuration in /etc/conf.d/net AT ALL.
|
| 688 |
|
|
This is very good because it means you can put new configuration in
|
| 689 |
|
|
/etc/conf.d/net, then restart the interface and the old configuration will
|
| 690 |
|
|
be properly shut down.
|
| 691 |
|
|
|
| 692 |
|
|
iface_stop reports when it is releasing the DHCP lease
|
| 693 |
|
|
|
| 694 |
azarah |
1.327 |
* rc-scripts 1.4.3.13p1 (26 Feb 2004)
|
| 695 |
|
|
|
| 696 |
azarah |
1.324 |
26 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 697 |
|
|
|
| 698 |
|
|
Remove /etc/DIR_COLORS, as coreutils provides it now.
|
| 699 |
|
|
|
| 700 |
azarah |
1.325 |
Add RC_DEVICE_TARBALL to /etc/conf.d/rc to control use of device tarball.
|
| 701 |
|
|
Also modified /sbin/rc and /etc/init.d/halt.sh for this.
|
| 702 |
|
|
|
| 703 |
|
|
Start udevd if present.
|
| 704 |
|
|
|
| 705 |
azarah |
1.326 |
Small fix to sbin/rc-services.sh related to mtime checking and 'net'
|
| 706 |
|
|
virtual service - it had no mtime generated, so check_mtime() failed
|
| 707 |
|
|
for it ...
|
| 708 |
|
|
|
| 709 |
azarah |
1.323 |
25 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 710 |
|
|
|
| 711 |
|
|
Update to enable checking of mtimes on rc-scripts, and auto running
|
| 712 |
|
|
depscan.sh if needed. Also try to run depscan.sh when RC_GOT_DEPTREE_INFO
|
| 713 |
|
|
is not set instead of just erroring.
|
| 714 |
|
|
|
| 715 |
azarah |
1.321 |
19 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 716 |
|
|
|
| 717 |
|
|
Fix irda type-o in /sbin/MAKEDEV, thanks to Tobias Sager <moixa@gmx.ch>.
|
| 718 |
|
|
|
| 719 |
azarah |
1.322 |
Fix type-o in /etc/initrc, bug #41666 (Tom Vergote <bugzilla@tomvergote.be>).
|
| 720 |
|
|
|
| 721 |
azarah |
1.319 |
15 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 722 |
|
|
|
| 723 |
|
|
Add RC_TTY_NUMBER to /etc/conf.d/rc to configure how many tty devices
|
| 724 |
|
|
are used in scripts such as consolefonts, numlock, etc. This should
|
| 725 |
|
|
close bug #39863.
|
| 726 |
|
|
|
| 727 |
azarah |
1.320 |
Fix type-o in /etc/init.d/consolefont, bug #40938, thanks to patch from
|
| 728 |
|
|
Cory Tusar <ctusar@adelphia.net>.
|
| 729 |
|
|
|
| 730 |
azarah |
1.318 |
09 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 731 |
|
|
|
| 732 |
|
|
Add SELinux modifications to /sbin/runscript. This allows runscript to
|
| 733 |
|
|
make sure it is running in the right domain. Patch done by
|
| 734 |
|
|
Chris PeBenito <pebenito@gentoo.org>.
|
| 735 |
|
|
|
| 736 |
azarah |
1.317 |
* rc-scripts 1.4.3.13 (08 Feb 2004)
|
| 737 |
|
|
|
| 738 |
azarah |
1.314 |
08 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 739 |
|
|
|
| 740 |
|
|
Fix wrong logic in /etc/init.d/halt.sh which did not umount all mounts
|
| 741 |
|
|
_but_ /mnt/cdrom and /mnt/livecd.
|
| 742 |
|
|
|
| 743 |
azarah |
1.315 |
Update /etc/init.d/consolefont to use newer kbd. Should also close
|
| 744 |
|
|
bug #39864.
|
| 745 |
|
|
|
| 746 |
azarah |
1.316 |
Fix /sbin/depscan.sh, /sbin/functions.sh and /sbin/rc to use mkdir rather
|
| 747 |
|
|
than install, as newer versions of install is located in /usr/bin. This
|
| 748 |
|
|
closes bug #39648.
|
| 749 |
|
|
|
| 750 |
azarah |
1.314 |
06 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 751 |
azarah |
1.312 |
|
| 752 |
|
|
Tweak livecd support changes and add some more to hopefully sort out
|
| 753 |
|
|
last issues, with help from Brad House <brad_mssw@gentoo.org>.
|
| 754 |
|
|
|
| 755 |
azarah |
1.313 |
Add code to generate /dev/fd, /dev/std* and /dev/core to /sbin/rc,
|
| 756 |
|
|
bug #37349.
|
| 757 |
|
|
|
| 758 |
azarah |
1.311 |
* rc-scripts 1.4.3.12p3 (21 Jan 2004)
|
| 759 |
|
|
|
| 760 |
azarah |
1.310 |
19 Jan 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 761 |
|
|
|
| 762 |
|
|
Add /sbin/livecd-functions.sh from Brad House <brad_mssw@gentoo.org>
|
| 763 |
|
|
for livecd support. Add bits to /sbin/rc to support it.
|
| 764 |
|
|
|
| 765 |
azarah |
1.309 |
06 Jan 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 766 |
|
|
|
| 767 |
|
|
Fix type-o in /etc/init.d/checkfs, bug #37113.
|
| 768 |
|
|
|
| 769 |
azarah |
1.308 |
29 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 770 |
|
|
|
| 771 |
|
|
Update /sbin/depscan.sh, /sbin/env-update.sh, src/awk/cachedepends.awk,
|
| 772 |
|
|
src/awk/gendepends.awk and src/awk/genenviron.awk to use ENVIRON rather
|
| 773 |
|
|
then gawk -v. Also add some tests to see if we got the environment
|
| 774 |
|
|
variables.
|
| 775 |
|
|
|
| 776 |
azarah |
1.307 |
28 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 777 |
|
|
|
| 778 |
|
|
Fix /sbin/rc to mount /dev/pts with gid=5 and mode=0620, bug #36088.
|
| 779 |
|
|
|
| 780 |
azarah |
1.306 |
* rc-scripts 1.4.3.12p2 (27 Dec 2003)
|
| 781 |
|
|
|
| 782 |
azarah |
1.305 |
26 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 783 |
|
|
|
| 784 |
|
|
Update code to generate /dev from /sys. Add UDEV_NO_SLEEP=1 for
|
| 785 |
|
|
hack to not make udev sleep - its not needed as these entries
|
| 786 |
|
|
are already present, and not a hotplug event.
|
| 787 |
|
|
|
| 788 |
|
|
Update /etc/init.d/{consolefont,numlock} to work with udev managed
|
| 789 |
|
|
/dev that have devfs layout.
|
| 790 |
|
|
|
| 791 |
azarah |
1.304 |
14 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 792 |
|
|
|
| 793 |
|
|
Fix type-o in /sbin/rc, bug #34837.
|
| 794 |
|
|
|
| 795 |
azarah |
1.303 |
* rc-scripts 1.4.3.12p1 (26 Nov 2003)
|
| 796 |
|
|
|
| 797 |
azarah |
1.299 |
26 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 798 |
|
|
|
| 799 |
|
|
Fix /etc/init.d/halt.sh to reset pam_console permissions, else
|
| 800 |
|
|
the next bootup might be done with some non-root nodes which cause
|
| 801 |
|
|
some odd issues.
|
| 802 |
|
|
|
| 803 |
azarah |
1.300 |
Add code to generate /dev from sysfs entries - not much it currently
|
| 804 |
|
|
support but block/tty devices, but it is a start for when we have
|
| 805 |
|
|
full sysfs support in all drivers.
|
| 806 |
|
|
|
| 807 |
azarah |
1.301 |
Revert carrier detection check, as there is currently too many
|
| 808 |
|
|
issues with it, bug #33272.
|
| 809 |
|
|
|
| 810 |
azarah |
1.302 |
Make sure we mount already mounted mount (done in /sbin/rc) with
|
| 811 |
|
|
correct permissions, etc, bug #33764. Modified /etc/init.d/checkroot
|
| 812 |
|
|
for this.
|
| 813 |
|
|
|
| 814 |
azarah |
1.298 |
16 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 815 |
|
|
|
| 816 |
|
|
Fix carrier detection - we need to do a 'ifconfig $IFACE up' else
|
| 817 |
|
|
some drivers do not set the IFF_RUNNING bit, bug #33272, thanks to
|
| 818 |
|
|
Jason Rhinelander <jason-gentoo@gossamer-threads.com> for the fix.
|
| 819 |
|
|
|
| 820 |
azarah |
1.297 |
15 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 821 |
|
|
|
| 822 |
|
|
Add a warning to cachedepends.awk if a rc-script's name ends in
|
| 823 |
|
|
'.sh', bug #33134. Add better error checking to /sbin/depscan.sh.
|
| 824 |
|
|
|
| 825 |
|
|
Fix /etc/init.d/halt.sh to not try and remount virtual devices,
|
| 826 |
|
|
also do a few cleanups. Closes bug #33271.
|
| 827 |
|
|
|
| 828 |
azarah |
1.296 |
* rc-scripts 1.4.3.12 (11 Nov 2003)
|
| 829 |
|
|
|
| 830 |
azarah |
1.295 |
11 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 831 |
|
|
|
| 832 |
|
|
Add carrier detection to /etc/init.d/net.eth0 closing bug #25480;
|
| 833 |
|
|
patch by Jordan Ritter <jpr5+gentoo@darkridge.com>.
|
| 834 |
azarah |
1.296 |
|
| 835 |
|
|
Add extra checks for critical directories to /sbin/rc.
|
| 836 |
azarah |
1.295 |
|
| 837 |
azarah |
1.294 |
04 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 838 |
|
|
|
| 839 |
|
|
Update /bin/rc-status giving a working '-u' parameter, bug #32417.
|
| 840 |
|
|
Fix by Michael Frysinger <vapier@gentoo.org>.
|
| 841 |
|
|
|
| 842 |
azarah |
1.293 |
31 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 843 |
|
|
|
| 844 |
|
|
Add support for --tty switch added to setfont and remove consolechars
|
| 845 |
|
|
support; modified /etc/init.d/consolefont for this. Also remove
|
| 846 |
|
|
consoletools support from /etc/init.d/keymaps.
|
| 847 |
|
|
|
| 848 |
azarah |
1.290 |
29 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 849 |
|
|
|
| 850 |
|
|
We should still use /sbin/udev as hotplug agent if /sbin/hotplug do
|
| 851 |
|
|
not exist. Updated /sbin/rc for this.
|
| 852 |
|
|
|
| 853 |
azarah |
1.291 |
Add a fix to /etc/init.d/keymaps for bug #32111 (we should not have
|
| 854 |
|
|
'-u' in the call to loadkeys when using unicode).
|
| 855 |
|
|
|
| 856 |
azarah |
1.292 |
We should not use '-' in variable names for bash, bug #31184, thanks
|
| 857 |
|
|
to Andreas Simon <yuipx@gmx.net>. Updated /sbin/MAKEDEV.
|
| 858 |
|
|
|
| 859 |
azarah |
1.289 |
27 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 860 |
|
|
|
| 861 |
|
|
Fix return code checking of fsck in /etc/init.d/checkfs, bug #31349.
|
| 862 |
|
|
|
| 863 |
azarah |
1.282 |
26 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 864 |
|
|
|
| 865 |
|
|
The unmount stuff in /etc/init.d/halt.sh was flawed, in the fact that
|
| 866 |
|
|
it called 'umount -t no<insert_fs_here>', which resulted in /proc, etc
|
| 867 |
|
|
unmounted anyhow. Change it to remount the last filesystems readonly
|
| 868 |
|
|
without trying to unmount any. This fixes a few cases where reboot
|
| 869 |
|
|
would halt due to unmounted /proc, etc.
|
| 870 |
|
|
|
| 871 |
azarah |
1.283 |
This change set fixes two things:
|
| 872 |
|
|
1) In exporting all functions/variables in functions.sh, rc-services.sh
|
| 873 |
|
|
and rc-daemon.sh, we created an overly large environment, and also
|
| 874 |
|
|
broke stuff like glftpd. Do not do this, and hope whatever caused
|
| 875 |
|
|
the issues previously is fixed in the meantime. This should close
|
| 876 |
|
|
bugs #25754 and #31794.
|
| 877 |
|
|
2) gendepend.awk used to generate deptree with functions called
|
| 878 |
|
|
depinfo_<scriptname> which set appropriate variables when called.
|
| 879 |
|
|
This broke if the scriptname contained characters that is not valid
|
| 880 |
|
|
for bash variable names. Changed things to use an array fixing this.
|
| 881 |
|
|
This closes bug #24092.
|
| 882 |
|
|
|
| 883 |
azarah |
1.284 |
Change /sbin/rc again to not set the hotplug agent to /sbin/udev, as
|
| 884 |
|
|
/sbin/hotplug will call udev as well.
|
| 885 |
|
|
|
| 886 |
azarah |
1.285 |
Fix a logic error in /lib/rcscripts/sh/rc-services.sh that cause the
|
| 887 |
|
|
get_dep_info() function to skip the last entry in the RC_DEPEND_TREE
|
| 888 |
azarah |
1.288 |
array (in my case 'net').
|
| 889 |
azarah |
1.285 |
|
| 890 |
azarah |
1.286 |
We did not handle the 'net' dependency properly in valid_iuse() and
|
| 891 |
|
|
valid_iafter(). Fix this in /lib/rcscripts/sh/rc-services.sh, closing
|
| 892 |
|
|
bugs #30327 and #31950.
|
| 893 |
|
|
|
| 894 |
azarah |
1.287 |
Change an occurance of /etc/modutils in modules-update.8 to
|
| 895 |
|
|
/etc/modules.d/ closing bug #31171.
|
| 896 |
|
|
|
| 897 |
azarah |
1.280 |
19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 898 |
|
|
|
| 899 |
|
|
More bootsplash fixes, bug #21019 (comment #21).
|
| 900 |
|
|
|
| 901 |
azarah |
1.281 |
Remove the killall5 stuff from /etc/init.d/halt.sh, as it messes with
|
| 902 |
|
|
bootsplash. Add support to kill processes still using non-critical
|
| 903 |
|
|
mounts with fuser though.
|
| 904 |
|
|
|
| 905 |
azarah |
1.278 |
17 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 906 |
|
|
|
| 907 |
|
|
Bootsplash fixes from Michael Aichler <micha@aichler.net>, (comment #15
|
| 908 |
|
|
and #16 from bug #21019).
|
| 909 |
|
|
|
| 910 |
|
|
Bootsplash coded did not play nice with boot profiles, so I fixed that
|
| 911 |
|
|
as well. Some other style tweaks.
|
| 912 |
|
|
|
| 913 |
azarah |
1.279 |
Fix /sbin/MAKEDEV to use 'user:group' form, and not depriciated '.'.
|
| 914 |
|
|
Also changed the permissions on tty's, ibcs and scanner devices
|
| 915 |
|
|
to 0660.
|
| 916 |
|
|
|
| 917 |
azarah |
1.277 |
* rc-scripts 1.4.3.11p2 (14 Sep 2003)
|
| 918 |
azarah |
1.276 |
|
| 919 |
azarah |
1.277 |
14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 920 |
|
|
|
| 921 |
|
|
Revert previous changes, and substitute it for the bootsplash patches
|
| 922 |
|
|
from Michael Aichler <micha@aichler.net>, bug #21019. His www pages
|
| 923 |
|
|
can be reached at:
|
| 924 |
|
|
|
| 925 |
|
|
http://www.aichler.net/gentoo/bootsplash/
|
| 926 |
|
|
|
| 927 |
|
|
I should note that the bootsplash stuff is not 100% tested.
|
| 928 |
|
|
|
| 929 |
|
|
|
| 930 |
|
|
* rc-scripts 1.4.3.11p1 (14 Sep 2003)
|
| 931 |
|
|
|
| 932 |
|
|
14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 933 |
azarah |
1.275 |
|
| 934 |
|
|
Initial bootsplash patch as from LiveCD's.
|
| 935 |
|
|
|
| 936 |
|
|
Add more tty's to /etc/init.d/numlock, bug #28252.
|
| 937 |
|
|
|
| 938 |
azarah |
1.274 |
* rc-scripts 1.4.3.11 (14 Sep 2003)
|
| 939 |
|
|
|
| 940 |
|
|
14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 941 |
azarah |
1.268 |
|
| 942 |
|
|
Add initial udev support. Modified /sbin/rc and /etc/init.d/halt.sh.
|
| 943 |
azarah |
1.274 |
Resolves bug #27527.
|
| 944 |
azarah |
1.268 |
|
| 945 |
|
|
Add squid to /etc/services, bug #30995. Other cleanups from rac.
|
| 946 |
|
|
|
| 947 |
|
|
Add patch from Kumba <kumba@gentoo.org> to MAKEDEV to not allow
|
| 948 |
|
|
running while pwd is root (/).
|
| 949 |
|
|
|
| 950 |
azarah |
1.269 |
Add 'after hotplug' to /etc/init.d/consolefont, bug #30856.
|
| 951 |
|
|
|
| 952 |
azarah |
1.270 |
Add entry for floppy in /etc/fstab, bug #30574.
|
| 953 |
|
|
|
| 954 |
azarah |
1.271 |
Remove changing group of /tmp/.{X,ICE}-unix, as it it not needed,
|
| 955 |
|
|
bug #28861.
|
| 956 |
|
|
|
| 957 |
azarah |
1.272 |
Apply a patch from Mike Frysinger <vapier@gentoo.org> for rc-status.
|
| 958 |
|
|
It now will work with runlevels named with any characters (other than
|
| 959 |
|
|
ones found in default bash IFS). It also adds a few sanity/error
|
| 960 |
|
|
checks, bug #26432.
|
| 961 |
|
|
|
| 962 |
azarah |
1.273 |
Change /etc/inputrc to have PageUp/PageDown search through bash
|
| 963 |
|
|
history again, bug #26036.
|
| 964 |
|
|
|
| 965 |
azarah |
1.267 |
14 Sep 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 966 |
|
|
|
| 967 |
|
|
Change update-modules to modules-update in manpage, bug #28101.
|
| 968 |
|
|
|
| 969 |
azarah |
1.266 |
* rc-scripts 1.4.3.10p1 (08 Sep 2003)
|
| 970 |
|
|
|
| 971 |
|
|
08 Sep 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 972 |
|
|
|
| 973 |
|
|
Change the '-k' switch to dhcpcd to '-z' in /etc/init.d/net.eth0.
|
| 974 |
azarah |
1.265 |
|
| 975 |
azarah |
1.264 |
12 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 976 |
|
|
|
| 977 |
|
|
Add missing 'local x' to filter_environ() (bug #26429), thanks to
|
| 978 |
|
|
Mark Wagner <mark@lanfear.net>. Modified rc-services.sh for this.
|
| 979 |
|
|
|
| 980 |
azarah |
1.262 |
11 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 981 |
|
|
|
| 982 |
|
|
Modify /etc/init.d/modules not to print the autoloading stuff if
|
| 983 |
|
|
no modules should be loaded (resolving bug #26288), per request from
|
| 984 |
|
|
Michael Frysinger <vapier@gentoo.org>.
|
| 985 |
azarah |
1.263 |
|
| 986 |
|
|
Fix get_bootparam() in /sbin/functions.sh to check for existance of
|
| 987 |
|
|
the /proc/cmdline proc entry.
|
| 988 |
azarah |
1.262 |
|
| 989 |
azarah |
1.259 |
10 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 990 |
|
|
|
| 991 |
|
|
Modify /etc/init.d/halt.sh to first kill, and then deactivate swap on
|
| 992 |
|
|
request of Luke-Jr <luke-jr@gentoo.org>. It should be ok now, as the
|
| 993 |
|
|
whole way of devfs handling changed long ago already.
|
| 994 |
|
|
|
| 995 |
azarah |
1.260 |
Fix /etc/init.d/halt.sh to unmount the mount point and not the device.
|
| 996 |
|
|
Also change it to 'mount -d' to detach the loop device. Patch by
|
| 997 |
|
|
Kalin KOZHUHAROV <kalin@ThinRope.net>, bug #26256.
|
| 998 |
|
|
|
| 999 |
azarah |
1.261 |
Fix /etc/init.d/consolefont to not error out if CONSOLEFONT in rc.conf
|
| 1000 |
|
|
is not set, bug #26278 (noted by Michael Frysinger <vapier@gentoo.org>).
|
| 1001 |
|
|
|
| 1002 |
azarah |
1.257 |
* rc-scripts 1.4.3.10 (04 Aug 2003)
|
| 1003 |
|
|
|
| 1004 |
azarah |
1.253 |
04 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1005 |
|
|
|
| 1006 |
|
|
Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue),
|
| 1007 |
|
|
bug #4222, thanks to Sean E Russell <ser@germane-software.com>,
|
| 1008 |
|
|
Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show'
|
| 1009 |
|
|
stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>.
|
| 1010 |
|
|
|
| 1011 |
|
|
Fixed modules-update to only do the /etc/modprobe.conf generation if we
|
| 1012 |
|
|
are actually running a 2.5+ kernel.
|
| 1013 |
|
|
|
| 1014 |
azarah |
1.254 |
Add pop3 entries to /etc/services, bug #25501.
|
| 1015 |
|
|
|
| 1016 |
azarah |
1.255 |
Add a switch for devfsd startup to /etc/conf.d/rc, fix /sbin/rc to check
|
| 1017 |
|
|
RC_DEVFSD_STARTUP. Closes bug #24361, thanks to patches from
|
| 1018 |
|
|
Kurt V. Hindenburg <khindenburg@cherrynebula.net>.
|
| 1019 |
|
|
|
| 1020 |
azarah |
1.256 |
Add LVM2 support thanks to Max Kalika <max@gentoo.org> (bug #21908).
|
| 1021 |
azarah |
1.257 |
|
| 1022 |
|
|
Add IPV6 versions of localhost and co in /etc/hosts, bug #25859.
|
| 1023 |
azarah |
1.256 |
|
| 1024 |
azarah |
1.258 |
Fix type-o in /sbin/rc-update, bug #25854.
|
| 1025 |
|
|
|
| 1026 |
azarah |
1.252 |
29 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1027 |
|
|
|
| 1028 |
|
|
Tweak /etc/init.d/check{root,fs} to set retval after each fsck call,
|
| 1029 |
|
|
and not the whole block. Tweak check checkroot to reboot if need be
|
| 1030 |
|
|
(This is with sufficient warning and message). Tweak checkfs to not
|
| 1031 |
|
|
drop to a sulogin if return code 2 or 3 is given - as we did not
|
| 1032 |
azarah |
1.258 |
mount the filesystems yet, we should not need to reboot ... bug #25398.
|
| 1033 |
azarah |
1.252 |
|
| 1034 |
|
|
Add '-T' option to fsck (/etc/init.d/check{root,fs} - requested by
|
| 1035 |
|
|
Michael Frysinger <vapier@gentoo.org>.
|
| 1036 |
|
|
|
| 1037 |
azarah |
1.249 |
28 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1038 |
|
|
|
| 1039 |
|
|
Rework changes for the Adelie project to support boot config profiles
|
| 1040 |
|
|
better. Added support for /etc/runlevels/LEVEL/.fake to specify which
|
| 1041 |
|
|
runlevels should be marked started or stopped without executing the
|
| 1042 |
|
|
script. Renamed the /etc/runlevels/LEVEL/critical to ".critical" for
|
| 1043 |
|
|
more uniformity. Modified /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh
|
| 1044 |
|
|
for this.
|
| 1045 |
|
|
|
| 1046 |
|
|
Add better support for services that provide the "logger" virtual. We
|
| 1047 |
|
|
should really start the logger earlier, and stop it as late as possible.
|
| 1048 |
|
|
Modified /sbin/rc, /lib/rcscripts/sh/rc-services.sh and gendepends.awk
|
| 1049 |
|
|
for this.
|
| 1050 |
|
|
|
| 1051 |
azarah |
1.252 |
Fix .../boot/... paths hardcoded in /lib/rcscripts/sh/rc-services.sh,
|
| 1052 |
|
|
thanks to Jean-Francois Richard <jean-francois@richard.name>.
|
| 1053 |
azarah |
1.250 |
|
| 1054 |
azarah |
1.252 |
Replace the Suse /etc/inputrc with a non copyrighted one, bug #24918.
|
| 1055 |
azarah |
1.251 |
|
| 1056 |
azarah |
1.248 |
23 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1057 |
|
|
|
| 1058 |
|
|
From Jean-Francois Richard <jean-francois@richard.name> and
|
| 1059 |
|
|
Olivier Crete <tester@gentoo.org> from the Adelie project:
|
| 1060 |
|
|
|
| 1061 |
|
|
The last four patches are the "adaptation" of our previous patches to
|
| 1062 |
|
|
the new "no-tmpfs" init system in Gentoo. Since we were using quite
|
| 1063 |
|
|
different scripts for the boot runlevel (no "checkroot" for example) and
|
| 1064 |
|
|
that the new system hardcodes some of the boot services, we had to find
|
| 1065 |
|
|
a simple yet elegant solution.
|
| 1066 |
|
|
|
| 1067 |
|
|
We chose to make init scripts read "/etc/runlevels/LEVEL/critical" to
|
| 1068 |
|
|
know what are the boot runlevel services. If this file is not present,
|
| 1069 |
|
|
it uses the Gentoo hardcoded defaults.
|
| 1070 |
|
|
|
| 1071 |
|
|
This touches /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh and
|
| 1072 |
|
|
/etc/init.d/halt.sh.
|
| 1073 |
|
|
|
| 1074 |
azarah |
1.249 |
I just changed the behaviour of 'softlevel' kernel command line argument
|
| 1075 |
|
|
to not only add a suffix and some other cleanups.
|
| 1076 |
azarah |
1.248 |
|
| 1077 |
azarah |
1.249 |
Add support for irqbalance.
|
| 1078 |
azarah |
1.248 |
|
| 1079 |
azarah |
1.246 |
22 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1080 |
|
|
|
| 1081 |
|
|
Fix the /dev/root entry in /etc/mtab, bug #24916.
|
| 1082 |
|
|
|
| 1083 |
azarah |
1.247 |
Add EVMS2 support, thanks to Mike Javorski <mike_javorski@bigfoot.com>,
|
| 1084 |
|
|
bug #24064.
|
| 1085 |
|
|
|
| 1086 |
azarah |
1.244 |
* rc-scripts 1.4.3.9 (17 Jul 2003)
|
| 1087 |
|
|
|
| 1088 |
azarah |
1.239 |
17 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1089 |
|
|
|
| 1090 |
|
|
Add vlan support to /etc/init.d/net.eth0, bug #15588, thanks to
|
| 1091 |
azarah |
1.249 |
Andy Dustman <andy-gentoo.54e552@dustman.net>.
|
| 1092 |
azarah |
1.239 |
|
| 1093 |
azarah |
1.240 |
Add 'TERM=Eterm' to /etc/DIR_COLORS, bug #23423.
|
| 1094 |
|
|
|
| 1095 |
azarah |
1.241 |
Add mdadm support to /etc/init.d/checkfs, bug #23437, many thanks
|
| 1096 |
azarah |
1.249 |
to Wes Kurdziolek <wkurdzio@vtluug.org>.
|
| 1097 |
azarah |
1.241 |
|
| 1098 |
azarah |
1.242 |
Rather use 'uname -r' to get kernel version, as else we need sysctl.
|
| 1099 |
|
|
This closes bug #23923, modified /etc/init.d/modules.
|
| 1100 |
|
|
|
| 1101 |
azarah |
1.249 |
Fix a type-o in /etc/fstab, bug #23308.
|
| 1102 |
azarah |
1.244 |
|
| 1103 |
|
|
Add support for the new 'O' agetty option to display the DNS domainname
|
| 1104 |
azarah |
1.249 |
in the issue file thanks to Marius Mauch <genone@genone.de>, bug #22275.
|
| 1105 |
|
|
Updated /etc/issue and /etc/issue.logo for this.
|
| 1106 |
azarah |
1.243 |
|
| 1107 |
azarah |
1.235 |
16 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1108 |
|
|
|
| 1109 |
|
|
Add aliases for add/del to /sbin/rc-update closing bug #24317, thanks
|
| 1110 |
|
|
to Antonio Dolcetta <zagarna@yahoo.com>.
|
| 1111 |
|
|
|
| 1112 |
|
|
Fix /etc/init.d/net.eth0 to not set rp_filter if already set via
|
| 1113 |
|
|
/etc/sysctl.conf, bug #24235 - thanks jochen <jochen.eisinger@gmx.de>.
|
| 1114 |
|
|
|
| 1115 |
azarah |
1.236 |
Fix /sbin/runscript.sh and /lib/rcscripts/awk/cachedepend.awk to work
|
| 1116 |
azarah |
1.249 |
with symlinks in /etc/init.d/, closing bug #24228.
|
| 1117 |
azarah |
1.236 |
|
| 1118 |
azarah |
1.249 |
Fix /etc/init.d/clock to work with UML, closing bug #24225 thanks to
|
| 1119 |
|
|
John Mylchreest <johnm@gentoo.org>.
|
| 1120 |
azarah |
1.236 |
|
| 1121 |
azarah |
1.237 |
Fix hardcoded color escape sequence in /sbin/rc, closing bug #24109,
|
| 1122 |
azarah |
1.249 |
thanks to splite <splite-gentoo@sigint.cs.purdue.edu>.
|
| 1123 |
azarah |
1.237 |
|
| 1124 |
|
|
Fix /sbin/functions.sh to disable color printing if NOCOLOR is set to
|
| 1125 |
azarah |
1.249 |
"true" in /etc/make.conf, closing bug #24107.
|
| 1126 |
azarah |
1.237 |
|
| 1127 |
azarah |
1.249 |
Fix /etc/init.d/keymaps to be more non-x86 friendly, and also allow
|
| 1128 |
|
|
more keymaps to be specified in /etc/rc.conf, bug #24084.
|
| 1129 |
azarah |
1.238 |
|
| 1130 |
azarah |
1.234 |
15 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1131 |
|
|
|
| 1132 |
|
|
Add /bin/csh to /etc/shells.
|
| 1133 |
|
|
|
| 1134 |
|
|
Add new protocols to /etc/services, thanks Rajiv Aaron Manglani
|
| 1135 |
|
|
<rajiv@gentoo.org>.
|
| 1136 |
|
|
|
| 1137 |
azarah |
1.233 |
23 Jun 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1138 |
|
|
|
| 1139 |
|
|
Cleanups for bug #21438 from bug #22637, thanks to
|
| 1140 |
|
|
Christian Strauf <christian.strauf@gmx.de> and Ian Abbott <ian@abbott.org>.
|
| 1141 |
|
|
|
| 1142 |
azarah |
1.232 |
22 Jun 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1143 |
|
|
|
| 1144 |
|
|
Really commit fix for bug #21438 to CVS.
|
| 1145 |
|
|
|
| 1146 |
azarah |
1.229 |
21 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1147 |
|
|
|
| 1148 |
|
|
Call /proc mount with explicit options to fix issues where user
|
| 1149 |
|
|
have 'bind' mounts for /proc in fstab as well, bug #21068.
|
| 1150 |
|
|
|
| 1151 |
azarah |
1.231 |
Fix /etc/init.d/bootmisc to check for /sbin/env-update.sh, bug #21384,
|
| 1152 |
|
|
reported by Gunnlaugur Thor Briem <gthb@hi.is>.
|
| 1153 |
|
|
|
| 1154 |
|
|
Add 'before bootmisc' to /etc/init.d/domainname, as we need to start
|
| 1155 |
|
|
it before 'env-update.sh' gets run by /etc/init.d/bootmisc.
|
| 1156 |
azarah |
1.230 |
|
| 1157 |
azarah |
1.228 |
* rc-scripts 1.4.3.8p1 (21 May 2003)
|
| 1158 |
|
|
|
| 1159 |
|
|
21 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1160 |
|
|
|
| 1161 |
|
|
Last fix I did not use the modified 'myservice', but used $1 again,
|
| 1162 |
|
|
causing the network dependencies to bork. I did not notice this
|
| 1163 |
|
|
as I have net.eth0 in default runlevel.
|
| 1164 |
|
|
|
| 1165 |
azarah |
1.227 |
* rc-scripts 1.4.3.8 (20 May 2003)
|
| 1166 |
|
|
|
| 1167 |
|
|
20 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1168 |
|
|
|
| 1169 |
|
|
A '-' in a bash variable is not valid as well. Fix gendepend.awk and
|
| 1170 |
|
|
rc-service.sh to handle this, thanks to YAMAKURA Makoto
|
| 1171 |
|
|
<makoto@dsb.club.ne.jp>.
|
| 1172 |
|
|
|
| 1173 |
|
|
Move /etc/issue to /etc/issue.logo, and have /etc/issue only print info
|
| 1174 |
|
|
about the host it is running on.
|
| 1175 |
|
|
|
| 1176 |
azarah |
1.226 |
18 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1177 |
|
|
|
| 1178 |
|
|
Do not let devfsd handle /dev/log's permission management, as it breaks
|
| 1179 |
azarah |
1.227 |
selinux. Modified /etc/devfsd.conf, changes submited by Chris PeBenito
|
| 1180 |
|
|
<pebenito@gentoo.org>.
|
| 1181 |
azarah |
1.226 |
|
| 1182 |
azarah |
1.227 |
Fix type-o in /etc/init.d/net.ppp0, and add local ip-up/ip-down support.
|
| 1183 |
azarah |
1.226 |
|
| 1184 |
azarah |
1.225 |
14 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1185 |
|
|
|
| 1186 |
|
|
We should not export the RC_GOT_* variables, as it breaks on some systems,
|
| 1187 |
azarah |
1.227 |
thanks to J?rg Gollnick <gentoo-bugs@wurzelbenutzer.de>, bug #20851.
|
| 1188 |
azarah |
1.225 |
|
| 1189 |
azarah |
1.227 |
From C. Brewer <killian@gentoo.org>:
|
| 1190 |
|
|
- Add hide-password to the connect cmd-line of /etc/init.d/net.ppp0, which is
|
| 1191 |
|
|
suppose to be default, but why take chances?
|
| 1192 |
|
|
- Also, echoing chmod 640 in the resolv.conf two-step at the end to solve the
|
| 1193 |
|
|
kppp complaint.
|
| 1194 |
azarah |
1.225 |
|
| 1195 |
|
|
13 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1196 |
|
|
|
| 1197 |
|
|
For the network functions, the dependency code tried to create a funcion
|
| 1198 |
azarah |
1.227 |
with a '.' in the name, causing the network rc-scripts to not have any
|
| 1199 |
|
|
dependencies. This should fix bug #20849 's order issue, thanks to
|
| 1200 |
|
|
YAMAKURA Makoto <makoto@dsb.club.ne.jp> for noticing.
|
| 1201 |
azarah |
1.225 |
|
| 1202 |
azarah |
1.227 |
Fix query_{before,after} to also check 'net' if 'service2' is a network
|
| 1203 |
|
|
service.
|
| 1204 |
azarah |
1.225 |
|
| 1205 |
azarah |
1.224 |
12 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1206 |
|
|
|
| 1207 |
|
|
More cleanups:
|
| 1208 |
azarah |
1.227 |
- Move the broken stuff from symlinks to a DB entry in ${svcdir}/deptree.
|
| 1209 |
|
|
Updated /sbin/runscript.sh, /sbin/rc-services.sh and gendepend.awk for
|
| 1210 |
|
|
this.
|
| 1211 |
|
|
- Add functions for more common tasks in /sbin/runscript.sh to
|
| 1212 |
|
|
/sbin/rc-services.sh.
|
| 1213 |
|
|
- Move 'consoletype' to /sbin.
|
| 1214 |
|
|
- Rename /sbin/rc-envupdate.sh to /sbin/env-update.sh; updated
|
| 1215 |
|
|
/etc/init.d/bootmisc for this.
|
| 1216 |
|
|
- Move rc-services.sh, rc-daemon.sh and rc-help.sh to /lib/rcscripts/sh.
|
| 1217 |
|
|
- Improve detection of circular depends ... modified gendepend.awk for this.
|
| 1218 |
azarah |
1.224 |
|
| 1219 |
azarah |
1.223 |
* rc-scripts 1.4.3.7 (11 May 2003)
|
| 1220 |
|
|
|
| 1221 |
|
|
11 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1222 |
|
|
|
| 1223 |
|
|
Too many things to remember, so here is changes of note:
|
| 1224 |
|
|
- More changes to gendepend.awk. This basically modifies it to not use
|
| 1225 |
|
|
symlinks in $svcdir/{need,use,before,after,provide} anymore, but rather
|
| 1226 |
|
|
create a file that can be sourced. Seems to speedup things nicely.
|
| 1227 |
|
|
- Add /sbin/rc-services.sh. This is basically a module to get dependency
|
| 1228 |
|
|
info from the new $svcdir/deptree, and some other new service functions.
|
| 1229 |
|
|
- Modify the whole works to *only* source all needed files once. This
|
| 1230 |
|
|
includes /sbin/{functions.sh,rc-services.sh,rc-daemon.sh}. Also
|
| 1231 |
|
|
rc-services.sh will only source $svcdir/deptree once. /sbin/runscript.sh
|
| 1232 |
|
|
is sourced more than once (actually each time a service is started or
|
| 1233 |
|
|
stopped, but is is cut down much). Also seems to speed things up again.
|
| 1234 |
|
|
- Fix a long outstanding bug in gendepend.awk that caused the 'net'
|
| 1235 |
|
|
dependency to not be actually used in shutdown, causing the services
|
| 1236 |
|
|
needing it to be stoped before net.* services.
|
| 1237 |
|
|
- Add the RC_PARALLEL_STARTUP variable, with schedule_service_startup() to
|
| 1238 |
|
|
/sbin/rc-services.sh and /etc/conf.d/rc. This is experimental parallel
|
| 1239 |
|
|
startup of services, and seems to work nicely. Only issues to date is
|
| 1240 |
|
|
that printing of messages is not synced, and a race very intermittantly
|
| 1241 |
|
|
that causes a service to be started when it was already scheduled.
|
| 1242 |
|
|
- Add a new dependency type 'parallel' that can be used to control if a
|
| 1243 |
|
|
service can be started in paralled or not. Possible arguments is "yes"
|
| 1244 |
|
|
or "no"; if it is not present, it is considered as "yes":
|
| 1245 |
|
|
|
| 1246 |
|
|
depend() {
|
| 1247 |
|
|
parallel yes|no
|
| 1248 |
|
|
}
|
| 1249 |
|
|
|
| 1250 |
|
|
Modified cachedepend.awk, gendepend.awk and /sbin/rc-services.sh.
|
| 1251 |
|
|
- Fix the 'single' runlevel to actually work properly, and without a
|
| 1252 |
|
|
/etc/runlevels/single directory.
|
| 1253 |
|
|
- Remove the BOOT variable, and update /sbin/rc to set SOFTLEVEL properly.
|
| 1254 |
|
|
Fix /etc/init.d/{checkroot,bootmisc} to use SOFTLEVEL instead of BOOT.
|
| 1255 |
azarah |
1.222 |
|
| 1256 |
azarah |
1.221 |
08 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1257 |
|
|
|
| 1258 |
|
|
Major rework of /lib/rcscript/awk/gendepend.awk, cleaning it up nicely,
|
| 1259 |
azarah |
1.223 |
and adding more sanity checks.
|
| 1260 |
azarah |
1.221 |
|
| 1261 |
azarah |
1.220 |
04 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1262 |
|
|
|
| 1263 |
|
|
Revert /etc/init.d/hostname the way it was, as it should be the user's
|
| 1264 |
|
|
choice if he want to have a FQDN in there or not, bug #14946.
|
| 1265 |
|
|
|
| 1266 |
|
|
Add /etc/init.d/domainname for those that want to use it.
|
| 1267 |
|
|
|
| 1268 |
azarah |
1.218 |
29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1269 |
|
|
|
| 1270 |
azarah |
1.219 |
Change the root check back the way it was, else it breaks with non bash
|
| 1271 |
azarah |
1.223 |
shells; modified /etc/profile.
|
| 1272 |
azarah |
1.219 |
|
| 1273 |
|
|
29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1274 |
|
|
|
| 1275 |
azarah |
1.218 |
Change test in /etc/profile for root to '[ "$EUID" -eq 0 ]', bug #20140.
|
| 1276 |
|
|
|
| 1277 |
azarah |
1.217 |
27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1278 |
|
|
|
| 1279 |
azarah |
1.218 |
Add various patches from Rachel Holmes <rach@gmx.net>:
|
| 1280 |
azarah |
1.217 |
|
| 1281 |
|
|
Dropped use of 'cat' in bash scripts, '$(<$file)' is there for that
|
| 1282 |
azarah |
1.218 |
purpose. Modified:
|
| 1283 |
azarah |
1.217 |
|
| 1284 |
|
|
/etc/init.d/net.ppp0
|
| 1285 |
|
|
/etc/init.d/nscd
|
| 1286 |
|
|
/sbin/functions.sh
|
| 1287 |
|
|
/sbin/rc
|
| 1288 |
|
|
/sbin/rc-daemon.sh
|
| 1289 |
|
|
/sbin/rc-envupdate.sh.bash
|
| 1290 |
|
|
/sbin/runscript.sh
|
| 1291 |
|
|
|
| 1292 |
|
|
Exchanged some gratuitous use of awk for grep. Awk is a little resource
|
| 1293 |
|
|
hungry just for a simple test. (I [azarah] did not apply the changes to
|
| 1294 |
azarah |
1.218 |
tests for 'devfs', as having 'usbdevfs' in the equation will break
|
| 1295 |
|
|
things). Modified /sbin/rc for this.
|
| 1296 |
azarah |
1.217 |
|
| 1297 |
|
|
Gentoo enforces having /proc, so uname -r is a little redundant when the
|
| 1298 |
|
|
information is available without an external command. Modified:
|
| 1299 |
|
|
|
| 1300 |
|
|
/etc/init.d/modules
|
| 1301 |
|
|
/etc/init.d/serial
|
| 1302 |
|
|
/sbin/functions.sh
|
| 1303 |
|
|
/sbin/modules-update
|
| 1304 |
|
|
|
| 1305 |
|
|
Changed 'id -u' commands to use $EUID in bash executed scripts, same
|
| 1306 |
azarah |
1.218 |
result no extra command. Modified:
|
| 1307 |
azarah |
1.217 |
|
| 1308 |
|
|
/sbin/rc-envupdate.sh
|
| 1309 |
|
|
/sbin/rc-envupdate.sh.bash
|
| 1310 |
|
|
/sbin/rc-update
|
| 1311 |
|
|
|
| 1312 |
|
|
Removed all the cat sections, and the separate echo sections. The output
|
| 1313 |
azarah |
1.218 |
is _exactly_ the same, minus some spare spaces that have been removed.
|
| 1314 |
|
|
Fourfold speed increase in the (granted flimsy) tests I have done.
|
| 1315 |
|
|
Modified /sbin/rc-help.sh for this.
|
| 1316 |
azarah |
1.217 |
|
| 1317 |
|
|
Final remaining 'cat' commands removed, in favour of using bash's internal
|
| 1318 |
|
|
'$(< )' or 'echo'. Use of echo leads the way to future support for bash's
|
| 1319 |
|
|
i18n anyway. Modified:
|
| 1320 |
|
|
|
| 1321 |
|
|
/sbin/rc
|
| 1322 |
|
|
/sbin/rc-envupdate.sh
|
| 1323 |
|
|
/sbin/rc-envupdate.sh.bash
|
| 1324 |
|
|
|
| 1325 |
|
|
|
| 1326 |
|
|
|
| 1327 |
azarah |
1.216 |
* rc-scripts 1.4.3.6 (27 Apr 2003)
|
| 1328 |
|
|
|
| 1329 |
azarah |
1.215 |
27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1330 |
|
|
|
| 1331 |
|
|
Add a 'save' function /etc/init.d/clock, bug #19685.
|
| 1332 |
|
|
|
| 1333 |
azarah |
1.216 |
Add a slocate group to /etc/group, bug #19604.
|
| 1334 |
|
|
|
| 1335 |
|
|
Do not stop a network service if we do not reboot on runlevel change,
|
| 1336 |
|
|
as it could have been started by the user or hotplug. This should
|
| 1337 |
|
|
address bug #12763; modified /sbin/rc for this.
|
| 1338 |
|
|
|
| 1339 |
|
|
Fix /etc/init.d/hostname to set only the hostname, and not the NIS
|
| 1340 |
|
|
domainname.
|
| 1341 |
|
|
|
| 1342 |
|
|
Fix /etc/init.d/keymaps to be able to set the extended keymap in rc.conf.
|
| 1343 |
|
|
This should close bug #16884.
|
| 1344 |
|
|
|
| 1345 |
|
|
Fix /etc/profile to be /bin/sh compadible, bug #18918.
|
| 1346 |
|
|
|
| 1347 |
|
|
Change the swap comments in /sbin/rc to "Activating (possible) swap" to
|
| 1348 |
|
|
be more 'generic' ? Only try to disable swap if any devices/files was
|
| 1349 |
|
|
activated. This should close bug #19089.
|
| 1350 |
|
|
|
| 1351 |
azarah |
1.218 |
Fix /etc/init.d/checkroot to only remount / rw if not set explicitly to
|
| 1352 |
|
|
rw in /etc/fstab, bug #19158.
|
| 1353 |
azarah |
1.216 |
|
| 1354 |
azarah |
1.215 |
24 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1355 |
|
|
|
| 1356 |
|
|
Fix /etc/init.d/net.ppp0 to do the right thing if stopped was called,
|
| 1357 |
|
|
but the ppp link was already down, bug #15333.
|
| 1358 |
|
|
|
| 1359 |
azarah |
1.214 |
12 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1360 |
|
|
|
| 1361 |
|
|
Fix type-o in /etc/init.d/consolefont (line 38 should be 'retval=$?').
|
| 1362 |
|
|
Thanks to Matt Taylor <liverbugg@juno.com> (comment #6, bug #18344).
|
| 1363 |
|
|
|
| 1364 |
|
|
From linux-2.5.68, we need to mount devpts on /dev/pts again ...
|
| 1365 |
|
|
updated /sbin/rc for this.
|
| 1366 |
|
|
|
| 1367 |
|
|
11 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1368 |
|
|
|
| 1369 |
|
|
Fix errors on sourcing /etc/profile if EDITOR is not set, bug #18995.
|
| 1370 |
|
|
|
| 1371 |
azarah |
1.213 |
10 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1372 |
|
|
|
| 1373 |
|
|
Make checking in unmount more strict, fixing bug #19007.
|
| 1374 |
|
|
|
| 1375 |
azarah |
1.212 |
09 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1376 |
|
|
|
| 1377 |
|
|
Add one more check to genenviron.awk, to spot cases where there is a
|
| 1378 |
|
|
space between the variable and the '='.
|
| 1379 |
|
|
|
| 1380 |
azarah |
1.211 |
08 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1381 |
|
|
|
| 1382 |
|
|
Fix interactive shell not to have coloured prompt when used as a
|
| 1383 |
|
|
dumb client, bug #18886. Fix was inspired by patch from
|
| 1384 |
|
|
Matthew Kennedy <mkennedy@gentoo.org>.
|
| 1385 |
|
|
|
| 1386 |
azarah |
1.210 |
* rc-scripts 1.4.3.5 (06 Apr 2003)
|
| 1387 |
|
|
|
| 1388 |
|
|
06 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1389 |
azarah |
1.209 |
|
| 1390 |
|
|
Hopefully get the serial support sane again. Added /bin/consoletype
|
| 1391 |
azarah |
1.211 |
from Redhat to check for serial console. This should resolve bug
|
| 1392 |
|
|
#18329 partly.
|
| 1393 |
azarah |
1.209 |
|
| 1394 |
azarah |
1.211 |
Add the --nocolor option to suppress the use of colors.
|
| 1395 |
azarah |
1.209 |
|
| 1396 |
azarah |
1.211 |
Change the 'status' option to return true if the service is running,
|
| 1397 |
|
|
and false if stopped. This is only if the '--quiet' flag was also
|
| 1398 |
|
|
given.
|
| 1399 |
azarah |
1.209 |
|
| 1400 |
azarah |
1.211 |
Change the start and stop options not to output or return false if
|
| 1401 |
|
|
the '--quiet' flag was given.
|
| 1402 |
azarah |
1.209 |
|
| 1403 |
azarah |
1.211 |
Redirect stderr for consolechars in /etc/init.d/consolefont to /dev/null
|
| 1404 |
|
|
as well, fixing bug #18344.
|
| 1405 |
azarah |
1.209 |
|
| 1406 |
azarah |
1.211 |
Optimize $EDITOR extraction in /etc/profile closing bug #18614, thanks to
|
| 1407 |
|
|
Aron Griffis <agriffis@gentoo.org>.
|
| 1408 |
azarah |
1.209 |
|
| 1409 |
azarah |
1.211 |
Set HALT to 'shutdown' or 'reboot' depending on if we are shutting down
|
| 1410 |
|
|
or rebooting.
|
| 1411 |
azarah |
1.210 |
|
| 1412 |
|
|
30 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1413 |
azarah |
1.208 |
|
| 1414 |
|
|
Fix bug #18329 ... $COLS was not setup properly for serial console.
|
| 1415 |
|
|
|
| 1416 |
azarah |
1.210 |
24 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1417 |
azarah |
1.206 |
|
| 1418 |
|
|
Optimize USB fs stuff in /etc/init.d/localmount to use less cats etc.
|
| 1419 |
|
|
Fix a problem where it might not have mounted the USB fs when usbcore
|
| 1420 |
|
|
was compiled as module, and the kernel did not mount it by the time
|
| 1421 |
|
|
the script was started. Get it to rather check what filesystems is
|
| 1422 |
|
|
supported when deciding if it should use 'usbdevfs' or 'usbfs', as
|
| 1423 |
|
|
later 2.4 kernels now also support the newer 'usbfs'.
|
| 1424 |
|
|
|
| 1425 |
azarah |
1.207 |
Optimize RAID stuff in /etc/init.d/checkfs a bit.
|
| 1426 |
|
|
|
| 1427 |
azarah |
1.210 |
16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1428 |
azarah |
1.205 |
|
| 1429 |
|
|
Update sbin/rc-envupdate.sh.bash for bug #17549.
|
| 1430 |
|
|
|
| 1431 |
azarah |
1.210 |
* rc-scripts 1.4.3.4 (16 Mar 2003)
|
| 1432 |
azarah |
1.204 |
|
| 1433 |
azarah |
1.210 |
16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1434 |
azarah |
1.204 |
|
| 1435 |
|
|
Add /etc/issue done by a Polish ascii-artists, v|rus with some slight
|
| 1436 |
|
|
modifications (purple and display hostname, etc). Closes bug #16806.
|
| 1437 |
|
|
|
| 1438 |
|
|
Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to
|
| 1439 |
|
|
work properly. Closes bug #17348.
|
| 1440 |
|
|
|
| 1441 |
|
|
Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown
|
| 1442 |
|
|
of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0.
|
| 1443 |
|
|
|
| 1444 |
azarah |
1.210 |
11 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1445 |
azarah |
1.203 |
|
| 1446 |
|
|
Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low
|
| 1447 |
|
|
<lostlogic@gentoo.org>!
|
| 1448 |
|
|
|
| 1449 |
azarah |
1.210 |
10 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1450 |
azarah |
1.201 |
|
| 1451 |
|
|
Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc
|
| 1452 |
|
|
and /etc/init.d/halt.sh for this.
|
| 1453 |
|
|
|
| 1454 |
|
|
Update /etc/fstab to correctly mount /proc with:
|
| 1455 |
|
|
|
| 1456 |
|
|
mount -t proc none /proc
|
| 1457 |
|
|
|
| 1458 |
|
|
Do the same for /dev/shm:
|
| 1459 |
|
|
|
| 1460 |
|
|
mount -t tmpfs none /dev/shm
|
| 1461 |
|
|
|
| 1462 |
|
|
Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output
|
| 1463 |
|
|
noise if we exited a recovery console.
|
| 1464 |
|
|
|
| 1465 |
azarah |
1.202 |
Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks
|
| 1466 |
|
|
to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this.
|
| 1467 |
|
|
|
| 1468 |
|
|
Bring down default gateway before adding new one .. this fixes issues
|
| 1469 |
|
|
where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0
|
| 1470 |
|
|
for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the
|
| 1471 |
|
|
fix.
|
| 1472 |
|
|
|
| 1473 |
|
|
Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where
|
| 1474 |
|
|
it fails for module-init-tools if the module is already loaded. This
|
| 1475 |
|
|
closes bug #17163, thanks to nth <y.lesaint@free.fr>.
|
| 1476 |
|
|
|
| 1477 |
azarah |
1.210 |
* rc-scripts 1.4.3.3 (09 Mar 2003)
|
| 1478 |
azarah |
1.200 |
|
| 1479 |
azarah |
1.210 |
09 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1480 |
azarah |
1.199 |
|
| 1481 |
|
|
Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274.
|
| 1482 |
|
|
|
| 1483 |
|
|
Fix net.eth0 not to try and start an interface if already up.
|
| 1484 |
|
|
|
| 1485 |
|
|
Update MAKEDEV from Debian to support more archs. This adds support
|
| 1486 |
|
|
for 'arm', 'hppa' among others. URL:
|
| 1487 |
|
|
|
| 1488 |
|
|
http://packages.debian.org/stable/base/makedev.html
|
| 1489 |
|
|
|
| 1490 |
|
|
Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4
|
| 1491 |
|
|
if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we
|
| 1492 |
|
|
are using a 2.5 kernel ... bug #17109.
|
| 1493 |
|
|
|
| 1494 |
azarah |
1.210 |
02 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1495 |
azarah |
1.198 |
|
| 1496 |
|
|
Update /etc/init.d/hostname to only set the hostname to whatever is before
|
| 1497 |
|
|
the first '.', and then set the domainname to the rest, closing bug #14946.
|
| 1498 |
|
|
|
| 1499 |
azarah |
1.197 |
28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1500 |
|
|
|
| 1501 |
|
|
Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>.
|
| 1502 |
|
|
|
| 1503 |
|
|
Fix spelling of dependency and some other spelling/grammer issues.
|
| 1504 |
|
|
Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and
|
| 1505 |
|
|
Mike Frysinger <vapier@gentoo.org>, bug #15498.
|
| 1506 |
|
|
|
| 1507 |
|
|
Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192.
|
| 1508 |
|
|
|
| 1509 |
|
|
Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662.
|
| 1510 |
|
|
|
| 1511 |
|
|
Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent
|
| 1512 |
|
|
bug #14556.
|
| 1513 |
|
|
|
| 1514 |
azarah |
1.196 |
27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1515 |
|
|
|
| 1516 |
|
|
Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly.
|
| 1517 |
|
|
|
| 1518 |
azarah |
1.195 |
20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1519 |
|
|
|
| 1520 |
|
|
Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules
|
| 1521 |
|
|
to 'test -c /dev/ttyp0 &> /dev/null'.
|
| 1522 |
|
|
|
| 1523 |
azarah |
1.194 |
18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1524 |
|
|
|
| 1525 |
|
|
Update /sbin/modules-update to generate /etc/modprobe.devfs from
|
| 1526 |
|
|
/etc/modules.devfs. This along with the devfs-hack.patch in the latest
|
| 1527 |
|
|
module-init-tools-0.9.9 should get rid of many of the warnings/errors
|
| 1528 |
|
|
with devfs, and makes it work a bit better.
|
| 1529 |
|
|
|
| 1530 |
azarah |
1.193 |
17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1531 |
|
|
|
| 1532 |
|
|
Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again.
|
| 1533 |
|
|
|
| 1534 |
|
|
16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1535 |
|
|
|
| 1536 |
|
|
Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh
|
| 1537 |
|
|
support. This resolves bug #14994.
|
| 1538 |
|
|
|
| 1539 |
|
|
Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR
|
| 1540 |
|
|
according to /etc/rc.conf.
|
| 1541 |
|
|
|
| 1542 |
|
|
Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments,
|
| 1543 |
|
|
and used 'basename' which is located in /usr/bin.
|
| 1544 |
|
|
|
| 1545 |
azarah |
1.192 |
13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1546 |
|
|
|
| 1547 |
|
|
Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if
|
| 1548 |
|
|
used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for
|
| 1549 |
|
|
this.
|
| 1550 |
|
|
|
| 1551 |
azarah |
1.191 |
06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1552 |
|
|
|
| 1553 |
|
|
Update src/awk/genenviron.awk to properly set the environment for each
|
| 1554 |
|
|
rc-script's depend() function by sourcing required config files.
|
| 1555 |
|
|
|
| 1556 |
azarah |
1.190 |
05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1557 |
|
|
|
| 1558 |
|
|
Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks
|
| 1559 |
|
|
to Max Kalika <alkern23@yahoo.com>, bug #15050.
|
| 1560 |
|
|
|
| 1561 |
azarah |
1.188 |
03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1562 |
|
|
|
| 1563 |
|
|
Fix /sbin/modules-update to work with module-init-tools-0.9.9.
|
| 1564 |
|
|
|
| 1565 |
azarah |
1.186 |
30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1566 |
|
|
|
| 1567 |
|
|
Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to
|
| 1568 |
|
|
Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>.
|
| 1569 |
|
|
|
| 1570 |
woodchip |
1.185 |
27 Jan 2003; Donny Davies <woodchip@gentoo.org>:
|
| 1571 |
|
|
|
| 1572 |
|
|
Fix halt.sh by moving the nut UPS kill power stuff back into a function!
|
| 1573 |
|
|
Add fix from the wonderful analysis of Toby Dickenson
|
| 1574 |
|
|
<tdickenson@geminidataloggers.com> in #12947.
|
| 1575 |
|
|
|
| 1576 |
azarah |
1.183 |
26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1577 |
|
|
|
| 1578 |
|
|
Fix start-stop-daemon to check the call to nice() correctly for failure,
|
| 1579 |
|
|
closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>.
|
| 1580 |
|
|
|
| 1581 |
azarah |
1.184 |
Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot
|
| 1582 |
|
|
and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from
|
| 1583 |
|
|
Malcolm Scott <m@lcolm.org.uk>.
|
| 1584 |
|
|
|
| 1585 |
vapier |
1.182 |
21 Jan 2003; Mike Frysinger <vapier@gentoo.org>:
|
| 1586 |
|
|
|
| 1587 |
vapier |
1.189 |
Updated /etc/rc.conf to add elogin/entrance support #13790.
|
| 1588 |
vapier |
1.182 |
|
| 1589 |
azarah |
1.181 |
21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1590 |
|
|
|
| 1591 |
|
|
Update /etc/init.d/keymaps to enable unicode if required. This closes
|
| 1592 |
|
|
bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>.
|
| 1593 |
|
|
|
| 1594 |
azarah |
1.180 |
19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1595 |
|
|
|
| 1596 |
|
|
Fix deadlock durning shutdown if tmpfs filesystems larger than free
|
| 1597 |
|
|
memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh
|
| 1598 |
|
|
for this.
|
| 1599 |
|
|
|
| 1600 |
|
|
Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh.
|
| 1601 |
|
|
This closes bug #13868.
|
| 1602 |
|
|
|
| 1603 |
|
|
Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both
|
| 1604 |
|
|
'su -c foo' not finding start-stop-daemon (etc), and bug #14127.
|
| 1605 |
|
|
|
| 1606 |
|
|
Add route for lo interface to /etc/init.d/net.lo, closing bug #14055.
|
| 1607 |
|
|
|
| 1608 |
azarah |
1.179 |
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1609 |
|
|
|
| 1610 |
|
|
Clear $svcdir in /sbin/rc before we run depscan to make sure we do
|
| 1611 |
|
|
not have stale entries left from hard reboot, thanks to pac1085 on
|
| 1612 |
|
|
irc.
|
| 1613 |
|
|
|
| 1614 |
azarah |
1.178 |
* rc-scripts 1.4.3.2 (15 Jan 2003)
|
| 1615 |
|
|
|
| 1616 |
azarah |
1.176 |
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1617 |
|
|
|
| 1618 |
|
|
Truely fix bootup on seperate /var.
|
| 1619 |
|
|
|
| 1620 |
azarah |
1.177 |
Add some fixes and optimizations to /sbin/rc-update, thanks to
|
| 1621 |
|
|
Daniel Robbins <drobbins@gentoo.org>.
|
| 1622 |
|
|
|
| 1623 |
azarah |
1.175 |
* rc-scripts 1.4.3.1 (15 Jan 2003)
|
| 1624 |
|
|
|
| 1625 |
|
|
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1626 |
|
|
|
| 1627 |
|
|
Fix bootup on seperate /var.
|
| 1628 |
|
|
|
| 1629 |
azarah |
1.174 |
14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1630 |
|
|
|
| 1631 |
|
|
Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636.
|
| 1632 |
|
|
|
| 1633 |
azarah |
1.173 |
07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1634 |
|
|
|
| 1635 |
|
|
Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks
|
| 1636 |
|
|
to Olaf Hering <gentoo@aepfle.de>, bug #13193.
|
| 1637 |
|
|
|
| 1638 |
|
|
Turn on -C option to fsck on for all calls to fsck. Updated scripts
|
| 1639 |
|
|
/etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321.
|
| 1640 |
|
|
|
| 1641 |
azarah |
1.172 |
* rc-scripts 1.4.3.0 (07 Jan 2003)
|
| 1642 |
|
|
|
| 1643 |
|
|
07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1644 |
|
|
|
| 1645 |
|
|
Too much to mention, but here are a few:
|
| 1646 |
|
|
- Major rewrite of software RAID startup, based on Mandrake's, as
|
| 1647 |
|
|
ours was pretty broken :(
|
| 1648 |
|
|
- Redone /sbin/rc to work without the tmpfs/ramfs stat directory.
|
| 1649 |
|
|
Much of /sbin/functions.sh and other scripts have been changed
|
| 1650 |
|
|
to support this.
|
| 1651 |
|
|
- Reworked /etc/inittab to support this. Also moved critical
|
| 1652 |
|
|
mounting of local filesystems to 'sysinit' function of /sbin/rc.
|
| 1653 |
|
|
- Move state directory to /var/state/init.d/ ($svcdir).
|
| 1654 |
|
|
- Move Adelie node init to /sbin/functions.sh to try and simplify
|
| 1655 |
|
|
/sbin/rc a bit.
|
| 1656 |
|
|
- Updated Copyright dates to 2003.
|
| 1657 |
azarah |
1.51 |
|
| 1658 |
azarah |
1.171 |
* rc-scripts 1.4.2.8 (06 Jan 2003)
|
| 1659 |
|
|
|
| 1660 |
azarah |
1.170 |
02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1661 |
|
|
|
| 1662 |
|
|
Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc
|
| 1663 |
|
|
lines, as it seems users do not note the need to have them all on
|
| 1664 |
|
|
one line ....
|
| 1665 |
|
|
|
| 1666 |
|
|
Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.*
|
| 1667 |
|
|
script not ending on a digit. This closes bug #12887.
|
| 1668 |
|
|
|
| 1669 |
|
|
Fix get_KV to also check micro version of kernel; add KV_to_int()
|
| 1670 |
|
|
helper function for get_KV. Update /etc/init.d/localmount to work
|
| 1671 |
|
|
with new get_KV ...
|
| 1672 |
|
|
|
| 1673 |
azarah |
1.168 |
28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1674 |
|
|
|
| 1675 |
|
|
Add support for generate-modprobe.conf or generating /etc/modprobe.conf
|
| 1676 |
|
|
in the new sys-apps/module-init-tools. Note that you need version
|
| 1677 |
|
|
0.9.7 or later of sys-apps/module-init-tools. Updated
|
| 1678 |
|
|
/sbin/modules-update for this.
|
| 1679 |
|
|
|
| 1680 |
azarah |
1.169 |
Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if
|
| 1681 |
|
|
we are running kernel 2.5 or later ...
|
| 1682 |
|
|
|
| 1683 |
azarah |
1.167 |
26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1684 |
|
|
|
| 1685 |
|
|
Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool
|
| 1686 |
|
|
rc-script to setup encrypted loopback devices. This was kindly
|
| 1687 |
|
|
donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471).
|
| 1688 |
|
|
|
| 1689 |
azarah |
1.166 |
25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1690 |
|
|
|
| 1691 |
|
|
Fix src/awk/genenviron.awk stripping *all* '=', closing
|
| 1692 |
|
|
bug #8901.
|
| 1693 |
|
|
|
| 1694 |
|
|
Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with
|
| 1695 |
|
|
spaces ...
|
| 1696 |
|
|
|
| 1697 |
azarah |
1.165 |
* rc-scripts 1.4.2.7 (24 Dec 2002)
|
| 1698 |
|
|
|
| 1699 |
azarah |
1.164 |
24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1700 |
|
|
|
| 1701 |
|
|
Add a fix to /sbin/functions.sh for bug #12601.
|
| 1702 |
|
|
|
| 1703 |
azarah |
1.163 |
22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1704 |
|
|
|
| 1705 |
|
|
Add INFOPATH to /etc/env.d/00basic.
|
| 1706 |
|
|
|
| 1707 |
|
|
Fix src/awk/genenviron.awk to get the order of the env.d files
|
| 1708 |
|
|
correct. Also fix it to handle *all* the SPECIALS correctly.
|
| 1709 |
|
|
This closes bug #12411.
|
| 1710 |
|
|
|
| 1711 |
azarah |
1.162 |
* rc-scripts 1.4.2.6 (18 Dec 2002)
|
| 1712 |
|
|
|
| 1713 |
|
|
18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1714 |
|
|
|
| 1715 |
|
|
Add mips changes to sbin/MAKEDEV. This should close bug #12329,
|
| 1716 |
|
|
thanks to Nicholas Wourms <nwourms@netscape.net>.
|
| 1717 |
|
|
|
| 1718 |
|
|
Quote some tests in /sbin/rc-update to fix/avoid the problem
|
| 1719 |
|
|
in bug #
|
| 1720 |
|
|
|
| 1721 |
|
|
Fix awk regex in /etc/init.d/halt.sh to fix bug #11795.
|
| 1722 |
|
|
|
| 1723 |
|
|
Update shell for postgres user, closing bug #12258.
|
| 1724 |
|
|
|
| 1725 |
azarah |
1.161 |
11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1726 |
|
|
|
| 1727 |
|
|
Fix src/awk/genenviron.awk not to add duplicate entries, closing
|
| 1728 |
|
|
bug #8999.
|
| 1729 |
|
|
|
| 1730 |
azarah |
1.160 |
* rc-scripts 1.4.2.5 (09 Dec 2002)
|
| 1731 |
|
|
|
| 1732 |
azarah |
1.159 |
08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1733 |
|
|
|
| 1734 |
|
|
Add another sync to /etc/init.d/halt.sh, closing bug 8173.
|
| 1735 |
|
|
|
| 1736 |
|
|
Add smmsp uid and gid. Closes bug #8952.
|
| 1737 |
|
|
|
| 1738 |
azarah |
1.157 |
04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1739 |
|
|
|
| 1740 |
azarah |
1.158 |
Setup colums, etc up properly for serial consoles in /sbin/functions.sh.
|
| 1741 |
|
|
Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>.
|
| 1742 |
|
|
|
| 1743 |
azarah |
1.157 |
Add headers similar to that of portage-2.0.45 and up to the
|
| 1744 |
|
|
generated profile files (/etc/{profile,csh}.env). Updated
|
| 1745 |
|
|
src/awk/genenviron.awk for this.
|
| 1746 |
|
|
|
| 1747 |
azarah |
1.154 |
01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1748 |
|
|
|
| 1749 |
|
|
Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the
|
| 1750 |
|
|
sharp eye of Techie2000 <Linux@mochamail.com>.
|
| 1751 |
|
|
|
| 1752 |
azarah |
1.155 |
Rename /sbin/update-modules to /sbin/modules-update, closing
|
| 1753 |
|
|
bug #11445.
|
| 1754 |
|
|
|
| 1755 |
|
|
Nano moved from /usr/bin/nano to /bin/nano. Fix this in
|
| 1756 |
|
|
/etc/env.d/00basic, bug #10916.
|
| 1757 |
|
|
|
| 1758 |
azarah |
1.152 |
27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1759 |
|
|
|
| 1760 |
|
|
Add more improvements to clustering code. This is from
|
| 1761 |
|
|
Olivier Crete <crete@cerca.umontreal.ca>, bug #4151.
|
| 1762 |
|
|
|
| 1763 |
azarah |
1.151 |
26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1764 |
|
|
|
| 1765 |
|
|
Change default 'net' dependency behaviour to be more suited
|
| 1766 |
|
|
for notebook users. Basically if at least one net.* service
|
| 1767 |
|
|
beside net.lo start successfully, the 'net' dependency is
|
| 1768 |
azarah |
1.153 |
considered up. Server admin can set RC_NET_STRICT_CHECKING="yes"
|
| 1769 |
azarah |
1.151 |
in /etc/conf.d/rc to change this back to the old default.
|
| 1770 |
azarah |
1.156 |
This is the start to address bug #2706.
|
| 1771 |
azarah |
1.151 |
|
| 1772 |
azarah |
1.150 |
* rc-scripts 1.4.2.4 (26 Nov 2002)
|
| 1773 |
|
|
|
| 1774 |
|
|
26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1775 |
|
|
|
| 1776 |
|
|
Initial merge of bits for Adelie Linux for SSI clusters. More
|
| 1777 |
|
|
info at:
|
| 1778 |
|
|
|
| 1779 |
|
|
http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html
|
| 1780 |
|
|
|
| 1781 |
|
|
25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1782 |
|
|
|
| 1783 |
|
|
One liner fix to src/awk/cachedepends.awk to once again fix
|
| 1784 |
|
|
bug #7803.
|
| 1785 |
|
|
|
| 1786 |
azarah |
1.149 |
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1787 |
|
|
|
| 1788 |
|
|
Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases.
|
| 1789 |
|
|
This should close bug #10891.
|
| 1790 |
|
|
|
| 1791 |
azarah |
1.148 |
* rc-scripts 1.4.2.3 (18 Nov 2002)
|
| 1792 |
|
|
|
| 1793 |
azarah |
1.147 |
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1794 |
|
|
|
| 1795 |
|
|
Add some more checks to src/awk/*. Fix error printing for
|
| 1796 |
|
|
/sbin/depscan.sh.
|
| 1797 |
azarah |
1.148 |
|
| 1798 |
|
|
Link awk module with gcc and not with ld. This should fix
|
| 1799 |
|
|
problems on sparc and alpha. Many thanks for this fix to
|
| 1800 |
|
|
Stephan Jones <cretin@gentoo.org>.
|
| 1801 |
|
|
|
| 1802 |
|
|
Remove the copyright info from config files, thanks to
|
| 1803 |
|
|
Matthew Kennedy <mkennedy@gentoo.org>.
|
| 1804 |
azarah |
1.147 |
|
| 1805 |
azarah |
1.144 |
* rc-scripts 1.4.2.2 (18 Nov 2002)
|
| 1806 |
|
|
|
| 1807 |
|
|
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1808 |
|
|
|
| 1809 |
|
|
Add src/awk/genenviron.awk which is rc-envupdate.sh ported
|
| 1810 |
|
|
to awk. This is also much faster than its bash version.
|
| 1811 |
|
|
|
| 1812 |
azarah |
1.145 |
Remove the 'Spider cat fix' from depscan.sh.bash, as it makes
|
| 1813 |
|
|
things even slower on older boxes. Bug #10548.
|
| 1814 |
|
|
|
| 1815 |
azarah |
1.146 |
After a bored Vapier decided that he needed to update the
|
| 1816 |
|
|
licenses of things in /etc :P, I did the rest. Hopefully
|
| 1817 |
|
|
not too many people will nuke thier fstab :/
|
| 1818 |
|
|
|
| 1819 |
azarah |
1.143 |
* rc-scripts 1.4.2.1 (18 Nov 2002)
|
| 1820 |
|
|
|
| 1821 |
|
|
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1822 |
|
|
|
| 1823 |
|
|
Update src/awk/cachedepends.awk to find its own rc-scripts,
|
| 1824 |
|
|
fixing the need for find which broke systems with /usr on
|
| 1825 |
|
|
a different partition.
|
| 1826 |
|
|
|
| 1827 |
azarah |
1.141 |
17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1828 |
|
|
|
| 1829 |
|
|
Add some extra checks to src/awk/cachedepends.awk and
|
| 1830 |
|
|
src/awk/gendepends.awk.
|
| 1831 |
|
|
|
| 1832 |
azarah |
1.142 |
Move some of the more generic functions in src/awk/gendepends.awk
|
| 1833 |
|
|
to src/awk/functions.awk.
|
| 1834 |
|
|
|
| 1835 |
azarah |
1.140 |
* rc-scripts 1.4.2 (17 Nov 2002)
|
| 1836 |
|
|
|
| 1837 |
|
|
17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1838 |
|
|
|
| 1839 |
|
|
Add initial version of new depscan.sh. This uses awk scripts
|
| 1840 |
|
|
to do the main work, giving about 10 times speed improvement on
|
| 1841 |
|
|
slower machines. Updated /sbin/depscan.sh, src/filefuncts.c,
|
| 1842 |
|
|
src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk
|
| 1843 |
|
|
for this. This should close bug #10548.
|
| 1844 |
|
|
|
| 1845 |
azarah |
1.138 |
* rc-scripts 1.4.1.2 (5 Nov 2002)
|
| 1846 |
|
|
|
| 1847 |
azarah |
1.139 |
5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1848 |
|
|
|
| 1849 |
|
|
Add UID/GID of 250 for Portage Fakeroot account.
|
| 1850 |
|
|
|
| 1851 |
azarah |
1.137 |
4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1852 |
|
|
|
| 1853 |
|
|
Change /etc/init.d/clock to depend on localmount again, fixing
|
| 1854 |
|
|
bug #10048.
|
| 1855 |
|
|
|
| 1856 |
|
|
Get deps on logger sane again. I wanted to get the logger started
|
| 1857 |
|
|
as early as possible, but clock for one breaks if /usr is mounted
|
| 1858 |
|
|
on seperate partition.
|
| 1859 |
|
|
|
| 1860 |
azarah |
1.136 |
29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1861 |
|
|
|
| 1862 |
|
|
Fix return in /etc/init.d/modules to return 0 if /proc/modules
|
| 1863 |
|
|
do not exists. Closes bug #7738, comment #5.
|
| 1864 |
|
|
|
| 1865 |
azarah |
1.135 |
* rc-scripts 1.4.1.1 (28 Oct 2002)
|
| 1866 |
|
|
|
| 1867 |
azarah |
1.134 |
28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1868 |
|
|
|
| 1869 |
|
|
Fix /sbin/update-modules not to include backup files. Closes
|
| 1870 |
|
|
bug #9707.
|
| 1871 |
|
|
|
| 1872 |
azarah |
1.133 |
26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1873 |
|
|
|
| 1874 |
|
|
Fix update-modules borking if there are directories present
|
| 1875 |
|
|
in /etc/modules.d/. Closes bug #9632.
|
| 1876 |
|
|
|
| 1877 |
azarah |
1.132 |
17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1878 |
|
|
|
| 1879 |
|
|
Change deps on /etc/init.d/{clock,hostname,modules} not to
|
| 1880 |
|
|
depend on localmount, but rather on checkroot, as all of them
|
| 1881 |
|
|
just need / to be mounted. This should fix race conditions
|
| 1882 |
|
|
because of checkfs dependency on modules. This should close
|
| 1883 |
|
|
bug #9266.
|
| 1884 |
|
|
|
| 1885 |
azarah |
1.131 |
* rc-scripts 1.4.1 (13 Oct 2002)
|
| 1886 |
|
|
|
| 1887 |
azarah |
1.130 |
13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1888 |
|
|
|
| 1889 |
|
|
Create and fix permissions on /tmp/.{ICE,X11}-unix/. This
|
| 1890 |
|
|
is additional measures for bug #8281.
|
| 1891 |
|
|
|
| 1892 |
azarah |
1.129 |
12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1893 |
|
|
|
| 1894 |
|
|
Update /etc/init.d/net.eth0 to fix bug #8626.
|
| 1895 |
|
|
|
| 1896 |
|
|
Fix /sbin/rc-update to check return code of "ln". This should
|
| 1897 |
|
|
close bug #8867.
|
| 1898 |
|
|
|
| 1899 |
azarah |
1.127 |
29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1900 |
|
|
|
| 1901 |
|
|
Fix indentation in /etc/inputrc. This should close
|
| 1902 |
|
|
bug #8368.
|
| 1903 |
|
|
|
| 1904 |
|
|
Add extended status functionality. Should close bug #2462.
|
| 1905 |
|
|
|
| 1906 |
azarah |
1.128 |
Add support for /sbin/rc-update to check if the rc-script
|
| 1907 |
|
|
is executable or not. Thanks to widersacher@gmx.net, closing
|
| 1908 |
|
|
bug #8326.
|
| 1909 |
|
|
|
| 1910 |
azarah |
1.126 |
25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1911 |
|
|
|
| 1912 |
|
|
Fix /etc/init.d/bootmisc not to kill pidfiles of running
|
| 1913 |
|
|
daemons. Improve NGPT support in /sbin/rc a bit.
|
| 1914 |
|
|
|
| 1915 |
azarah |
1.125 |
23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1916 |
|
|
|
| 1917 |
|
|
Fix my last screwup with /etc/init.d/net.ppp0. Basically
|
| 1918 |
|
|
forgot to change a few DEVICE's to IFACE ...
|
| 1919 |
|
|
|
| 1920 |
azarah |
1.124 |
22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1921 |
|
|
|
| 1922 |
|
|
NGPT support.
|
| 1923 |
|
|
|
| 1924 |
azarah |
1.123 |
17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1925 |
|
|
|
| 1926 |
|
|
Did a small fix to /etc/init.d/net.eth0, thanks to
|
| 1927 |
|
|
naanyaar2000@yahoo.com, bug #7407.
|
| 1928 |
|
|
|
| 1929 |
azarah |
1.122 |
16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1930 |
|
|
|
| 1931 |
|
|
Add the permission stuff for generic scsi when compiled as
|
| 1932 |
|
|
module, thanks to Bauno <bauno@inwind.it>.
|
| 1933 |
|
|
|
| 1934 |
|
|
Add support for /etc/devfs.d/ for additional devfs config
|
| 1935 |
|
|
stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>.
|
| 1936 |
|
|
|
| 1937 |
azarah |
1.121 |
11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1938 |
|
|
|
| 1939 |
|
|
Fix small type-o from last changes to /etc/init.d/netmount.
|
| 1940 |
|
|
Should resolve bug #7803.
|
| 1941 |
|
|
|
| 1942 |
azarah |
1.119 |
* rc-scripts 1.4.0 (7 Sep 2002)
|
| 1943 |
|
|
|
| 1944 |
azarah |
1.118 |
7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1945 |
|
|
|
| 1946 |
|
|
Update /etc/init.d/net.eth0 to handle individual broadcast
|
| 1947 |
|
|
and netmask for aliases. Should close bug #7407.
|
| 1948 |
azarah |
1.119 |
|
| 1949 |
|
|
Give /var/run/utmp and /var/log/wtmp the proper permissions
|
| 1950 |
|
|
and ownership. First steps in fixing bug #7630.
|
| 1951 |
azarah |
1.118 |
|
| 1952 |
azarah |
1.120 |
Change Raid stuff again in /etc/init.d/checkfs.
|
| 1953 |
|
|
|
| 1954 |
woodchip |
1.115 |
26 Aug 2002; Donny Davies <woodchip@gentoo.org>:
|
| 1955 |
|
|
|
| 1956 |
|
|
Give root a 'root' GECOS in /etc/passwd, was NULL before.
|
| 1957 |
|
|
|
| 1958 |
azarah |
1.114 |
* rc-scripts 1.3.9 (25 Aug 2002)
|
| 1959 |
|
|
|
| 1960 |
|
|
25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1961 |
|
|
|
| 1962 |
|
|
Update /sbin/rc to fix some spelling/slang mistakes. Closes
|
| 1963 |
|
|
bug #6887.
|
| 1964 |
|
|
|
| 1965 |
|
|
Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0.
|
| 1966 |
|
|
This closes bug #6378.
|
| 1967 |
|
|
|
| 1968 |
|
|
Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175,
|
| 1969 |
|
|
with many thanks to Asbjorn Sannes <ace@sannes.org>.
|
| 1970 |
|
|
|
| 1971 |
azarah |
1.113 |
20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1972 |
|
|
|
| 1973 |
|
|
Update /etc/init.d/bootmisc to reset pam_console permissions.
|
| 1974 |
|
|
|
| 1975 |
|
|
Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so"
|
| 1976 |
|
|
line for getting devfs to work with pam_console.
|
| 1977 |
|
|
|
| 1978 |
azarah |
1.112 |
12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1979 |
|
|
|
| 1980 |
|
|
Update /etc/init.d/keymaps to first load the windowkeys.inc then
|
| 1981 |
|
|
the user selected one, fixing bug #6295.
|
| 1982 |
|
|
|
| 1983 |
azarah |
1.111 |
11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1984 |
azarah |
1.110 |
|
| 1985 |
azarah |
1.111 |
Change the 'cat' in check_rcscript() to a single 'awk' in
|
| 1986 |
|
|
/sbin/depscan.sh. This should fix broken pipe issues if the
|
| 1987 |
|
|
loop exists too early. Resolves bug #5961.
|
| 1988 |
|
|
|
| 1989 |
|
|
Fix software RAID startup/shutdown, bug #5310. Modified
|
| 1990 |
|
|
/etc/init.d/checkfs and /etc/init.d/halt.sh for this.
|
| 1991 |
azarah |
1.110 |
|
| 1992 |
azarah |
1.109 |
* rc-scripts 1.3.8 (08 Aug 2002)
|
| 1993 |
|
|
|
| 1994 |
azarah |
1.108 |
7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 1995 |
|
|
|
| 1996 |
azarah |
1.111 |
Move the color ls stuff to .bashrc. Fix bug #5250.
|
| 1997 |
azarah |
1.108 |
|
| 1998 |
danarmak |
1.107 |
6 Aug 2002; Dan Armak <danarmak@gentoo.org>:
|
| 1999 |
|
|
|
| 2000 |
|
|
Correct the comments in rc.conf about the XSESSION variable: it should
|
| 2001 |
|
|
be set to "kde-<version>" not "KDE". Closes bug #5948.
|
| 2002 |
|
|
|
| 2003 |
azarah |
1.106 |
5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2004 |
|
|
|
| 2005 |
azarah |
1.111 |
Fix the 'Usage' line in the help to return the correct options for
|
| 2006 |
|
|
the script (/sbin/runscript.sh). Resolve bug #6029.
|
| 2007 |
azarah |
1.106 |
|
| 2008 |
woodchip |
1.105 |
3 Aug 2002; Donny Davies <woodchip@gentoo.org>:
|
| 2009 |
|
|
|
| 2010 |
|
|
Added UPS shutdown support for nut to halt.sh.
|
| 2011 |
|
|
Added nut user/group as uid/gid 84.
|
| 2012 |
|
|
|
| 2013 |
azarah |
1.103 |
27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2014 |
|
|
|
| 2015 |
|
|
Updated /sbin/rc's way of checking for devfs support (now rather uses
|
| 2016 |
|
|
awk, as it is more accurate). Closes bug #5458.
|
| 2017 |
|
|
|
| 2018 |
|
|
Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot
|
| 2019 |
|
|
and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this.
|
| 2020 |
|
|
Thanks goes to Chris PeBenito (bug #5570).
|
| 2021 |
|
|
|
| 2022 |
azarah |
1.104 |
Changed most daemons to use /bin/false as shell. Should close bug #5388.
|
| 2023 |
|
|
|
| 2024 |
carpaski |
1.102 |
27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>:
|
| 2025 |
|
|
|
| 2026 |
|
|
Added vpopmail user and group as 89:89
|
| 2027 |
|
|
|
| 2028 |
azarah |
1.99 |
22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2029 |
|
|
|
| 2030 |
|
|
Add the cyrus user to /etc/passwd. Resolves bug #4100.
|
| 2031 |
azarah |
1.97 |
|
| 2032 |
azarah |
1.100 |
Some bugfixes and speed improvements to /sbin/depscan.sh after
|
| 2033 |
|
|
last changes.
|
| 2034 |
|
|
|
| 2035 |
azarah |
1.101 |
Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to
|
| 2036 |
|
|
get some speed improvements.
|
| 2037 |
|
|
|
| 2038 |
azarah |
1.97 |
21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2039 |
|
|
|
| 2040 |
|
|
Fix LVM support in /etc/init.d/checkfs again, thanks to help from
|
| 2041 |
|
|
Kyle Manna <nitro@gentoo.org>.
|
| 2042 |
|
|
|
| 2043 |
|
|
Add software RAID support to /etc/init.d/checkfs, thanks to
|
| 2044 |
|
|
Daniel Ahlberg <aliz@gentoo.org>.
|
| 2045 |
|
|
|
| 2046 |
azarah |
1.99 |
Update the cache_depend() funtion in /sbin/depscan.sh not to
|
| 2047 |
azarah |
1.98 |
quit on any "}", but only on the one matching the first "{". This
|
| 2048 |
|
|
requires wc in /bin, so baselayout should depend on
|
| 2049 |
|
|
>=sys-apps/textutils-2.0.19-r2
|
| 2050 |
|
|
|
| 2051 |
|
|
Update /etc/init.d/netmount to try and detect nfs mounts that should be
|
| 2052 |
|
|
mounted automatically on boot. This requires awk in /bin, so baselayout
|
| 2053 |
|
|
should depend on >=sys-apps/gawk-3.1.0-r3.
|
| 2054 |
|
|
|
| 2055 |
azarah |
1.109 |
* rc-scripts 1.3.7 (17 Jul 2002)
|
| 2056 |
azarah |
1.95 |
|
| 2057 |
azarah |
1.94 |
17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2058 |
azarah |
1.95 |
|
| 2059 |
|
|
Add logging functionality to the rc-scripts, thanks to Alexander Holler,
|
| 2060 |
|
|
bug #4037 for the basic idea. Updated /sbin/functions.sh for this.
|
| 2061 |
|
|
|
| 2062 |
|
|
16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2063 |
azarah |
1.94 |
|
| 2064 |
|
|
Add additional entries to /etc/services to support cyrus-imapd, thanks
|
| 2065 |
azarah |
1.96 |
to Nick Hadaway <raker@gentoo.org>.
|
| 2066 |
azarah |
1.94 |
|
| 2067 |
|
|
Update /etc/init.d/consolefont to resolve bug #4968. This fixes a
|
| 2068 |
|
|
problem with non 7bit ascii symbols.
|
| 2069 |
|
|
|
| 2070 |
|
|
Updated /etc/init.d/checkfs to detect if lvm is already active.
|
| 2071 |
|
|
This should resolve bug #3613.
|
| 2072 |
|
|
|
| 2073 |
azarah |
1.92 |
5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2074 |
|
|
|
| 2075 |
|
|
Add "usb" group, gid 85. Move "sshd" user and group to 22. Move
|
| 2076 |
|
|
"games" user and group to 35
|
| 2077 |
|
|
|
| 2078 |
azarah |
1.91 |
3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2079 |
|
|
|
| 2080 |
azarah |
1.93 |
Update Copyright displayed at boot, thanks to Sascha Schwabbauer
|
| 2081 |
|
|
(aka cybersystem). Updated /sbin/rc for this.
|
| 2082 |
azarah |
1.91 |
|
| 2083 |
azarah |
1.90 |
30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2084 |
|
|
|
| 2085 |
|
|
Update /etc/skel/.bashrc to update the window title of X terminals
|
| 2086 |
|
|
that supports it. Closes bug #4232.
|
| 2087 |
|
|
|
| 2088 |
azarah |
1.88 |
26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2089 |
|
|
|
| 2090 |
|
|
Add sshd user and group. Updated /etc/passwd and /etc/group for this.
|
| 2091 |
|
|
|
| 2092 |
azarah |
1.89 |
Update /etc/inputrc to resolve bug #2599.
|
| 2093 |
|
|
|
| 2094 |
azarah |
1.87 |
20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2095 |
|
|
|
| 2096 |
|
|
Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified
|
| 2097 |
|
|
/etc/env.d/00basic for this.
|
| 2098 |
|
|
|
| 2099 |
|
|
Add some new daemon stop and pid detection stuff to /sbin/functions.sh.
|
| 2100 |
vapier |
1.366 |
Nothing official, but I spent enough time on it not to want to loose it :)
|
| 2101 |
azarah |
1.87 |
|
| 2102 |
|
|
Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs
|
| 2103 |
|
|
to give output to stderr. This was caused by a call to "stty", which when
|
| 2104 |
|
|
run without a attatched terminal, have this effect. Basically just pipe
|
| 2105 |
|
|
stderr to /dev/null.
|
| 2106 |
|
|
|
| 2107 |
azarah |
1.86 |
5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2108 |
|
|
|
| 2109 |
|
|
Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving
|
| 2110 |
|
|
bug #3363
|
| 2111 |
|
|
|
| 2112 |
azarah |
1.84 |
26 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2113 |
|
|
|
| 2114 |
|
|
Update /etc/init.d/netmount not to try and mount NFS filesystems
|
| 2115 |
|
|
if portmap was not started. This is to stop "hang" problems for
|
| 2116 |
|
|
new users who do not add portmap to the default runlevel. See
|
| 2117 |
|
|
bug #2555.
|
| 2118 |
|
|
|
| 2119 |
azarah |
1.85 |
Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015.
|
| 2120 |
|
|
|
| 2121 |
azarah |
1.83 |
19 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2122 |
|
|
|
| 2123 |
|
|
Move $EDITOR from /etc/profile to /etc/env.d/00basic.
|
| 2124 |
|
|
|
| 2125 |
azarah |
1.82 |
13 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2126 |
|
|
|
| 2127 |
|
|
Change the homes of user "at" and "cron" in /etc/passwd, as
|
| 2128 |
|
|
they moved to /var/spool/cron...
|
| 2129 |
|
|
|
| 2130 |
azarah |
1.81 |
* rc-scripts 1.3.5 (12 May 2002)
|
| 2131 |
|
|
|
| 2132 |
azarah |
1.79 |
12 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2133 |
|
|
|
| 2134 |
|
|
Make slight modifications to /sbin/depscan.sh to improve speed (about
|
| 2135 |
azarah |
1.80 |
1 second on a celeron 633).
|
| 2136 |
azarah |
1.79 |
|
| 2137 |
azarah |
1.80 |
Finally fix /sbin/runscript.sh to properly handle interdependencies
|
| 2138 |
|
|
between types need/use and before/after on runlevel change. I can
|
| 2139 |
|
|
actually kick myself for previous implementations, as this fix simplifies
|
| 2140 |
|
|
things a lot, and is almost 30 lines of code less!
|
| 2141 |
|
|
|
| 2142 |
|
|
Change /etc/init.d/netmount not to fail if all mounts are not mounted.
|
| 2143 |
|
|
It rather just exit with a warning, as I think most people have like
|
| 2144 |
|
|
me mounts that are to boxes that are not always up.
|
| 2145 |
|
|
|
| 2146 |
|
|
Resolve bug #2439 (should not use try with the dd command for ramdisk
|
| 2147 |
|
|
stuff). Also increase the number of inodes used for the ramdisk to
|
| 2148 |
|
|
fix "out of space" errors. Updated /sbin/rc for this.
|
| 2149 |
azarah |
1.79 |
|
| 2150 |
azarah |
1.77 |
10 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2151 |
|
|
|
| 2152 |
azarah |
1.78 |
Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use
|
| 2153 |
|
|
backup files to generate /etc/profile.env.
|
| 2154 |
|
|
|
| 2155 |
azarah |
1.80 |
Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0
|
| 2156 |
|
|
for this.
|
| 2157 |
azarah |
1.77 |
|
| 2158 |
azarah |
1.75 |
6 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2159 |
|
|
|
| 2160 |
|
|
Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest
|
| 2161 |
azarah |
1.80 |
/etc/env.d/ file. Same for $QTDIR.
|
| 2162 |
azarah |
1.75 |
|
| 2163 |
|
|
5 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2164 |
|
|
|
| 2165 |
|
|
Add /etc/DIR_COLORS as it is no longer shipped with fileutils,
|
| 2166 |
|
|
and is needed for some fixes.
|
| 2167 |
|
|
|
| 2168 |
azarah |
1.210 |
28 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2169 |
azarah |
1.74 |
|
| 2170 |
|
|
Update /etc/rc.conf to be more clear and state that you should
|
| 2171 |
azarah |
1.80 |
remove consolefont from startup if you do not use it. Should
|
| 2172 |
|
|
resolve bug #2174.
|
| 2173 |
azarah |
1.74 |
|
| 2174 |
azarah |
1.210 |
26 Apr 2002; Donny Davies <woodchip@gentoo.org> passwd, group :
|
| 2175 |
woodchip |
1.73 |
|
| 2176 |
|
|
Added user/group apache with uid/gid 81.
|
| 2177 |
|
|
|
| 2178 |
azarah |
1.210 |
25 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2179 |
azarah |
1.72 |
|
| 2180 |
|
|
Remove the "-net" from the line setting the default gateway
|
| 2181 |
azarah |
1.80 |
in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for
|
| 2182 |
|
|
noting this.
|
| 2183 |
azarah |
1.72 |
|
| 2184 |
azarah |
1.210 |
24 Apr 2002; Donny Davies <woodchip@gentoo.org> rc.conf :
|
| 2185 |
woodchip |
1.71 |
|
| 2186 |
|
|
Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs
|
| 2187 |
|
|
which is installed with the nfs-utils package. Also tidied up some
|
| 2188 |
|
|
really old, leftover junk like the non-supported stuff from rc5.
|
| 2189 |
|
|
Closes #1754.
|
| 2190 |
|
|
|
| 2191 |
azarah |
1.210 |
23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2192 |
azarah |
1.70 |
|
| 2193 |
|
|
Remove creation of /var/run/utmpx from bootmisc again. Seems
|
| 2194 |
|
|
other people have wierd problems.
|
| 2195 |
|
|
|
| 2196 |
azarah |
1.210 |
* rc-scripts 1.3.4 (21 Apr 2002)
|
| 2197 |
azarah |
1.68 |
|
| 2198 |
azarah |
1.210 |
21 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2199 |
azarah |
1.68 |
|
| 2200 |
|
|
Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env,
|
| 2201 |
azarah |
1.80 |
and /etc/csh.env. Update /etc/init.d/bootmisc to use this.
|
| 2202 |
azarah |
1.68 |
|
| 2203 |
azarah |
1.80 |
Implement the status commandline argument. Updated /sbin/runscript.sh
|
| 2204 |
|
|
and /sbin/rc-help.sh for this.
|
| 2205 |
azarah |
1.69 |
|
| 2206 |
azarah |
1.80 |
Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE
|
| 2207 |
|
|
and AFTER.
|
| 2208 |
azarah |
1.69 |
|
| 2209 |
azarah |
1.210 |
12 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2210 |
azarah |
1.67 |
|
| 2211 |
|
|
Update /etc/init.d/bootmisc to create /var/run/utmpx. This
|
| 2212 |
|
|
is needed, else /usr/bin/newgrp segfault.
|
| 2213 |
|
|
|
| 2214 |
azarah |
1.210 |
11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2215 |
azarah |
1.66 |
|
| 2216 |
|
|
Update /etc/skel/.bash_profile to make it tcsh compadible.
|
| 2217 |
azarah |
1.67 |
Thanks to Väinö Järvelä for this fix.
|
| 2218 |
azarah |
1.66 |
|
| 2219 |
azarah |
1.67 |
Update /etc/profile to also set the PS? variables if $SHELL
|
| 2220 |
|
|
is set to /bin/sh. This should make prompt colours in
|
| 2221 |
|
|
bootstrap work again.
|
| 2222 |
azarah |
1.66 |
|
| 2223 |
azarah |
1.67 |
Move LVM stuff to checkfs to ensure that they get fscked.
|
| 2224 |
|
|
This resolves bug #1552.
|
| 2225 |
azarah |
1.66 |
|
| 2226 |
azarah |
1.210 |
* rc-scripts 1.3.3 (5 Apr 2002)
|
| 2227 |
azarah |
1.65 |
|
| 2228 |
azarah |
1.210 |
5 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2229 |
azarah |
1.65 |
|
| 2230 |
|
|
Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin.
|
| 2231 |
|
|
This is done to try and ensure system integrity.
|
| 2232 |
|
|
|
| 2233 |
azarah |
1.210 |
1 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2234 |
azarah |
1.64 |
|
| 2235 |
|
|
Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391.
|
| 2236 |
|
|
|
| 2237 |
|
|
Add a error message to /etc/init.d/consolefont, resolving bug #1415.
|
| 2238 |
|
|
|
| 2239 |
|
|
Add a bash check to the code that sets the prompt, fixing bug #1078.
|
| 2240 |
|
|
|
| 2241 |
azarah |
1.63 |
* rc-scripts 1.3.2 (24 Mar 2002)
|
| 2242 |
|
|
|
| 2243 |
azarah |
1.210 |
24 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2244 |
azarah |
1.61 |
|
| 2245 |
|
|
Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc
|
| 2246 |
|
|
for this.
|
| 2247 |
|
|
|
| 2248 |
|
|
With the "before" and "after" stuff, recursion levels was getting too high,
|
| 2249 |
|
|
and with some cases, things just plain did not work as it should. Reworked
|
| 2250 |
|
|
things to to lower the levels of recursion and get the order right. Updated
|
| 2251 |
|
|
/etc/init.d/runscript.sh for this.
|
| 2252 |
|
|
|
| 2253 |
|
|
Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where
|
| 2254 |
|
|
${svcdir}/softlevel did not always exist, but runscript.sh tried to open it.
|
| 2255 |
|
|
|
| 2256 |
|
|
Enhance --quiet support. Updated /etc/init.d/functions.sh for this.
|
| 2257 |
|
|
|
| 2258 |
|
|
Remove /etc/pwdb.conf, as pwdb already install a copy of this.
|
| 2259 |
|
|
|
| 2260 |
|
|
Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this.
|
| 2261 |
|
|
|
| 2262 |
azarah |
1.62 |
Added $INPUTRC to /etc/profile, since too many people keep on bugging me,
|
| 2263 |
|
|
and it seems it has fallen now to my discression.
|
| 2264 |
|
|
|
| 2265 |
drobbins |
1.59 |
* rc-scripts 1.3.1 (23 Mar 2002)
|
| 2266 |
|
|
|
| 2267 |
azarah |
1.210 |
23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for
|
| 2268 |
drobbins |
1.60 |
DHCP lease release from Jim Nutt.
|
| 2269 |
|
|
|
| 2270 |
azarah |
1.210 |
23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release
|
| 2271 |
drobbins |
1.60 |
since there are a lot of important bug fixes in here that are needed.
|
| 2272 |
drobbins |
1.59 |
|
| 2273 |
azarah |
1.210 |
23 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2274 |
azarah |
1.58 |
|
| 2275 |
|
|
Resolve bug #1292.
|
| 2276 |
|
|
|
| 2277 |
|
|
Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to
|
| 2278 |
|
|
Spidler.
|
| 2279 |
|
|
|
| 2280 |
azarah |
1.210 |
21 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2281 |
azarah |
1.57 |
|
| 2282 |
|
|
Update /sbin/rc to fix a 'cat mounts' instead of the correct
|
| 2283 |
|
|
version, 'cat /proc/mounts'.
|
| 2284 |
|
|
|
| 2285 |
azarah |
1.210 |
19 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2286 |
azarah |
1.56 |
|
| 2287 |
|
|
Add initial support for the --quiet flag that suppress output.
|
| 2288 |
|
|
|
| 2289 |
azarah |
1.210 |
18 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2290 |
azarah |
1.55 |
|
| 2291 |
|
|
Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc
|
| 2292 |
|
|
as not all errors by depscan.sh is critical. It should be
|
| 2293 |
|
|
reworked to do better error handeling.
|
| 2294 |
|
|
|
| 2295 |
azarah |
1.210 |
14 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2296 |
azarah |
1.54 |
|
| 2297 |
|
|
Fix the GID and UID of nobody and nogroup in /etc/passwd and
|
| 2298 |
|
|
/etc/group to match those of Debian, FBSD and others. Thanks
|
| 2299 |
|
|
to those who reported it, and Woodchip for looking up the
|
| 2300 |
|
|
proper values.
|
| 2301 |
|
|
|
| 2302 |
|
|
Update /etc/init.d/net.eth0 to properly down DHCP interfaces.
|
| 2303 |
|
|
This resolves bug #1150, thanks to Paul Fleischer.
|
| 2304 |
|
|
|
| 2305 |
azarah |
1.210 |
11 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2306 |
azarah |
1.53 |
|
| 2307 |
|
|
Updated /etc/init.d/functions.sh not to use /usr/bin/basename,
|
| 2308 |
|
|
as some users have /usr on seperate partition which is not
|
| 2309 |
|
|
mounted when depscan.sh is run the first time.
|
| 2310 |
|
|
|
| 2311 |
|
|
Updated the checking for more than one service providing the
|
| 2312 |
|
|
same virtual function in /etc/init.d/depscan.sh. It should
|
| 2313 |
|
|
be working now, and this also fix a problem that when there is no
|
| 2314 |
|
|
service providing a virtual, counter was used uninitialized.
|
| 2315 |
|
|
|
| 2316 |
azarah |
1.210 |
* rc-scripts 1.3.0 (10 Mar 2002)
|
| 2317 |
azarah |
1.52 |
|
| 2318 |
azarah |
1.210 |
10 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2319 |
azarah |
1.80 |
|
| 2320 |
|
|
Resolved bug #1021; updated /etc/init.d/consolefont for this.
|
| 2321 |
azarah |
1.52 |
|
| 2322 |
|
|
Resolved bug #1029; updated /etc/init.d/net.eth0 for this.
|
| 2323 |
|
|
|
| 2324 |
|
|
Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount
|
| 2325 |
|
|
and /etc/init.d/localmount for this.
|
| 2326 |
|
|
|
| 2327 |
|
|
Lots of form/syntax cleanups, most things should be more
|
| 2328 |
|
|
consistant now. Fixed fail detection/return values of lots of
|
| 2329 |
|
|
scripts.
|
| 2330 |
|
|
|
| 2331 |
|
|
Lots of cleanup/fixes in the three main scripts behind our
|
| 2332 |
|
|
rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh
|
| 2333 |
|
|
|
| 2334 |
|
|
Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh
|
| 2335 |
|
|
is sourced in a ebuild.
|
| 2336 |
|
|
|
| 2337 |
|
|
Fix a bug that our rc-script wrapper introduced: Global variables
|
| 2338 |
|
|
in scripts no longer worked. Updated /etc/init.d/runscript.sh for
|
| 2339 |
|
|
this.
|
| 2340 |
|
|
|
| 2341 |
|
|
Implemented more error checking for the main startup code in /sbin/rc.
|
| 2342 |
|
|
Also fixed try() for mounting /proc (maybe all mount commands).
|
| 2343 |
|
|
The function worked fine in a simulated test, but in real life failed
|
| 2344 |
|
|
to detect a error when mounting /proc (remember to thank Grant for
|
| 2345 |
|
|
his UserMode ebuilds, and Guide).
|
| 2346 |
|
|
|
| 2347 |
azarah |
1.210 |
* rc-scripts 1.2.9 (6 Mar 2002)
|
| 2348 |
azarah |
1.51 |
|
| 2349 |
azarah |
1.210 |
6 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2350 |
azarah |
1.80 |
|
| 2351 |
|
|
General form updates and some piping fixes.
|
| 2352 |
azarah |
1.51 |
|
| 2353 |
|
|
Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh
|
| 2354 |
|
|
to fix a problem where startDM.sh would be respawned repeatedly
|
| 2355 |
|
|
if xdm was not in the default runlevel.
|
| 2356 |
drobbins |
1.6 |
|
| 2357 |
azarah |
1.210 |
* rc-scripts 1.2.8 (4 Mar 2002)
|
| 2358 |
azarah |
1.49 |
|
| 2359 |
azarah |
1.210 |
4 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2360 |
azarah |
1.80 |
|
| 2361 |
|
|
Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab
|
| 2362 |
|
|
to fix the "dead key" problem we had with xdm/gdm/kdm. We should
|
| 2363 |
|
|
move them to the xfree ebuild later on when things settles down.
|
| 2364 |
azarah |
1.49 |
|
| 2365 |
|
|
Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh.
|
| 2366 |
|
|
|
| 2367 |
|
|
Added a basic $PATH to /etc/init.d/functions.sh to fix a problem
|
| 2368 |
|
|
where we had a invalid $PATH on boot in some cases.
|
| 2369 |
|
|
|
| 2370 |
azarah |
1.50 |
Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with
|
| 2371 |
|
|
the new sys-apps/kbd package.
|
| 2372 |
|
|
|
| 2373 |
azarah |
1.210 |
* rc-scripts 1.2.7 (3 Mar 2002)
|
| 2374 |
azarah |
1.48 |
|
| 2375 |
azarah |
1.210 |
3 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2376 |
azarah |
1.80 |
|
| 2377 |
|
|
Fixed the problem of rc-scripts trying to start/stop a service multiple
|
| 2378 |
|
|
times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc
|
| 2379 |
|
|
for this.
|
| 2380 |
azarah |
1.47 |
|
| 2381 |
|
|
Fixing some variable declarations in /etc/init.d/runscript.sh caused
|
| 2382 |
|
|
/etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed
|
| 2383 |
|
|
this.
|
| 2384 |
|
|
|
| 2385 |
|
|
Added caching of the "depend() { need foo; } " lines, and updated
|
| 2386 |
|
|
/etc/init.d/depscan.sh to touch the actual files less. This should
|
| 2387 |
azarah |
1.197 |
speedup dependency caching a lot, especially on slow machines.
|
| 2388 |
azarah |
1.48 |
|
| 2389 |
|
|
Updated /etc/passwd to have users with no shell defined, use /bin/false
|
| 2390 |
|
|
for security.
|
| 2391 |
|
|
|
| 2392 |
|
|
Update /etc/fstab to mention /dev/shm since we dont mount it anymore.
|
| 2393 |
azarah |
1.47 |
|
| 2394 |
azarah |
1.210 |
1 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2395 |
azarah |
1.80 |
|
| 2396 |
|
|
Added a wrapper for sourcing the rc-scripts to eliminate syntax errors.
|
| 2397 |
|
|
Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated
|
| 2398 |
azarah |
1.46 |
/etc/init.d/depscan.sh, /etc/init.d/functions.sh and
|
| 2399 |
|
|
/etc/init.d/runscript.sh for this (added wrap_rcscript() function).
|
| 2400 |
|
|
|
| 2401 |
azarah |
1.197 |
Removed stopping of dependent services that have current service as
|
| 2402 |
|
|
a 'use'dependency ... should be less confusing now.
|
| 2403 |
azarah |
1.46 |
Updated /etc/init.d/runscript.sh for this.
|
| 2404 |
|
|
|
| 2405 |
azarah |
1.80 |
28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2406 |
|
|
|
| 2407 |
|
|
Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc
|
| 2408 |
|
|
programs to startup. This should pretty much have /etc/init.d/ static,
|
| 2409 |
|
|
except for baselayout updates, etc.
|
| 2410 |
|
|
|
| 2411 |
|
|
27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2412 |
|
|
|
| 2413 |
|
|
In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause
|
| 2414 |
|
|
problems. Fixed this in /sbin/rc.
|
| 2415 |
azarah |
1.44 |
|
| 2416 |
|
|
Added the patches from Grant Goodyear (aka g2boojum) to enable us to
|
| 2417 |
|
|
use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc,
|
| 2418 |
|
|
/etc/init.d/functions.sh and /etc/init.d/checkroot for this.
|
| 2419 |
azarah |
1.43 |
|
| 2420 |
azarah |
1.80 |
26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2421 |
|
|
|
| 2422 |
|
|
Fix my brain dead update of the 25th. It really should keep
|
| 2423 |
|
|
"gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in
|
| 2424 |
|
|
retrieving kernel options. Updated /etc/init.d/functions.sh,
|
| 2425 |
|
|
/etc/init.d/checkroot and /sbin/rc for this.
|
| 2426 |
azarah |
1.41 |
|
| 2427 |
|
|
Updated /etc/init.d/consolefont to work without devfs as well.
|
| 2428 |
|
|
|
| 2429 |
azarah |
1.42 |
When rebooting or shutting down, a service should not fail to stop
|
| 2430 |
|
|
if a service it depends on, fails. Updated /etc/init.d/runscript.sh
|
| 2431 |
|
|
for this.
|
| 2432 |
|
|
|
| 2433 |
azarah |
1.80 |
25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2434 |
|
|
|
| 2435 |
|
|
Added a check if /dev is mounted when creating entries for /etc/mtab.
|
| 2436 |
|
|
This should solve a invalid entry or /dev being mounted even with
|
| 2437 |
|
|
'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this.
|
| 2438 |
azarah |
1.40 |
|
| 2439 |
drobbins |
1.39 |
17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default
|
| 2440 |
|
|
filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's
|
| 2441 |
|
|
just in a comment now)
|
| 2442 |
|
|
|
| 2443 |
azarah |
1.80 |
17 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2444 |
|
|
|
| 2445 |
|
|
Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for
|
| 2446 |
|
|
this. This should fix services not getting started in the correct order
|
| 2447 |
|
|
in a tight loop, services getting stopped out of order, and some other
|
| 2448 |
|
|
sanity checks. Updated rc-script.sh for updated help.
|
| 2449 |
|
|
|
| 2450 |
|
|
15 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2451 |
|
|
|
| 2452 |
|
|
Update /etc/profile to resolve bug #588. Reimplemented things a bit,
|
| 2453 |
|
|
and added the 'after' type. 'before' and 'after' will only work currently
|
| 2454 |
|
|
for a change of runlevel. Updated /etc/init.d/depscan.sh,
|
| 2455 |
|
|
/etc/init.d/runscript.sh and /sbin/rc for this.
|
| 2456 |
azarah |
1.36 |
|
| 2457 |
azarah |
1.80 |
13 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2458 |
|
|
|
| 2459 |
|
|
Add some more entries to /etc/devfsd.conf to make alsa users life
|
| 2460 |
|
|
easier ... thanks Tod.
|
| 2461 |
drobbins |
1.39 |
|
| 2462 |
azarah |
1.80 |
12 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2463 |
|
|
|
| 2464 |
|
|
Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh.
|
| 2465 |
azarah |
1.36 |
|
| 2466 |
|
|
Fixed some services not starting again when restarting a service.
|
| 2467 |
|
|
Seems simple is still the best way.
|
| 2468 |
|
|
|
| 2469 |
|
|
Fixed some other problems created with feature additions and cleanups.
|
| 2470 |
|
|
|
| 2471 |
azarah |
1.80 |
11 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2472 |
|
|
|
| 2473 |
|
|
General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh.
|
| 2474 |
azarah |
1.36 |
|
| 2475 |
|
|
Added 'before *' to /etc/init.d/checkroot to make sure it gets
|
| 2476 |
|
|
started first.
|
| 2477 |
|
|
|
| 2478 |
|
|
Added 'use *' to /etc/init.d/local to make sure it gets started
|
| 2479 |
|
|
last.
|
| 2480 |
|
|
|
| 2481 |
azarah |
1.80 |
10 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2482 |
|
|
|
| 2483 |
|
|
Fixed /sbin/rc to stop a service on change of runlevel if it is
|
| 2484 |
|
|
in 'use' by another service.
|
| 2485 |
azarah |
1.36 |
|
| 2486 |
|
|
Added the 'provide' depend type for creating virtual services.
|
| 2487 |
|
|
Updated /etc/init.d/depscan.sh for this.
|
| 2488 |
|
|
|
| 2489 |
|
|
Added the 'before' depend type. This is more for changing the
|
| 2490 |
|
|
order services start in. Updated /etc/init.d/depscan.sh and
|
| 2491 |
|
|
/etc/init.d/functions.sh for this.
|
| 2492 |
|
|
|
| 2493 |
|
|
Updated /etc/init.d/depscan.sh to work with '*' as argument for
|
| 2494 |
azarah |
1.197 |
dependency types. This can be used with 'use' and 'before' to
|
| 2495 |
azarah |
1.36 |
start a script last or first respectively.
|
| 2496 |
|
|
|
| 2497 |
|
|
Added save_options() and get_options() to /etc/init.d/functions.sh
|
| 2498 |
|
|
for saving misc settings between startup/shutdown. Updated
|
| 2499 |
|
|
/etc/init.d/net.eth0 to use these and properly down virtual
|
| 2500 |
|
|
interfaces.
|
| 2501 |
|
|
|
| 2502 |
azarah |
1.80 |
6 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2503 |
|
|
|
| 2504 |
|
|
Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet
|
| 2505 |
|
|
on no errors.
|
| 2506 |
azarah |
1.36 |
|
| 2507 |
|
|
* rc-scripts 1.2.6 (6 Feb 2002)
|
| 2508 |
|
|
|
| 2509 |
azarah |
1.80 |
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2510 |
|
|
|
| 2511 |
|
|
Updated /etc/net.eth0 to specify the gateway device via the $gateway
|
| 2512 |
|
|
variable (something like gateway="eth0/192.168.0.1").
|
| 2513 |
|
|
|
| 2514 |
|
|
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2515 |
|
|
|
| 2516 |
|
|
Added rc-script /etc/init.d/numlock, for enabling numlock at boot.
|
| 2517 |
|
|
|
| 2518 |
|
|
29 Jan 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2519 |
|
|
|
| 2520 |
|
|
Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix
|
| 2521 |
|
|
implements a retry if not successful the first time, and will kill
|
| 2522 |
|
|
processess using the mount. Also small type-o fix to /etc/init.d/halt.sh.
|
| 2523 |
azarah |
1.33 |
|
| 2524 |
woodchip |
1.32 |
27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to
|
| 2525 |
|
|
/etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack.
|
| 2526 |
|
|
Fixed /etc/passwd,group for user/group mysql.
|
| 2527 |
|
|
|
| 2528 |
azarah |
1.31 |
27 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added charset
|
| 2529 |
|
|
map file support to /etc/init.d/consolefont and the setting to
|
| 2530 |
|
|
/etc/rc.conf.
|
| 2531 |
|
|
|
| 2532 |
azarah |
1.30 |
25 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed dircolors
|
| 2533 |
|
|
in skel files to support both versions of dircolors.
|
| 2534 |
|
|
|
| 2535 |
azarah |
1.28 |
23 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed bug
|
| 2536 |
azarah |
1.31 |
in the restart stuff of /etc/init.d/runscript.sh that caused
|
| 2537 |
|
|
a restart of a 'net' service not to restart services again
|
| 2538 |
|
|
that depended on it.
|
| 2539 |
azarah |
1.28 |
|
| 2540 |
azarah |
1.27 |
* rc-scripts 1.2.5 (20 Jan 2002)
|
| 2541 |
|
|
|
| 2542 |
azarah |
1.26 |
20 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated
|
| 2543 |
|
|
/etc/init.d/net.eth0 to 'use' pcmcia.
|
| 2544 |
|
|
|
| 2545 |
azarah |
1.25 |
8 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added '--sh' to
|
| 2546 |
|
|
the dircolors command in /etc/skel/.bash_profile to handle cases
|
| 2547 |
|
|
where bash do not export $SHELL.
|
| 2548 |
|
|
|
| 2549 |
|
|
6 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated
|
| 2550 |
|
|
/etc/init.d/runscripts.sh, /etc/init.d/net.eth0, /etc/conf.d/net and
|
| 2551 |
|
|
removed /etc/init.d/net.eth0-dhcp to reflect a new 'bsd-ish' config
|
| 2552 |
|
|
scheme for the net.eth* scripts.
|
| 2553 |
|
|
|
| 2554 |
woodchip |
1.24 |
6 Jan 2002: Donny Davies (woodchip@gentoo.org): Removed email address
|
| 2555 |
|
|
from manpages; no need for that..
|
| 2556 |
azarah |
1.25 |
|
| 2557 |
|
|
5 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fix type-o in
|
| 2558 |
|
|
/etc/devfsd.conf; had 'dvd' in the cdrw stuff.
|
| 2559 |
woodchip |
1.24 |
|
| 2560 |
drobbins |
1.23 |
* rc-scripts 1.2.4 (30 Dec 2001)
|
| 2561 |
|
|
|
| 2562 |
|
|
30 Dec 2001: Daniel Robbins (drobbins@gentoo.org): Changed default umask
|
| 2563 |
|
|
back to 022 as it should be.
|
| 2564 |
|
|
|
| 2565 |
azarah |
1.22 |
30 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Updated
|
| 2566 |
|
|
/etc/init.d/checkfs to return 0 if the fs was successfully repaired.
|
| 2567 |
|
|
|
| 2568 |
woodchip |
1.21 |
29 Dec 2001; Donny Davies (woodchip@gentoo.org):
|
| 2569 |
|
|
sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :))
|
| 2570 |
|
|
|
| 2571 |
azarah |
1.80 |
28 Dec 2001; Martin Schlemmer (azarah@gentoo.org);
|
| 2572 |
|
|
|
| 2573 |
azarah |
1.197 |
Updated /etc/init.d/depscan.sh to store info about missing dependencies
|
| 2574 |
azarah |
1.80 |
of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh
|
| 2575 |
azarah |
1.197 |
to use this when starting a script ('need' dependencies is critical for
|
| 2576 |
azarah |
1.20 |
startup). Added the broken() function to /etc/init.d/runscript.sh
|
| 2577 |
azarah |
1.197 |
to list the missing dependencies.
|
| 2578 |
azarah |
1.20 |
|
| 2579 |
|
|
Updated /etc/init.d/runscript.sh for svc_start() to have better error
|
| 2580 |
|
|
checking.
|
| 2581 |
|
|
|
| 2582 |
|
|
Updated /etc/init.d/functions.sh with ewend(), which is the same as
|
| 2583 |
|
|
eend(), but print a warning on error, not a error. Updated
|
| 2584 |
|
|
/etc/init.d/checkroot and /etc/init.d/checkfs to use this function.
|
| 2585 |
|
|
|
| 2586 |
azarah |
1.80 |
27 Dec 2001; Martin Schlemmer (azarah@gentoo.org);
|
| 2587 |
|
|
|
| 2588 |
|
|
Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments
|
| 2589 |
|
|
is passed to a rc-script.
|
| 2590 |
azarah |
1.20 |
|
| 2591 |
|
|
Added /etc/init.d/rc-help.sh, simple script that prints out help for
|
| 2592 |
|
|
the rc-scripts.
|
| 2593 |
|
|
|
| 2594 |
azarah |
1.80 |
25 Dec 2001; Martin Schlemmer (azarah@gentoo.org);
|
| 2595 |
|
|
|
| 2596 |
|
|
Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the
|
| 2597 |
|
|
halt and reboot. This fixes a problem where / was not unmounted properly
|
| 2598 |
|
|
in some cases.
|
| 2599 |
|
|
|
| 2600 |
|
|
24 Dec 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2601 |
|
|
|
| 2602 |
|
|
Move $svcdir to to /etc/init.d/functions.sh, and update
|
| 2603 |
|
|
/etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this
|
| 2604 |
azarah |
1.19 |
|
| 2605 |
|
|
Modified /etc/init.d/runscript.sh to also restart the services that
|
| 2606 |
|
|
depend on a service if that service is restarted. Enhanced the
|
| 2607 |
|
|
restart function to be able to have custom restart() functions in
|
| 2608 |
|
|
rc-scripts. The custom restart() have to use svc_stop() and
|
| 2609 |
|
|
svc_start() to restart the service.
|
| 2610 |
|
|
|
| 2611 |
|
|
Add a pause function to /etc/init.d/runscript.sh. It will basically
|
| 2612 |
|
|
stop a service without stopping the services that depends on that
|
| 2613 |
|
|
service.
|
| 2614 |
drobbins |
1.23 |
|
| 2615 |
azarah |
1.80 |
Add a pause function to /etc/init.d/runscript.sh. It will basically stop a
|
| 2616 |
|
|
service without stopping the services that depends on that service.
|
| 2617 |
azarah |
1.19 |
|
| 2618 |
|
|
* rc-scripts 1.2.3 (18 Dec 2001)
|
| 2619 |
|
|
|
| 2620 |
azarah |
1.80 |
16 Dec 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2621 |
|
|
|
| 2622 |
|
|
Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the
|
| 2623 |
|
|
init wrapper we used).
|
| 2624 |
azarah |
1.19 |
|
| 2625 |
|
|
Some cleanups: take out the shm resize comment;
|
| 2626 |
|
|
|
| 2627 |
|
|
remove the $wrongmount;
|
| 2628 |
|
|
|
| 2629 |
|
|
remove the mountshm() function and insert it directly
|
| 2630 |
|
|
where needed;
|
| 2631 |
|
|
|
| 2632 |
|
|
remove the setting of $PATH as /sbin/init already do
|
| 2633 |
|
|
this for us.
|
| 2634 |
|
|
|
| 2635 |
|
|
Added the if statement to detect if it is the first time the 'boot'
|
| 2636 |
|
|
runlevel is executed (if [ "$RUNLEVEL" = "S" ] && [ "$argv1" = "boot" ]).
|
| 2637 |
|
|
$RUNLEVEL is a env var set by /sbin/init.
|
| 2638 |
|
|
|
| 2639 |
|
|
Also added functionality to detect if the kernel have DEVFS support
|
| 2640 |
|
|
compiled in; seems new users thinks devfs is unstable and as they do
|
| 2641 |
|
|
not always read the docs, it does not get compiled in ;/ Should
|
| 2642 |
|
|
make live for us a bit easier.
|
| 2643 |
|
|
|
| 2644 |
azarah |
1.80 |
14 Dec 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2645 |
|
|
|
| 2646 |
|
|
Fixed /sbin/rc to kill a cosmetic bug in the part that stops all
|
| 2647 |
|
|
the unneeded services.
|
| 2648 |
azarah |
1.19 |
|
| 2649 |
woodchip |
1.16 |
* rc-scripts 1.2.2 (8 Dec 2001)
|
| 2650 |
|
|
|
| 2651 |
azarah |
1.18 |
10 Dec 2001; Added a localhost entry in /etc/hosts.
|
| 2652 |
|
|
|
| 2653 |
woodchip |
1.16 |
8 Dec 2001; Donny Davies (woodchip@gentoo.org): Added start-stop-daemon.c
|
| 2654 |
|
|
to rc-scripts/sbin source. Moved rc-scripts/init.d/runscript.c to
|
| 2655 |
|
|
rc-scripts/sbin/runscript.c. Added manpage for start-stop-daemon.
|
| 2656 |
|
|
Start-stop-daemon is moved here from sysvinit by the way. There is stuff
|
| 2657 |
|
|
in this ChangeLog that needs to be removed! Like the changes to hosts,
|
| 2658 |
|
|
profile. /etc/{passwd,group} have minor UID and GID type fixes for
|
| 2659 |
woodchip |
1.17 |
users ftp, postgres, xfs. Tweaked tarball.sh to not include CVS
|
| 2660 |
|
|
directories.
|
| 2661 |
woodchip |
1.16 |
|
| 2662 |
woodchip |
1.13 |
29 Nov 2001; Donny Davies (woodchip@gentoo.org): Added a man directory
|
| 2663 |
|
|
to rc-scripts. Checked in two manpages there, one for modules.autoload.5
|
| 2664 |
woodchip |
1.14 |
and one for update-modules.8. These were adapted from Debian. Updated
|
| 2665 |
|
|
tarball.sh to include the new man directory. Updated baselayout to install
|
| 2666 |
|
|
these manpages. Slightly tweak the /etc/modules.autoload comments.
|
| 2667 |
woodchip |
1.13 |
|
| 2668 |
azarah |
1.80 |
28 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2669 |
|
|
|
| 2670 |
|
|
Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option,
|
| 2671 |
|
|
and cleaned out old code.
|
| 2672 |
drobbins |
1.15 |
|
| 2673 |
|
|
Updated /etc/init.d/bootmisc with additional lock files to clean.
|
| 2674 |
|
|
|
| 2675 |
azarah |
1.80 |
27 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2676 |
|
|
|
| 2677 |
|
|
Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger'
|
| 2678 |
|
|
that can be used for services that needs to have a logger started before
|
| 2679 |
|
|
they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used
|
| 2680 |
|
|
to define what loggers the 'logger' depend represent.
|
| 2681 |
drobbins |
1.15 |
|
| 2682 |
azarah |
1.80 |
26 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2683 |
|
|
|
| 2684 |
|
|
Updated /etc/passwd and /etc/group with minor fixes to pass pwck
|
| 2685 |
|
|
and grpck.
|
| 2686 |
drobbins |
1.15 |
|
| 2687 |
azarah |
1.80 |
25 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2688 |
|
|
|
| 2689 |
|
|
Changed umask in /etc/profile for the user to 077 for security.
|
| 2690 |
drobbins |
1.15 |
|
| 2691 |
|
|
Added a stop() function to /etc/init.d/clock. Also removed uneeded
|
| 2692 |
|
|
'source /etc/rc.conf' line.
|
| 2693 |
|
|
|
| 2694 |
|
|
Updated /etc/init.d/hostname to set the hostname to 'localhost' if
|
| 2695 |
|
|
/etc/hostname is invalid.
|
| 2696 |
|
|
|
| 2697 |
|
|
Updated /sbin/init to move the entries in /lib/dev-state to /dev before
|
| 2698 |
|
|
running devfsd, as it did still not save settings properly. Also removed
|
| 2699 |
|
|
old /dev-state/compat stuff.
|
| 2700 |
|
|
|
| 2701 |
drobbins |
1.12 |
25 Nov 2001; ncsd, the name service cache daemon script, has been removed
|
| 2702 |
|
|
from the default "default" runlevel. It still exists in the archive so that
|
| 2703 |
drobbins |
1.15 |
users who want/need it can add it easily.
|
| 2704 |
drobbins |
1.12 |
|
| 2705 |
drobbins |
1.11 |
25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted),
|
| 2706 |
drobbins |
1.15 |
removed notail from the ext2 boot partition, other cleanups.
|
| 2707 |
drobbins |
1.11 |
|
| 2708 |
drobbins |
1.10 |
25 Nov 2001; Fixed init.d/clock script to work in UTC mode.
|
| 2709 |
drobbins |
1.15 |
|
| 2710 |
azarah |
1.80 |
24 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2711 |
|
|
|
| 2712 |
|
|
Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving
|
| 2713 |
|
|
/dev permissions. Also moved /dev-state to /lib/dev-state which is a more
|
| 2714 |
|
|
standard location.
|
| 2715 |
drobbins |
1.15 |
|
| 2716 |
|
|
Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on
|
| 2717 |
|
|
itself, calling depscan.sh or changing runlevels cause a tempory effect
|
| 2718 |
|
|
similar to a 'mini fork bomb'. Afterwards the depends was broken, and
|
| 2719 |
|
|
changing runlevels did not want to work.
|
| 2720 |
|
|
|
| 2721 |
|
|
Updated /etc/init.d/halt.sh to terminate and display message for devfsd.
|
| 2722 |
|
|
More cosmetic than anything else, but cant hurt with the new dev-state
|
| 2723 |
|
|
scheme.
|
| 2724 |
|
|
|
| 2725 |
|
|
Updated /sbin/init to set the console log level to 1, so that bootup
|
| 2726 |
|
|
can be much cleaner. Also updated /etc/init.d/modules not to have
|
| 2727 |
|
|
a logger in it 'use' depends, as it should not be needed anymore.
|
| 2728 |
|
|
|
| 2729 |
|
|
Updated /sbin/rc to check if devfsd is still running between runlevel
|
| 2730 |
|
|
changes.
|
| 2731 |
|
|
|
| 2732 |
|
|
Updated /etc/init.d/modules to run update-modules. We want to be sure
|
| 2733 |
|
|
/etc/modules.conf is updated when running depmod -a.
|
| 2734 |
|
|
|
| 2735 |
|
|
Change ftp's uid to 21 in /etc/passwd (was the same as bind). Also
|
| 2736 |
|
|
added a entry for xfs (X Font Server) in /etc/passwd and /etc/group.
|
| 2737 |
|
|
|
| 2738 |
|
|
Added /etc/init.d/net.ppp0, /etc/conf.d/net.ppp0 and
|
| 2739 |
|
|
/usr/lib/ppp/chat-default as part of my new pppd scripts. Also
|
| 2740 |
|
|
updated tarball.sh to handle ppp/chat-default.
|
| 2741 |
|
|
|
| 2742 |
azarah |
1.19 |
Added /etc/skel/.bash* to make things cleaner.
|
| 2743 |
drobbins |
1.15 |
|
| 2744 |
azarah |
1.19 |
Other minor changes.
|
| 2745 |
drobbins |
1.15 |
|
| 2746 |
woodchip |
1.9 |
17 Nov 2001; Donny Davies (woodchip@gentoo.org): Added /etc/shells file
|
| 2747 |
|
|
to rc-scripts. Can remove it from sys-libs/shadow at the next release.
|
| 2748 |
|
|
|
| 2749 |
drobbins |
1.8 |
* rc-scripts 1.1.8 (15 Nov 2001)
|
| 2750 |
|
|
|
| 2751 |
|
|
16 Nov 2001; removed bogus "mountall.test" script.
|
| 2752 |
drobbins |
1.7 |
|
| 2753 |
azarah |
1.80 |
15 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2754 |
|
|
|
| 2755 |
|
|
Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being
|
| 2756 |
|
|
'use' not 'uses', as it fits better with 'need' (not 'needs'). Also
|
| 2757 |
|
|
removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated
|
| 2758 |
|
|
names of new functions in init.d/runscript.sh to better sounding ones.
|
| 2759 |
|
|
Updated init.d/modules, init.d/netmount to use 'use'. Lots of other
|
| 2760 |
|
|
fixes/cleanups.
|
| 2761 |
|
|
|
| 2762 |
|
|
Removed try() out of init.d/runscript.sh (why was this here ?).
|
| 2763 |
drobbins |
1.8 |
|
| 2764 |
azarah |
1.80 |
14 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2765 |
|
|
|
| 2766 |
|
|
Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it
|
| 2767 |
|
|
doesn't exist.
|
| 2768 |
drobbins |
1.8 |
|
| 2769 |
drobbins |
1.15 |
init.d/hostname: Added check for a valid /etc/hostname.
|
| 2770 |
drobbins |
1.8 |
|
| 2771 |
drobbins |
1.15 |
init.d/keymaps: Added check for valid $KEYMAP.
|
| 2772 |
drobbins |
1.8 |
|
| 2773 |
drobbins |
1.15 |
init.d/modules: Added sysklogd, metalog, syslog-ng as 'use' deps. This
|
| 2774 |
|
|
should solve Woodchip's syslog+glue issue. We just have to change the
|
| 2775 |
|
|
console loglevel for metalog and syslog-ng (sysklogd already updated) not to
|
| 2776 |
|
|
output info and warnings, etc to the console, then boot will be much cleaner.
|
| 2777 |
|
|
Also the install guide will need changing to add the loggers to 'boot' and
|
| 2778 |
|
|
not 'default' runlevel.
|
| 2779 |
drobbins |
1.8 |
|
| 2780 |
drobbins |
1.15 |
init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is
|
| 2781 |
|
|
this really needed (I cannot see that it is used anywhere ...)?
|
| 2782 |
drobbins |
1.8 |
|
| 2783 |
azarah |
1.80 |
13 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2784 |
|
|
|
| 2785 |
|
|
Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend
|
| 2786 |
|
|
called 'uses'. It basically have the same usage as 'need', except that it
|
| 2787 |
|
|
do not start services that is not in the current and 'boot' runlevels.
|
| 2788 |
drobbins |
1.8 |
|
| 2789 |
drobbins |
1.15 |
Updated init.d/netmount to use the 'uses' depend.
|
| 2790 |
drobbins |
1.8 |
|
| 2791 |
azarah |
1.80 |
11 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2792 |
|
|
|
| 2793 |
|
|
Fixed init.d/runscript.sh not to destroy the 'need' depends in
|
| 2794 |
|
|
/${svcdir}/need. This caused subsequent starting and stopping of services
|
| 2795 |
|
|
not to start depends.
|
| 2796 |
|
|
|
| 2797 |
|
|
7 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2798 |
|
|
|
| 2799 |
|
|
Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got
|
| 2800 |
|
|
destroyed before stopping running services scheduled to be stopped. This
|
| 2801 |
|
|
with the fact that $SOFTLEVEL was set too early, caused the services to be
|
| 2802 |
|
|
stopped in the wrong order.
|
| 2803 |
drobbins |
1.8 |
|
| 2804 |
azarah |
1.80 |
30 Oct 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2805 |
|
|
|
| 2806 |
|
|
Modified init.d/netmount to check if any network filesystems is mounted.
|
| 2807 |
drobbins |
1.8 |
|
| 2808 |
|
|
29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added
|
| 2809 |
|
|
some awk and grep magic to find all remote filesystems and umount them.
|
| 2810 |
|
|
|
| 2811 |
azarah |
1.80 |
29 Oct 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 2812 |
|
|
|
| 2813 |
|
|
A fix for checkroot (missing "/"); it now actually checks the root
|
| 2814 |
|
|
filesystem. Also, a localmount cleanliness fix.
|
| 2815 |
drobbins |
1.6 |
|
| 2816 |
|
|
* rc-scripts 1.1.7 (18 Oct 2001)
|
| 2817 |
|
|
|
| 2818 |
|
|
[old changelog format follows]
|
| 2819 |
drobbins |
1.5 |
|
| 2820 |
azarah |
1.216 |
*lots of scripts; woodchip
|
| 2821 |
|
|
removed old rc5 scripts from cvs
|
| 2822 |
drobbins |
1.5 |
|
| 2823 |
azarah |
1.216 |
*init.d/runscript.sh; agriffis
|
| 2824 |
|
|
Added support for rc.conf and home-grown functions
|
| 2825 |
|
|
|
| 2826 |
|
|
*init.d/modules;
|
| 2827 |
|
|
Now correctly looks at /etc/modules.autoload
|
| 2828 |
drobbins |
1.4 |
|
| 2829 |
drobbins |
1.3 |
rc-scripts-1.1.6, released 15 Sep 2001
|
| 2830 |
|
|
======================================
|
| 2831 |
|
|
|
| 2832 |
azarah |
1.216 |
*init.d/runscript.sh, others
|
| 2833 |
|
|
Handling of "net" dependencies resolve to all net devices in
|
| 2834 |
|
|
/etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES
|
| 2835 |
|
|
variable in /etc/rc.conf has been removed.
|
| 2836 |
|
|
|
| 2837 |
|
|
*init.d/runscript.sh
|
| 2838 |
|
|
New "zap" option for manually resetting the state of an initscript
|
| 2839 |
|
|
to stopped.
|
| 2840 |
drobbins |
1.2 |
|
| 2841 |
azarah |
1.216 |
*init.d/{samba,sysklogd,sshd}
|
| 2842 |
|
|
Removed from CVS; they live in their respective packages.
|
| 2843 |
drobbins |
1.2 |
|
| 2844 |
drobbins |
1.1 |
rc-scripts-1.1.5, released 02 Sep 2001
|
| 2845 |
|
|
====================================
|
| 2846 |
|
|
|
| 2847 |
azarah |
1.216 |
*sbin/rc-update
|
| 2848 |
|
|
New version of the rc-update command for the new initscripts. Works
|
| 2849 |
|
|
similarly to the old version, except this one updates our dependency
|
| 2850 |
|
|
cache.
|
| 2851 |
|
|
|
| 2852 |
|
|
*init.d/functions.sh
|
| 2853 |
|
|
New and better looking informational message functions (einfo, einfon).
|
| 2854 |
|
|
Brand new message functions (ewarn).
|
| 2855 |
|
|
|
| 2856 |
|
|
*sbin/init, init.d/checkroot
|
| 2857 |
|
|
We're going back to a /proc/mounts-based mtab symlink because it's
|
| 2858 |
|
|
just plain better. Appropriate changes made.
|
| 2859 |
azarah |
1.80 |
|
| 2860 |
|
|
# vim:expandtab
|