GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
archive/repo/gentoo-2.git
RELEASE-1_4
import-1.1.1
master
Another conversion of the historical gentoo-x86 ebuild repository
Ulrich Müller <ulm@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys-apps
/
openrc
/
openrc-9999.ebuild
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add tmpfiles.dev to the boot runlevel and remove the note referring to the mi...
William Hubbs
2013-07-26
1
-6
/
+6
*
change git source to point to github
William Hubbs
2013-04-25
1
-2
/
+2
*
migrate to eapi 5 and remove old baselayout-1 migration code
William Hubbs
2013-04-24
1
-199
/
+15
*
Fix root offset support for bug #458156, thanks to smkbot.
William Hubbs
2013-03-10
1
-2
/
+2
*
Adding dependency on selinux-openrc if the user has a selinux profile
Sven Vermeulen
2013-02-12
1
-1
/
+2
*
Add support for tools use flag
William Hubbs
2013-01-03
1
-4
/
+6
*
add blocker for <udev-init-scripts-17 wrt bug #435756.
William Hubbs
2012-11-25
1
-1
/
+2
*
Fix references to $EROOT and $ED. References to $EROOT should be quoted and n...
William Hubbs
2012-11-07
1
-62
/
+62
*
consolidate the scripts to add to the runlevels for >=openrc-0.11.3
William Hubbs
2012-10-31
1
-3
/
+5
*
Add tmpfiles.setup to the boot runlevel and udev-mount to the sysinit runlevel.
William Hubbs
2012-10-31
1
-3
/
+12
*
update the warning about the loopback not providing net and sync the live ebu...
William Hubbs
2012-10-31
1
-2
/
+18
*
Only show warning about adding the net script to the boot runlevel if necessary.
William Hubbs
2012-10-18
1
-4
/
+6
*
Add a warning about adding the appropriate network script to the boot runlevel.
William Hubbs
2012-10-17
1
-1
/
+11
*
The code in pkg_setup and make_args is only run once at the start of src_comp...
William Hubbs
2012-09-29
1
-23
/
+15
*
make_args should be called only once; ED -> D in src_install to avoid double ...
Benda XU
2012-09-29
1
-4
/
+4
*
fix typo
William Hubbs
2012-09-28
1
-2
/
+2
*
Add sysfs and tmpfilesd.sysinit to the sysinit runlevel and
William Hubbs
2012-09-28
1
-1
/
+7
*
one more prefix fix.
William Hubbs
2012-09-28
1
-2
/
+2
*
Fix the ebuild so we can use pre/postinst on prefix systems as well.
William Hubbs
2012-09-28
1
-86
/
+84
*
Add prefix support for bug #415899. I would like to thank Benda Xu for workin...
William Hubbs
2012-09-27
1
-6
/
+13
*
introduce experimental newnet use flag to enable the new network scripts in O...
William Hubbs
2012-07-10
1
-2
/
+4
*
update live ebuild for migration to /run on linux systems.
William Hubbs
2012-05-16
1
-3
/
+13
*
keyword ~amd64-fbsd
Alexis Ballier
2012-04-26
1
-2
/
+2
*
repoman fixes
William Hubbs
2012-02-23
1
-4
/
+2
*
add swapfiles to the boot runlevel
William Hubbs
2012-02-13
1
-2
/
+5
*
Update pam dependency for bug #392995. Now we depend on sys-auth/pambase inst...
William Hubbs
2011-12-14
1
-2
/
+2
*
migrate-run service was dropped, so we can remove it from the ebuild.
William Hubbs
2011-12-04
1
-4
/
+1
*
Depend on psmisc since we want fuser.
Mike Frysinger
2011-11-30
1
-4
/
+6
*
update a comment
William Hubbs
2011-11-25
1
-2
/
+2
*
version bump, bug #387433 tracks changes since openrc-0.9.4.
William Hubbs
2011-11-25
1
-1
/
+4
*
Move baselayout-1 internal cleanup to baselayout-2 ebuilds as suggested by Wi...
Mike Frysinger
2011-11-21
1
-5
/
+1
*
Trim old baselayout-1 dirs in /lib/.
Mike Frysinger
2011-11-21
1
-1
/
+5
*
Add static-libs use flag for bug #378267
William Hubbs
2011-11-18
1
-2
/
+6
*
since oldnet is now the default upstream, we do not need to force this in the...
William Hubbs
2011-11-16
1
-11
/
+3
*
A new fuser is provided by freebsd-ubin starting from FreeBSD 9, change deps ...
Alexis Ballier
2011-11-07
1
-2
/
+2
*
revert change to libexec for bug #381783.
William Hubbs
2011-09-10
1
-2
/
+2
*
Make start-stop-daemon use system-services PAM stack.
William Hubbs
2011-09-01
1
-2
/
+5
*
libexecdir should use "lib" instead of "$(get_libdir)"
William Hubbs
2011-07-12
1
-2
/
+2
*
fix typo in comment
Mike Frysinger
2011-06-05
1
-2
/
+2
*
Migrate to EAPI=4. Acked by William and Jeremy.
Tomas Chvatal
2011-05-20
1
-25
/
+18
*
Fix the migration of /etc/conf.d/local.* for bug #363949.
William Hubbs
2011-04-17
1
-10
/
+10
*
Fix conf.d/local -> local.d transition for bug #363637.
William Hubbs
2011-04-15
1
-6
/
+7
*
Disable consolefont on hppa by default for bug #228889, thanks to Jeroen
William Hubbs
2011-04-15
1
-1
/
+12
*
remove outdated instructions for /etc/conf.d/local for bug #360293.
William Hubbs
2011-03-24
1
-6
/
+1
*
README.net is now README.newnet.
Robin H. Johnson
2011-02-22
1
-2
/
+2
*
add selinux use flag support for bug #351712
William Hubbs
2011-02-01
1
-2
/
+5
*
remove a workaround for parallel build issues.
William Hubbs
2011-02-01
1
-2
/
+1
*
Fix local.start and local.stop migration for bug #351465.
William Hubbs
2011-01-23
1
-12
/
+6
*
Fix bug #347483 -- remove broken symlinks for depscan.sh and runscript.sh.
William Hubbs
2011-01-06
1
-2
/
+3
*
Auto migrate conf.d/local.{start,stop} to conf.d/local #343709 by Markos Chan...
Mike Frysinger
2010-11-10
1
-1
/
+20
[next]