diff options
| author | manuel <manuel@mausz.at> | 2013-02-04 00:08:53 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-04 00:08:53 +0100 |
| commit | 69aec538b456402170dc723af417ba5c05389c32 (patch) | |
| tree | e6f34c543f17c6392447ea337b2e2868212424d1 /BIN.Makefile | |
| download | qmail-69aec538b456402170dc723af417ba5c05389c32.tar.gz qmail-69aec538b456402170dc723af417ba5c05389c32.tar.bz2 qmail-69aec538b456402170dc723af417ba5c05389c32.zip | |
qmail 1.03 import
Diffstat (limited to 'BIN.Makefile')
| -rw-r--r-- | BIN.Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/BIN.Makefile b/BIN.Makefile new file mode 100644 index 0000000..f46c537 --- /dev/null +++ b/BIN.Makefile | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SHELL=/bin/sh | ||
| 2 | |||
| 3 | # Files are edited in the installation directory, then copied. | ||
| 4 | # There are 40 arguments to idedit after the filename, | ||
| 5 | # showing the positions of each byte in the following ten ints: | ||
| 6 | # uida, uidd, uidl, uido, uidp, uidq, uidr, uids, gidq, gidn. | ||
| 7 | # Normal little-endian positions are n n+1 n+2 ... n+39 for some n. | ||
| 8 | # Normal big-endian positions are n+3 n+2 n+1 n n+7 ... n+36 for some n. | ||
| 9 | |||
| 10 | setup: | ||
| 11 | mkdir /var/qmail | ||
| 12 | ./idedit install-big XXX | ||
| 13 | ./idedit qmail-lspawn XXX | ||
| 14 | ./idedit qmail-queue XXX | ||
| 15 | ./idedit qmail-rspawn XXX | ||
| 16 | ./idedit qmail-showctl XXX | ||
| 17 | ./idedit qmail-start XXX | ||
| 18 | ./install-big | ||
| 19 | cp /var/qmail/boot/binm1+df /var/qmail/rc | ||
| 20 | chmod 755 /var/qmail/rc | ||
| 21 | echo '|fastforward -d /etc/aliases.cdb' > /var/qmail/alias/.qmail-default | ||
| 22 | chmod 644 /var/qmail/alias/.qmail-default | ||
| 23 | hostname | grep -q '\.' | ||
| 24 | ./config-fast `hostname` | ||
