9front - general discussion about 9front
 help / color / mirror / Atom feed
From: cinap_lenrek@felloff.net
To: 9front@9front.org
Subject: Re: [9front] Patch to bring 9front venti libventi up to date with 9legacy
Date: Wed, 19 Sep 2018 01:36:42 +0200	[thread overview]
Message-ID: <CBDAA2129C96642848A16F5BA94720EE@felloff.net> (raw)
In-Reply-To: CADmmOS9D_v3G=aqcZLwq37Bvsc2=meHs_Z-xXPpkW11yQerWMQ@mail.gmail.com

it is as i suspected. that just undoes a fix i did a while ago.
just leave it out.

term% hg log -p /sys/src/cmd/venti/srv/conf.rc
changeset:   6344:95785cc684a7
user:        cinap_lenrek@felloff.net
date:        Sun Jan 28 17:22:00 2018 +0100
summary:     venti/conf: fix padding so we write multiple of sector size

diff -r 12804f5a9a22 -r 95785cc684a7 sys/src/cmd/venti/srv/conf.rc
--- a/sys/src/cmd/venti/srv/conf.rc	Sat Jan 27 23:47:46 2018 +0100
+++ b/sys/src/cmd/venti/srv/conf.rc	Sun Jan 28 17:22:00 2018 +0100
@@ -49,7 +49,7 @@
 	}
 	dd -quiet 1 -bs 1024 -count 8 -if $disk -iseek 248 \
 		>/tmp/_venticonf.old || exit backup
-	dd -quiet 1 -count 2 </dev/zero >> /tmp/venticonf.$pid || exit dd
+	dd -quiet 1 -bs 1024 -count 8 </dev/zero >> /tmp/venticonf.$pid || exit dd
 	dd -quiet 1 -bs 1024 -count 8 -if /tmp/venticonf.$pid \
 		-of $disk -trunc 0 -oseek 248 || exit dd2
 	exit 0

--
cinap


             reply	other threads:[~2018-09-18 23:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-18 23:36 cinap_lenrek [this message]
2018-09-19  0:34 ` Sean Hinchee
2018-09-19  6:55   ` hiro
2018-09-19  7:00     ` hiro
  -- strict thread matches above, loose matches on Subject: below --
2018-09-19 12:29 cinap_lenrek
2018-09-19  9:11 cinap_lenrek
2018-09-19 10:26 ` hiro
2018-09-19  9:08 cinap_lenrek
2018-09-18 23:41 cinap_lenrek
2018-09-17 21:49 cinap_lenrek
2018-09-18 23:22 ` Sean Hinchee
2018-09-17 20:54 Sean Hinchee

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=CBDAA2129C96642848A16F5BA94720EE@felloff.net \
    --to=cinap_lenrek@felloff.net \
    --cc=9front@9front.org \
    /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).