Browse Source

* added copyright note into dagon target

legacy/0.1
Alejandro Mery 18 years ago
parent
commit
97b7c6c920
13 changed files with 181 additions and 0 deletions
  1. +14
    -0
      config.in
  2. +14
    -0
      inconfig.in
  3. +14
    -0
      pkgsel.in
  4. +13
    -0
      pkgsel/00-dagon.all
  5. +14
    -0
      pkgsel/SQL.both.choice
  6. +14
    -0
      pkgsel/SQL.conf
  7. +14
    -0
      pkgsel/SQL.mysql.choice
  8. +14
    -0
      pkgsel/SQL.none.choice
  9. +14
    -0
      pkgsel/SQL.psql.choice
  10. +14
    -0
      pkgsel/WEB.apache.choice
  11. +14
    -0
      pkgsel/WEB.conf
  12. +14
    -0
      pkgsel/WEB.lighttpd.choice
  13. +14
    -0
      pkgsel/dagon.conf

+ 14
- 0
config.in

@ -1,3 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/dagon/config.in
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: Dagon - Web, Database and DNS Server #Description: Dagon - Web, Database and DNS Server
const SDECFG_TRG_DAGON ${target:-$SDECFG_TARGET} const SDECFG_TRG_DAGON ${target:-$SDECFG_TARGET}

+ 14
- 0
inconfig.in

@ -1 +1,15 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/dagon/inconfig.in
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
menu_end menu_end

+ 14
- 0
pkgsel.in

@ -1,3 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/dagon/pkgsel.in
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if [ -s $cfgtmpdir/dagon.awkgen.in ]; then if [ -s $cfgtmpdir/dagon.awkgen.in ]; then
. $cfgtmpdir/dagon.awkgen.in \ . $cfgtmpdir/dagon.awkgen.in \
> $cfgtmpdir/dagon.pkgsel.awk > $cfgtmpdir/dagon.pkgsel.awk

+ 13
- 0
pkgsel/00-dagon.all

@ -0,0 +1,13 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/dagon/pkgsel/00-dagon.all
# Copyright (C) 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---

+ 14
- 0
pkgsel/SQL.both.choice

@ -1,2 +1,16 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/dagon/pkgsel/SQL.both.choice
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: PostgreSQL and MySQL #Description: PostgreSQL and MySQL
#Imply: psql mysql #Imply: psql mysql

+ 14
- 0
pkgsel/SQL.conf

@ -1,3 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/dagon/pkgsel/SQL.conf
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
case "$SDECFG_TRG_DAGON_SQL" in case "$SDECFG_TRG_DAGON_SQL" in
psql|both) SDECFGSET_TRG_MNEMOSYNE_POSTGRES=1 ;; psql|both) SDECFGSET_TRG_MNEMOSYNE_POSTGRES=1 ;;
*) SDECFGSET_TRG_MNEMOSYNE_POSTGRES=0 ;; *) SDECFGSET_TRG_MNEMOSYNE_POSTGRES=0 ;;

+ 14
- 0
pkgsel/SQL.mysql.choice

@ -1 +1,15 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/dagon/pkgsel/SQL.mysql.choice
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: MySQL Database Manager #Description: MySQL Database Manager

+ 14
- 0
pkgsel/SQL.none.choice

@ -1 +1,15 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/dagon/pkgsel/SQL.none.choice
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: No Database Manager #Description: No Database Manager

+ 14
- 0
pkgsel/SQL.psql.choice

@ -1,3 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/dagon/pkgsel/SQL.psql.choice
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: PostgreSQL Database Manager #Description: PostgreSQL Database Manager
#Default: psql #Default: psql

+ 14
- 0
pkgsel/WEB.apache.choice

@ -1 +1,15 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/dagon/pkgsel/WEB.apache.choice
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: Apache, de-facto Standard HTTP Server #Description: Apache, de-facto Standard HTTP Server

+ 14
- 0
pkgsel/WEB.conf

@ -1,2 +1,16 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/dagon/pkgsel/WEB.conf
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
SDECFGSET_TRG_MNEMOSYNE_WEB=$SDECFG_TRG_DAGON_WEB SDECFGSET_TRG_MNEMOSYNE_WEB=$SDECFG_TRG_DAGON_WEB
SDECFGSET_TRG_MNEMOSYNE_PHP=1 SDECFGSET_TRG_MNEMOSYNE_PHP=1

+ 14
- 0
pkgsel/WEB.lighttpd.choice

@ -1 +1,15 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/dagon/pkgsel/WEB.lighttpd.choice
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: Light weight HTTP Server #Description: Light weight HTTP Server

+ 14
- 0
pkgsel/dagon.conf

@ -1,3 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/dagon/pkgsel/dagon.conf
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# 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
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# options always used on all dagon systems # options always used on all dagon systems
# #
for x in KERNEL='linux' HALDBUS=0 \ for x in KERNEL='linux' HALDBUS=0 \

Loading…
Cancel
Save