diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 19:26:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 19:26:40 +0000 |
commit | f8297c25908dbfae9e8bff6d35f044117f155f14 (patch) | |
tree | 906a4b8d09fdcff66c95cd5710532b2687e904de /net-fs/samba | |
parent | Marked stable for x86. Removed old ebuilds. (Manifest recommit) (diff) | |
download | gentoo-2-f8297c25908dbfae9e8bff6d35f044117f155f14.tar.gz gentoo-2-f8297c25908dbfae9e8bff6d35f044117f155f14.tar.bz2 gentoo-2-f8297c25908dbfae9e8bff6d35f044117f155f14.zip |
gpl2, forget the later
Diffstat (limited to 'net-fs/samba')
-rw-r--r-- | net-fs/samba/files/samba-init | 6 | ||||
-rw-r--r-- | net-fs/samba/files/samba-svc | 6 | ||||
-rw-r--r-- | net-fs/samba/files/winbind-init | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net-fs/samba/files/samba-init b/net-fs/samba/files/samba-init index 780a5b38dff8..f8c38384776b 100644 --- a/net-fs/samba/files/samba-init +++ b/net-fs/samba/files/samba-init @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba-init,v 1.3 2003/02/14 23:00:14 vapier Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba-init,v 1.4 2004/03/04 19:25:50 vapier Exp $ opts="${opts} reload" diff --git a/net-fs/samba/files/samba-svc b/net-fs/samba/files/samba-svc index 18dea0d652aa..dfc4058ee613 100644 --- a/net-fs/samba/files/samba-svc +++ b/net-fs/samba/files/samba-svc @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba-svc,v 1.1 2002/05/06 19:57:08 woodchip Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba-svc,v 1.2 2004/03/04 19:25:50 vapier Exp $ SVCDIR=/var/lib/supervise diff --git a/net-fs/samba/files/winbind-init b/net-fs/samba/files/winbind-init index 410c8e0d3bbb..6076df735a71 100644 --- a/net-fs/samba/files/winbind-init +++ b/net-fs/samba/files/winbind-init @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/winbind-init,v 1.3 2003/09/26 00:18:47 woodchip Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/winbind-init,v 1.4 2004/03/04 19:26:40 vapier Exp $ depend() { need net |