openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
pony-initialisation
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
about 2 hours
ago.
Sep 05, 2024 — Sep 05, 2025
Showing page 25 of 35
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
chmod /var/run/utmp to 664 when creating
Aaron Griffin
More...
over 16 years ago
unset the TZ envvar in 'functions'
Aaron Griffin
More...
almost 17 years ago
Switch commented kdm path
Aaron Griffin
More...
almost 17 years ago
Added missing slash
Roman Kyrylych
More...
almost 17 years ago
Fix bug #11229
Thomas Bächler
More...
almost 17 years ago
Respawn udev properly when running 'init s'. Fixes #9739
Thomas Bächler
More...
almost 17 years ago
Remove references to start_udev from rc.sysinit
Thomas Bächler
More...
almost 17 years ago
Revert "Create udev required device nodes if missing"
Thomas Bächler
More...
almost 17 years ago
Create udev required device nodes if missing
Aaron Griffin
More...
about 17 years ago
Set kbd_mode on all virtual consoles
Aaron Griffin
More...
about 17 years ago
ipv6 over ipv4 tunneling support in /etc/rc.d/network
Daniel Kaminski
More...
about 17 years ago
Remount filesystems RO if umounting fails
Aaron Griffin
More...
about 17 years ago
Add some useful error messages to wireless code
James Rayner
More...
about 17 years ago
Decouple ISO release name from initscripts
Aaron Griffin
More...
about 17 years ago
Minor simplication for /etc/rc.d/functions.d/
Natanael Copa
More...
about 17 years ago
Allow users to ovverride daemon start and stop in rc.multi and rc.shutdown
Anton Fiuman
More...
over 17 years ago
Remove source_functions in favor of always sourcing the dir
Aaron Griffin
More...
over 17 years ago
Fix commit 521d7678cecb3018923f7c869bc8a5f74dc29268, this makes more sense
Thomas Bächler
More...
over 17 years ago
Always quote $TIMEZONE to fix FS#10178
Thomas Bächler
More...
over 17 years ago
fixing udev hotplugging Some devices like scanners do not work with recent udev/initscript changes. This patch seems to fix such issues.
Pierre Schmitz
More...
over 17 years ago
Just some whitespace fixes
Thomas Bächler
More...
over 17 years ago
Remove setterm screen blanking from rc.sysinit Contrary to what one may think, screen blanking not only affects the console, but also the X server. This line may lead to unwanted blank screens although one has DPMS disabled in X. Furthermore, it adds a hardcoded, non-configurable default setting to Arch. This should either be made configurable (but IMO, we don't need more stuff in rc.conf) or added to rc.local by the user if needed. As this is a one-liner, the second solution sounds good to me.
Thomas Bächler
More...
over 17 years ago
Remove extra newline from udev status output
Thomas Bächler
More...
over 17 years ago
Remove the "interface is already up" check from ifup As stated in commit f589387f0b9ef56de8ab30f50a3c562e010baeeb, even an interface that is 'UP' may need configuring. However, the check introduced in this commit is nonsense (causing bug #9960, possibly others). The best idea is to remove the check altogether: This may cause duplicate dhcpcd processes to run (should be fixed), but otherwise ensures the interface is brought up when it should be.
Thomas Bächler
More...
over 17 years ago
Fix USEDIRECTISA in rc.shutdown as well
Thomas Bächler
More...
over 17 years ago
Remove old initrd hacks We haven't been using initrd for a while, so these hacks are unnecessary. The "encrypted root device hack" was obsoleted by proper udev rules long ago. The code to umount and free the initrd is not critical, so if somebody insists on using initrd, it can be done in rc.local.
Thomas Bächler
More...
over 17 years ago
Make USEDIRECTISA default to no, which is a sane default according to hwlock's manpage. This is contrary to the behaviour in older initscripts.
Thomas Bächler
More...
over 17 years ago
Move /sys mounting to the beginning, together with /proc and /dev and clean up some comments
Thomas Bächler
More...
over 17 years ago
Remove any special handling of usbfs from rc.sysinit libusb has migrated to /dev/bus/usb, which is managed by udev and thus more flexible. Some legacy applications (like VirtualBox) still use it. However, since users need special permissions to access usbfs, they have to be specified via mount options in fstab. So there are two cases: 1) a user does not need usbfs 2) a user needs it, but must add it to fstab to force the right permissions Our old special handling in rc.sysinit is thus obsolete (and it was ugly anyway).
Thomas Bächler
More...
over 17 years ago
Use actual device number for creating /dev/misc/rtc0
Roman Kyrylych
More...
over 17 years ago
←
1
2
…
21
22
23
24
25
26
27
28
29
…
34
35
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree