diff options
author | Christian Birchinger <joker@gentoo.org> | 2006-03-25 18:17:20 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2006-03-25 18:17:20 +0000 |
commit | bf30d5f57db1cdb452827d546fd4360968646dc5 (patch) | |
tree | a214080a0d5f2a16244d24adff9852d4f8a32cf5 /app-mobilephone | |
parent | ebuild clean. (diff) | |
download | gentoo-2-bf30d5f57db1cdb452827d546fd4360968646dc5.tar.gz gentoo-2-bf30d5f57db1cdb452827d546fd4360968646dc5.tar.bz2 gentoo-2-bf30d5f57db1cdb452827d546fd4360968646dc5.zip |
Fixed minor whitespace indent in the depend section
(Portage version: 2.0.54)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/sobexsrv/files/init.d_sobexsrv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-mobilephone/sobexsrv/files/init.d_sobexsrv b/app-mobilephone/sobexsrv/files/init.d_sobexsrv index e3611f5d62b2..b4313a88dd43 100644 --- a/app-mobilephone/sobexsrv/files/init.d_sobexsrv +++ b/app-mobilephone/sobexsrv/files/init.d_sobexsrv @@ -1,11 +1,11 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/sobexsrv/files/init.d_sobexsrv,v 1.1 2006/03/21 16:57:06 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/sobexsrv/files/init.d_sobexsrv,v 1.2 2006/03/25 18:17:20 joker Exp $ depend() { - need bluetooth - use logger + need bluetooth + use logger } check_config() { |