9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] nupas update
Date: Sat, 15 May 2010 19:45:14 -0400	[thread overview]
Message-ID: <ea118f68b9c1acb10a8cac8712f5135d@kw.quanstro.net> (raw)
In-Reply-To: <AANLkTikyt0LqO9lNSvV_v5F9V4d1orO6g9OiGRU6guv4@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 947 bytes --]

On Sat May 15 19:18:57 EDT 2010, akumar@mail.nanosouffle.net wrote:
> So, how to resolve this mess and finally install the
> nupas package? It'd also be nice if somehow files
> in /mail/lib and other places where installed without
> hassle (though I'd like to keep some custom configs
> there).

first off, i'm sorry about the problems.  i should
have tested the nupas->nupas upgrade path more
thoroughly. contrib isn't quite the right tool for a direct
replacement.

sometimes replica gets in its own way.  usually when
it gets confused, i remove /dist/replica/$x and
/dist/replica/client/$x* and often remove any potentially
conflicting files.  i suppose it would be better to get
replica to tell me about conflicts and use -s.

i've attached the prototype for the files included
in the replica perhaps this will help.  you can get
a full listing of what + expands to from a listing of
/n/contrib/quanstro/root/...

- erik

[-- Attachment #2: nupas --]
[-- Type: text/plain, Size: 1410 bytes --]

386
	bin
		upas
			addhash
			aliasmail
			bayes
			deliver
			filter
			fs
			imap4d
			isspam
			list
			marshal
			mbappend
			ml
			mlmgr
			mlowner
			msgcat
			msgtok
			nedmail
			pop3
			qer
			runq
			scanmail
			send
			smtp
			smtpd
			spam
			spf
			testscan
			token
			unspam
			vf
acme
	bin
		386
			Mail
mail
	lib
		spamhaus
		validatesender
rc
	bin
		usenupas
		splitmbox
		service
			!tcp993
			tcp143
		service.auth
			tcp993
sys
	man
		1
			faces
			filter
			mail
			marshal
			mlmgr
			nedmail
		4
			upasfs
		6
			mdir
			rewrite
		8
			aliasmail
			pop3
			qer
			scanmail
			send
			smtp
			splitmbox
			usenupas
	src
		cmd
			faces
				+
			upas
				Mail
					+
				alias
					+
				bayes
					+
				binscripts
					+
				common
					+
				doc
					+
				filterkit
					+
				fs
					mkfile
					bos.c
					cache.c
					fs.c
					header.c
					idx.c
					imap.c
					mbox.c
					mdir.c
					mtree.c
					plan9.c
					planb.c
					pop3.c
					ref.c
					remove.c
					rename.c
					seg.c
					strtotm.c
					dat.h
				imap4d
					+
				marshal
					+
				misc
					+
				mkfile
				mkupas
				ml
					+
				ned
					mkfile
					nedmail.c
				pop3
					+
				q
					+
				scanmail
					+
				send
					+
				smtp
					+
				spf
					+
				vf
					+

  reply	other threads:[~2010-05-15 23:45 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-03  2:16 erik quanstrom
2009-09-03  2:29 ` David Leimbach
2009-09-03  2:37   ` erik quanstrom
2010-05-15 23:17 ` Akshat Kumar
2010-05-15 23:45   ` erik quanstrom [this message]
2010-05-16  2:36     ` ron minnich
2010-05-16  4:15       ` erik quanstrom
2010-05-16  4:28       ` Akshat Kumar
2010-05-16  4:35         ` ron minnich
2010-05-16  4:39           ` erik quanstrom
2010-05-16  4:51             ` ron minnich
2010-05-16  4:57           ` Akshat Kumar
2010-05-16  5:44             ` ron minnich
2010-05-16 13:42               ` EBo
2010-05-16 14:03                 ` erik quanstrom
2010-05-16 14:51                   ` Ethan Grammatikidis
2010-05-16 15:37                     ` EBo
2010-05-16 15:53                       ` Ethan Grammatikidis
2010-05-16 16:02                         ` ron minnich
2010-05-16 17:10                           ` Ethan Grammatikidis
2010-05-16 17:19                           ` EBo
2010-05-16 15:21                   ` EBo
2010-05-16 15:42                     ` Ethan Grammatikidis
2010-05-16 17:34                       ` EBo
2010-05-16 17:47                         ` hiro
2010-05-16 18:58                         ` Corey
2010-05-16 19:29                           ` EBo
2010-05-18 21:35                           ` Georg Lehner
2010-05-18 22:07                             ` ron minnich
2010-05-16 15:46                     ` Jorden M
2010-05-16 15:59                       ` Ethan Grammatikidis
2010-05-16 15:42                   ` Jorden M
2010-05-16 18:24                     ` erik quanstrom
2010-05-16 18:49                       ` EBo
2010-05-16 20:44                         ` erik quanstrom
2010-05-16 21:44                           ` EBo
2010-05-17  1:17                             ` erik quanstrom
2010-05-17  1:52                               ` EBo
2010-05-17  1:58                                 ` erik quanstrom
2010-05-17  1:35               ` Akshat Kumar
2010-05-17  4:09                 ` ron minnich
2010-05-17  4:19                   ` erik quanstrom
2010-05-17  4:56                     ` ron minnich
2010-05-18 23:50                   ` Federico G. Benavento
2010-05-18 23:59                     ` ron minnich
2010-05-19  0:40                       ` Jorden M
2010-05-19  1:40                         ` Robert Ransom
  -- strict thread matches above, loose matches on Subject: below --
2009-08-06 15:23 erik quanstrom
2008-10-23  0:08 erik quanstrom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ea118f68b9c1acb10a8cac8712f5135d@kw.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).