Browse Source

Renamed jabberd to jabberd2 because jabberd2 is not a new major release of jabberd 1.4

http://mail.jabber.org/pipermail/jabberd/2006-March/003242.html
early
Alejandro Mery 17 years ago
parent
commit
05bdc612a7
5 changed files with 14 additions and 11 deletions
  1. +0
    -0
      network/jabberd2/jabberd2.cache
  2. +4
    -3
      network/jabberd2/jabberd2.conf
  3. +2
    -2
      network/jabberd2/jabberd2.desc
  4. +4
    -3
      network/jabberd2/jabberd2.init
  5. +4
    -3
      network/jabberd2/postsysfiles.in

network/jabberd/jabberd.cache → network/jabberd2/jabberd2.cache


network/jabberd/jabberd.conf → network/jabberd2/jabberd2.conf

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../jabberd/jabberd.conf
# Filename: package/.../jabberd2/jabberd2.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -10,7 +11,7 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
# --- SDE-COPYRIGHT-NOTE-END ---
# Unfortunately jabberd uses different package names for the same
# packages. So we need a way to convert T2 package names to jabberd

network/jabberd/jabberd.desc → network/jabberd2/jabberd2.desc

@ -2,8 +2,8 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../jabberd/jabberd.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Filename: package/.../jabberd2/jabberd2.desc
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.

network/jabberd/jabberd.init → network/jabberd2/jabberd2.init

@ -1,8 +1,9 @@
#!/bin/bash
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../jabberd/jabberd.init
# Filename: package/.../jabberd2/jabberd2.init
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -11,7 +12,7 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
# --- SDE-COPYRIGHT-NOTE-END ---
#
# ROCK Linux /etc/rc.d/init.d/jabberd
#

network/jabberd/postsysfiles.in → network/jabberd2/postsysfiles.in

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../jabberd/postsysfiles.in
# Filename: package/.../jabberd2/postsysfiles.in
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -10,7 +11,7 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
# --- SDE-COPYRIGHT-NOTE-END ---
safe_groupadd jabber 78
safe_useradd jabber 78 78 "Jabber" /var/empty /bin/false "*"

Loading…
Cancel
Save