X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by lists.alpinelinux.org (Postfix) with ESMTP id 9166F170000BA for ; Thu, 5 Mar 2009 23:20:24 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so184213qwi.13 for ; Thu, 05 Mar 2009 15:20:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:mime-version:subject:date:x-mailer; bh=ZDvtTsoCnXdqW0FPsI/TcJFwYephBryB2nujKjc6rio=; b=VCJ6DnAi8YiNJQ5jVkPlEwzFnCDlaznG/YQMNAEoG6s69wo3GyWoYq6lxhlx60ZUq0 1ya1uWTsaAkAxIH/jbLfxujpjg2+Uyb9nXzMBtbNA1TnikDFD9Kr56cBubFkzOBS0GSW MiL/E8TV4z/OT4qKIQBFNu8/kLnH7bYKVdHcA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:mime-version:subject:date:x-mailer; b=whGx0FWoyDG83CdU5ycGlNGnshk71UFuFdyPoGI76kx6QDmfkevBPYtjKc6o83gQyL 7Xln4y4TfSpcmwU7S34uJRX3I3j8n4S4vL2Q7d3sJaKgSZyHs4LEXAux8ylKvR/R77Fi 8c5wKGUR18vGf1A+lKL85v+KvLMwy3/J68fcg= Received: by 10.224.11.136 with SMTP id t8mr2856531qat.73.1236295224415; Thu, 05 Mar 2009 15:20:24 -0800 (PST) Received: from whopper.dev.wtbts.net ([208.74.141.8]) by mx.google.com with ESMTPS id 7sm440848qwb.51.2009.03.05.15.20.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 05 Mar 2009 15:20:23 -0800 (PST) Message-Id: From: Michael Mason To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/mixed; boundary=Apple-Mail-8-289983495 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 (Apple Message framework v930.3) Subject: [alpine-devel] extra/dovecot Date: Thu, 5 Mar 2009 23:20:21 +0000 X-Mailer: Apple Mail (2.930.3) --Apple-Mail-8-289983495 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Please review patch. Thx --Apple-Mail-8-289983495 Content-Disposition: attachment; filename=0001-extra-dovecot-Initial-Commit.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="0001-extra-dovecot-Initial-Commit.patch" Content-Transfer-Encoding: quoted-printable =46rom=202c16e1b832ffed6fe6854deaeb89f305a4f30bc2=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Michael=20Mason=20=0ADate:=20= Thu,=205=20Mar=202009=2023:14:38=20+0000=0ASubject:=20[PATCH]=20= extra/dovecot=20Initial=20Commit=0A=0A---=0A=20extra/dovecot/APKBUILD=20=20= =20=20=20=20=20=20|=20=20=2034=20++++++++++++++++++++++++++++++++++=0A=20= extra/dovecot/dovecot.initd=20=20=20|=20=20=2041=20= +++++++++++++++++++++++++++++++++++++++++=0A=20= extra/dovecot/dovecot.install=20|=20=20=2011=20+++++++++++=0A=203=20= files=20changed,=2086=20insertions(+),=200=20deletions(-)=0A=20create=20= mode=20100644=20extra/dovecot/APKBUILD=0A=20create=20mode=20100644=20= extra/dovecot/dovecot.initd=0A=20create=20mode=20100644=20= extra/dovecot/dovecot.install=0A=0Adiff=20--git=20= a/extra/dovecot/APKBUILD=20b/extra/dovecot/APKBUILD=0Anew=20file=20mode=20= 100644=0Aindex=200000000..5f2a968=0A---=20/dev/null=0A+++=20= b/extra/dovecot/APKBUILD=0A@@=20-0,0=20+1,34=20@@=0A+#=20Contributor:=20= Michael=20Mason=20=0A+#=20Maintainer:=20=0A= +pkgname=3Ddovecot=0A+pkgver=3D1.1.11=0A+pkgrel=3D0=0A+pkgdesc=3D"IMAP=20= and=20POP3=20server"=0A+url=3D"http://www.dovecot.org/"=0A+license=3D"GPL"= =0A+depends=3D"uclibc"=0A+makedepends=3D""=0A+install=3D"dovecot.install"=0A= +subpackages=3D"$pkgname-doc=20$pkgname-dev"=0A= +source=3D"http://www.dovecot.org/releases/1.1/$pkgname-$pkgver.tar.gz=0A= +=09dovecot.initd=0A+=09$install=0A+=09"=0A+=0A+build()=20{=0A+=09cd=20= "$srcdir/$pkgname-$pkgver"=0A+=0A+=09./configure=20--prefix=3D/usr=20\=0A= +=09=09--sysconfdir=3D/etc=20\=0A+=09=09--mandir=3D/usr/share/man=20\=0A= +=09=09--infodir=3D/usr/share/info=20\=0A+=09=09--with-pop3d=20=0A+=09= make=20||=20return=201=0A+=09make=20DESTDIR=3D"$pkgdir"=20install=0A+=0A= +=09#=20install=20-m755=20-D=20"$srcdir"/$pkgname.initd=20= "$pkgdir"/etc/init.d/$pkgname=0A+}=0A+=0A= +md5sums=3D"c973eb41aca79fb16630a16f0d84f765=20=20dovecot-1.1.11.tar.gz=0A= +ca3f9a2d8a75609b1edfa55f2709f598=20=20dovecot.initd=0A= +766fcfe110ce0be9c416e669b08349b6=20=20dovecot.install"=0Adiff=20--git=20= a/extra/dovecot/dovecot.initd=20b/extra/dovecot/dovecot.initd=0Anew=20= file=20mode=20100644=0Aindex=200000000..24201ee=0A---=20/dev/null=0A+++=20= b/extra/dovecot/dovecot.initd=0A@@=20-0,0=20+1,41=20@@=0A= +#!/sbin/runscript=0A+=0A+#=20Sample=20init.d=20file=20for=20alpine=20= linux.=0A+=0A+NAME=3Ddovecot=0A+DAEMON=3D/usr/sbin/$NAME=0A+USER=3Ddovecot= =0A+group=3Ddovecot=0A+=0A+depend()=20{=0A+=09need=20net=0A+}=0A+=0A= +start()=20{=0A+=09ebegin=20"Starting=20${NAME}"=0A+=09=09= start-stop-daemon=20--start=20--quiet=20--background=20\=0A+=09=09=09= --make-pidfile=20--pidfile=20/var/run/${NAME}.pid=20\=0A+=09=09=09= --chuid=20${USER}:${GROUP}=20\=0A+=09=09=09--exec=20${DAEMON}=20--=20= ${OPTS}=0A+=09eend=20$?=0A+}=0A+=0A+stop()=20{=0A+=09ebegin=20"Stopping=20= ${NAME}"=0A+=09=09start-stop-daemon=20--stop=20--quiet=20\=0A+=09=09=09= --exec=20${DAEMON}=20\=0A+=09=09=09--pidfile=20/var/run/${NAME}.pid=20\=0A= +=09eend=20$?=0A+}=0A+=0A+reload()=20{=0A+=09ebegin=20"Reloading=20= ${NAME}"=0A+=09if=20!=20service_started=20"${NAME}"=20;=20then=0A+=09=09= eend=201=20"${NAME}=20is=20not=20started"=0A+=09=09return=201=0A+=09fi=0A= +=09start-stop-daemon=20--stop=20--oknodo=20--signal=20HUP=20\=0A+=09=09= --exec=20${DAEMON}=20--pidfile=20/var/run/${NAME}.pid=0A+=09eend=20$?=0A= +}=0A+=0Adiff=20--git=20a/extra/dovecot/dovecot.install=20= b/extra/dovecot/dovecot.install=0Anew=20file=20mode=20100644=0Aindex=20= 0000000..ab8a287=0A---=20/dev/null=0A+++=20= b/extra/dovecot/dovecot.install=0A@@=20-0,0=20+1,11=20@@=0A+#!/bin/sh=0A= +=0A+case=20"$1"=20in=0A+=09pre_install)=0A+=09=09adduser=20-h=20= /dev/null=20-s=20/bin/false=20-D=20dovecot=202>/dev/null=09=0A+=09;;=0A+=09= post_deinstall)=0A+=09=09deluser=20dovecot=0A+=09=09delgroup=20dovecot=0A= +=09;;=0A+esac=0A--=20=0A1.6.1.3=0A=0A= --Apple-Mail-8-289983495 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit --Apple-Mail-8-289983495-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---