diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2011-09-11 19:43:57 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2011-09-11 19:43:57 +0000 |
commit | bf579f4ab60602cee2c200cecedc030d97608e24 (patch) | |
tree | 303fd46d253fc0f85e20cb5b8f24db3d30388bc9 /net-fs/samba/files/3.6 | |
parent | punt, uncompatible with raptor2 (diff) | |
download | historical-bf579f4ab60602cee2c200cecedc030d97608e24.tar.gz historical-bf579f4ab60602cee2c200cecedc030d97608e24.tar.bz2 historical-bf579f4ab60602cee2c200cecedc030d97608e24.zip |
Cleaning up 3.4 series, Replacing opts parameter with extra_commands, thanks to Billy DeVincentis <billydv1@verizon.net> bug 381527
Package-Manager: portage-2.1.10.3/cvs/Linux i686
Diffstat (limited to 'net-fs/samba/files/3.6')
-rw-r--r-- | net-fs/samba/files/3.6/samba.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/files/3.6/samba.initd b/net-fs/samba/files/3.6/samba.initd index 10bc4d4b2f93..b371225f8666 100644 --- a/net-fs/samba/files/3.6/samba.initd +++ b/net-fs/samba/files/3.6/samba.initd @@ -1,9 +1,9 @@ #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/3.6/samba.initd,v 1.1 2011/06/30 15:50:28 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/3.6/samba.initd,v 1.2 2011/09/11 19:43:56 vostorga Exp $ -opts="reload" +extra_commands="reload" depend() { after slapd |