Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7c8356431b20a63e751e9091e2dc9cc033891bf6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7c8356431b20a63e751e9091e2dc9cc033891bf6)
  • Date: Wed, 2 Aug 2006 14:41:23 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 4 ++++
accounts | 3 ++-
groups | 1 +
net/wwwoffle/BUILD | 3 ++-
net/wwwoffle/CONFIGURE | 1 -
net/wwwoffle/FINAL | 1 +
net/wwwoffle/HISTORY | 7 +++++++
net/wwwoffle/PRE_BUILD | 8 ++++++--
8 files changed, 23 insertions(+), 5 deletions(-)

New commits:
commit 522b27ce306bb6466f9c9da26163f46154e5ec9f
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

net/wwwoffle:
renamed INSTALL to FINAL due to stage_rooting

commit c39d1ea54b83ff0ee97cf421f16164c14e18051d
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

accounts: added proxy
groups: added proxy

net/wwwoffle:
BUILD: added create_account proxy, install_rootifying spool directory
PRE_BUILD: added sedit lines for uid and gid substituing in configuration
files
CONFIGURE: removed empty line
INSTALL: added for chowning in spool directory

diff --git a/ChangeLog b/ChangeLog
index 86392e4..8dda5ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-02 Pol Vinogradov <vin.public AT gmail.com>
+ * accounts: added proxy
+ * groups: added proxy
+
2006-08-02 Flavien Bridault <vlaaad AT sourcemage.org>
* audio-players/listen: New spell, music player

diff --git a/accounts b/accounts
index 0537f2d..bec8c2c 100755
--- a/accounts
+++ b/accounts
@@ -1,9 +1,10 @@
-# FORMAT: <account>:<UID>:<Primary GID>:<GID>:<GID>:... etc.
+9# FORMAT: <account>:<UID>:<Primary GID>:<GID>:<GID>:... etc.

daemon:1:1
mail:8:8
news:9:9
uucp:10:10
+proxy:13:13
www-data:33:33
firebird:84:84
bind:101:101
diff --git a/groups b/groups
index 3300b54..bc46a8e 100755
--- a/groups
+++ b/groups
@@ -4,6 +4,7 @@ daemon:1:
mail:8:
news:9:
uucp:10:
+proxy:13:
ppp:20:
cdrom:24:
www-data:33:
diff --git a/net/wwwoffle/BUILD b/net/wwwoffle/BUILD
index 2d77776..41612d7 100755
--- a/net/wwwoffle/BUILD
+++ b/net/wwwoffle/BUILD
@@ -1,3 +1,4 @@
-OPTS="$WWWOFFLE_OPTS --with-spooldir=/var/spool/wwwoffle $OPTS" &&
+create_account proxy &&
+OPTS="$WWWOFFLE_OPTS --with-spooldir=${INSTALL_ROOT}/var/spool/wwwoffle
$OPTS" &&

default_build
diff --git a/net/wwwoffle/CONFIGURE b/net/wwwoffle/CONFIGURE
index 221f31b..35749f3 100755
--- a/net/wwwoffle/CONFIGURE
+++ b/net/wwwoffle/CONFIGURE
@@ -3,4 +3,3 @@ config_query_option WWWOFFLE_OPTS \
n \
"--with-ipv6" \
"--without-ipv6"
-
diff --git a/net/wwwoffle/FINAL b/net/wwwoffle/FINAL
new file mode 100755
index 0000000..e2c2cea
--- /dev/null
+++ b/net/wwwoffle/FINAL
@@ -0,0 +1 @@
+chown -R proxy.proxy ${INSTALL_ROOT}/var/spool/wwwoffle
diff --git a/net/wwwoffle/HISTORY b/net/wwwoffle/HISTORY
index f715d8d..8f1f435 100644
--- a/net/wwwoffle/HISTORY
+++ b/net/wwwoffle/HISTORY
@@ -1,3 +1,10 @@
+2006-08-02 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: added create_account proxy, install_rootifying spool
directory
+ * PRE_BUILD: added sedit lines for uid and gid substituing in
+ configuration files
+ * CONFIGURE: removed empty line
+ * FINAL: added for chowning in spool directory
+
2006-07-02 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: removed BUILD_API=2 line, LICENSE was renamed to
LICENSE[0],
DOCS variable was added to avoid duplication of files
diff --git a/net/wwwoffle/PRE_BUILD b/net/wwwoffle/PRE_BUILD
index 99a97a5..fdf4876 100755
--- a/net/wwwoffle/PRE_BUILD
+++ b/net/wwwoffle/PRE_BUILD
@@ -7,5 +7,9 @@ sedit 's/\(#define vrml_yywrap(\).*/\1a)
sedit 's/\(#define htmlmodify_yywrap(\).*/\1a) 1/' src/htmlmodify.l &&
sedit 's/\(#define msg_yywrap(\).*/\1a) 1/' src/messages.l &&
sedit 's/\(#define css_yywrap(\).*/\1a) 1/' src/css.l &&
-sedit
's:docdir=$(DESTDIR)${prefix}/doc/wwwoffle:docdir=$(DESTDIR)${prefix}/share/doc/wwwoffle:'
doc/Makefile &&
-sedit
's:docdir=$(DESTDIR)${prefix}/doc/wwwoffle:docdir=$(DESTDIR)${prefix}/share/doc/wwwoffle:'
doc/Makefile.in
+sedit
's:docdir=$(DESTDIR)${prefix}/doc/wwwoffle:docdir=$(DESTDIR)${prefix}/share/doc/wwwoffle:'
doc/Makefile &&
+sedit
's:docdir=$(DESTDIR)${prefix}/doc/wwwoffle:docdir=$(DESTDIR)${prefix}/share/doc/wwwoffle:'
doc/Makefile.in &&
+sedit 's:#run-uid = daemon:run-uid = proxy:'
conf/wwwoffle.conf &&
+sedit 's:#run-gid = daemon:run-gid = proxy:'
conf/wwwoffle.conf &&
+sedit 's:#run-uid = daemon:run-uid = proxy:'
conf/wwwoffle.conf.template &&
+sedit 's:#run-gid = daemon:run-gid = proxy:'
conf/wwwoffle.conf.template



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7c8356431b20a63e751e9091e2dc9cc033891bf6), Pol Vinogradov, 08/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page