diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-07-16 17:23:39 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-07-16 17:23:39 +0000 |
commit | 3ecfc81debaa26ca3bcf793916c6ab2dae0155c7 (patch) | |
tree | 506089392b8aea67827aeccea442df7bcb5bff9c /x11-apps/xinit/files | |
parent | ppc stable (diff) | |
download | historical-3ecfc81debaa26ca3bcf793916c6ab2dae0155c7.tar.gz historical-3ecfc81debaa26ca3bcf793916c6ab2dae0155c7.tar.bz2 historical-3ecfc81debaa26ca3bcf793916c6ab2dae0155c7.zip |
Start xdm after openvpn. (Scott Thomson, bug #139434)
Package-Manager: portage-2.1.1_pre3
Diffstat (limited to 'x11-apps/xinit/files')
-rw-r--r-- | x11-apps/xinit/files/digest-xinit-1.0.2-r6 | 2 | ||||
-rwxr-xr-x | x11-apps/xinit/files/xdm.start | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-apps/xinit/files/digest-xinit-1.0.2-r6 b/x11-apps/xinit/files/digest-xinit-1.0.2-r6 index d1a7a8fa385c..29ec40dd3a6d 100644 --- a/x11-apps/xinit/files/digest-xinit-1.0.2-r6 +++ b/x11-apps/xinit/files/digest-xinit-1.0.2-r6 @@ -1 +1,3 @@ MD5 d591fafe69b57969b0521c461073a01f xinit-1.0.2.tar.bz2 96536 +RMD160 b3ced92e7ffb1afc3880799ed18f584e7f58d048 xinit-1.0.2.tar.bz2 96536 +SHA256 254ee0f81384fb184229d73d546fb07344c5448bbd4f4a66fef595ae49f8f395 xinit-1.0.2.tar.bz2 96536 diff --git a/x11-apps/xinit/files/xdm.start b/x11-apps/xinit/files/xdm.start index 9fd4d14872b0..65a17416f19b 100755 --- a/x11-apps/xinit/files/xdm.start +++ b/x11-apps/xinit/files/xdm.start @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.start,v 1.6 2006/07/10 18:37:53 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.start,v 1.7 2006/07/16 17:23:39 joshuabaergen Exp $ # This is here to serve as a note to myself, and future developers. # @@ -44,7 +44,7 @@ depend() { # this should start as early as possible # we can't do 'before *' as that breaks it # (#139824) Start after ypbind and autofs for network authentication - after bootmisc readahead-list ypbind autofs + after bootmisc readahead-list ypbind autofs openvpn before alsasound net.lo # Start before X |