Browse Source

Alejandro Mery:


			
			
				rocklinux
			
			
		
Alejandro Mery 20 years ago
parent
commit
770d205682
5 changed files with 48 additions and 23 deletions
  1. +2
    -2
      package/mnemoc/ipsvd/ipsvd.conf
  2. +4
    -4
      package/mnemoc/ipsvd/ipsvd.desc
  3. +0
    -11
      package/mnemoc/ipsvd/nocheck.patch
  4. +19
    -0
      package/mnemoc/ipsvd/patches/bincimap.diff
  5. +23
    -6
      package/mnemoc/ipsvd/patches/twoftpd.diff

+ 2
- 2
package/mnemoc/ipsvd/ipsvd.conf

@ -6,8 +6,8 @@
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/mnemoc-devel/ipsvd/ipsvd.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
# ROCK Linux: rock-src/package/mnemoc/ipsvd/ipsvd.conf
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

+ 4
- 4
package/mnemoc/ipsvd/ipsvd.desc

@ -6,8 +6,8 @@
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/mnemoc-devel/ipsvd/ipsvd.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY] ROCK Linux: rock-src/package/mnemoc/ipsvd/ipsvd.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
@ -50,10 +50,10 @@
[L] GPL
[S] Stable
[V] 0.8.2
[V] 0.9.2
[P] O -----5---9 800.000
[CV-URL] http://smarden.org/ipsvd/install.html
[D] 2568716812 ipsvd-0.8.2.tar.gz http://smarden.org/ipsvd/
[D] 2793495320 ipsvd-0.9.2.tar.gz http://smarden.org/ipsvd/

+ 0
- 11
package/mnemoc/ipsvd/nocheck.patch

@ -1,11 +0,0 @@
--- ./src/Makefile.orig 2004-05-01 21:01:55.000000000 -0400
+++ ./src/Makefile 2004-05-01 21:02:32.000000000 -0400
@@ -2,7 +2,7 @@
IT=tcpsvd udpsvd ipsvd-cdb
-default: $(IT) check
+default: $(IT)
check: check-tcpsvd check-udpsvd check-ipsvd-cdb
./check-local $(IT)

+ 19
- 0
package/mnemoc/ipsvd/patches/bincimap.diff

@ -1,3 +1,22 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/mnemoc/ipsvd/patches/bincimap.diff
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./service/run.in.orig 2004-05-08 12:17:59.000000000 -0400
+++ ./service/run.in 2004-05-08 12:18:44.000000000 -0400
@@ -1,11 +1,11 @@

+ 23
- 6
package/mnemoc/ipsvd/patches/twoftpd.diff

@ -1,3 +1,22 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/mnemoc/ipsvd/patches/twoftpd.diff
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./twoftpd-anon-conf.c.orig 2004-05-10 11:00:38.000000000 -0400
+++ ./twoftpd-anon-conf.c 2004-05-10 11:06:23.000000000 -0400
@@ -92,15 +92,15 @@
@ -12,10 +31,9 @@
make_file("log/run", 0755,
"#!/bin/sh\n"
"exec \\\n"
- "setuidgid ", logname, " \\\n"
"setuidgid ", logname, " \\\n"
- "multilog t ", logdir, 0, 0, 0);
+ "svlogd -u ", logname, " \\\n"
+ "-t ", logdir, 0, 0, 0);
+ "svlogd -t ", logdir, 0, 0, 0);
make_fileu("env/CHROOT", 1);
make_fileu("env/GID", ftpgid);
make_file("env/HOME", 0644, ftpdir, 0, 0, 0, 0, 0, 0);
@ -34,10 +52,9 @@
make_file("log/run", 0755,
"#!/bin/sh\n"
"exec \\\n"
- "setuidgid ", logacct->pw_name, " \\\n"
"setuidgid ", logacct->pw_name, " \\\n"
- "multilog t ", logdir, 0, 0, 0);
+ "svlogd -u ", logacct->pw_name, " \\\n"
+ "-t ", logdir, 0, 0, 0);
+ "svlogd -t ", logdir, 0, 0, 0);
if (dochroot) make_fileu("env/CHROOT", 1);

Loading…
Cancel
Save