Browse Source

Alejandro Mery:


			
			
				rocklinux
			
			
		
Alejandro Mery 20 years ago
parent
commit
6bdc08e5a1
6 changed files with 13 additions and 67 deletions
  1. +2
    -2
      package/mnemoc/bglibs/bglibs.desc
  2. +2
    -2
      package/mnemoc/cvm/cvm.desc
  3. +0
    -54
      package/mnemoc/cvm/head1.patch
  4. +3
    -3
      package/mnemoc/ipsvd/ipsvd.desc
  5. +3
    -3
      package/mnemoc/runit/runit.desc
  6. +3
    -3
      package/mnemoc/socklog/socklog.desc

+ 2
- 2
package/mnemoc/bglibs/bglibs.desc

@ -35,8 +35,8 @@
[L] GPL
[S] Stable
[V] 1.017
[V] 1.019
[P] X -?---5---9 177.600
[D] 915864675 bglibs-1.017.tar.gz http://untroubled.org/bglibs/
[D] 2750792059 bglibs-1.019.tar.gz http://untroubled.org/bglibs/

+ 2
- 2
package/mnemoc/cvm/cvm.desc

@ -54,8 +54,8 @@
[L] GPL
[S] Stable
[V] 0.18
[V] 0.31
[P] X -?---5---9 202.900
[D] 3837659882 cvm-0.18.tar.gz http://untroubled.org/cvm/
[D] 3808848411 cvm-0.31.tar.gz http://untroubled.org/cvm/

+ 0
- 54
package/mnemoc/cvm/head1.patch

@ -1,54 +0,0 @@
# --- 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/cvm/head1.patch
# 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 ---
--- ./Makefile 2003-11-18 00:50:48.000000000 +0100
+++ /tmp/tmp.awWCZS5786 2004-05-24 13:23:16.000000000 +0200
@@ -33,16 +33,16 @@
./makelib command.a module_command.o module_command_main.o module_request.o module_output.o facts.o
compile: conf-cc conf-bgincs
- ( bgincs=`head -1 conf-bgincs`; \
+ ( bgincs=`head -n 1 conf-bgincs`; \
echo '#!/bin/sh'; \
echo 'source=$$1; shift'; \
echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \
- echo exec `head -1 conf-cc` -I. "-I'$${bgincs}'" '-o $${base}.o -c $$source $${1+"$$@"}'; \
+ echo exec `head -n 1 conf-cc` -I. "-I'$${bgincs}'" '-o $${base}.o -c $$source $${1+"$$@"}'; \
) >compile
chmod 755 compile
conf_home.c: conf-home
- head -1 conf-home | \
+ head -n 1 conf-home | \
sed -e 's/"/\\"/g' \
-e 's/^/const char conf_home[] = "/' \
-e 's/$$/";/' >conf_home.c
@@ -106,10 +106,10 @@
libraries: client.a udp.a local.a command.a module.a sasl.a
load: conf-ld conf-bglibs
- ( bglibs=`head -1 conf-bglibs`; \
+ ( bglibs=`head -n 1 conf-bglibs`; \
echo '#!/bin/sh';\
echo 'main="$$1"; shift';\
- echo exec `head -1 conf-ld` -L. "-L'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}' -lbg-sysdeps; \
+ echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}' -lbg-sysdeps; \
) >load
chmod 755 load

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

@ -21,7 +21,7 @@
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] internet protocol service daemons
[I] Internet protocol service daemons
[T] ipsvd is a set of internet protocol service daemons. It currently
[T] includes a TCP/IP service daemon, and a UDP/IP service daemon.
@ -50,10 +50,10 @@
[L] GPL
[S] Stable
[V] 0.9.6
[V] 0.9.7
[P] O -?---5---9 198.900
[CV-URL] http://smarden.org/ipsvd/install.html
[D] 3928048254 ipsvd-0.9.6.tar.gz http://smarden.org/ipsvd/
[D] 1016391598 ipsvd-0.9.7.tar.gz http://smarden.org/ipsvd/

+ 3
- 3
package/mnemoc/runit/runit.desc

@ -21,7 +21,7 @@
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] runit - a UNIX init scheme with service supervision
[I] An UNIX init scheme with service supervision
[T] runit is a daemontools alike replacement for SysV-init and other init
[T] schemes. It currently runs on GNU/Linux, OpenBSD, FreeBSD, and can easily
@ -40,10 +40,10 @@
[L] OpenSource
[S] Stable
[V] 1.0.2
[V] 1.1.0
[P] O -X---5---9 177.700
[CV-URL] http://smarden.org/runit/install.html
[D] 1975530150 runit-1.0.2.tar.gz http://smarden.org/runit/
[D] 1776502635 runit-1.1.0.tar.gz http://smarden.org/runit/

+ 3
- 3
package/mnemoc/socklog/socklog.desc

@ -21,7 +21,7 @@
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] system and kernel logging services
[I] System and kernel logging services
[T] socklog, in cooperation with the runit package, is a small and secure
[T] replacement for syslogd. There are three main features syslogd provides:
@ -48,10 +48,10 @@
[L] GPL
[S] Stable
[V] 1.4.2
[V] 1.5.0
[P] O -?---5---9 199.200
[CV-URL] http://smarden.org/socklog/install.html
[D] 3676338493 socklog-1.4.2.tar.gz http://smarden.org/socklog/
[D] 378757804 socklog-1.5.0.tar.gz http://smarden.org/socklog/

Loading…
Cancel
Save