Browse Source

* cosmetical changes at pkgsel.in and pkg_conf/

legacy/multilib
Alejandro Mery 18 years ago
parent
commit
433a901ea2
17 changed files with 7 additions and 18 deletions
  1. +0
    -1
      pkg_conf/apache.conf
  2. +0
    -1
      pkg_conf/dropbear.conf
  3. +0
    -1
      pkg_conf/firefox.conf
  4. +0
    -1
      pkg_conf/flashplayer.conf
  5. +2
    -2
      pkg_conf/mod_python.conf
  6. +1
    -1
      pkg_conf/mod_security.conf
  7. +0
    -1
      pkg_conf/mozplugger.conf
  8. +0
    -1
      pkg_conf/mplayerplug-in.conf
  9. +0
    -1
      pkg_conf/openssh.conf
  10. +0
    -1
      pkg_conf/php.conf
  11. +3
    -2
      pkg_conf/qmail.conf
  12. +0
    -1
      pkg_conf/runit.conf
  13. +1
    -0
      pkg_conf/samba.conf
  14. +0
    -1
      pkg_conf/subversion.conf
  15. +0
    -1
      pkg_conf/sudo.conf
  16. +0
    -1
      pkg_conf/thunderbird.conf
  17. +0
    -1
      pkgsel.in

+ 0
- 1
pkg_conf/apache.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#

+ 0
- 1
pkg_conf/dropbear.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#

+ 0
- 1
pkg_conf/firefox.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#

+ 0
- 1
pkg_conf/flashplayer.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#

+ 2
- 2
pkg_conf/mod_python.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
@ -12,9 +11,10 @@
# 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 ---
prefix_auto=0
pkgprefix -t apache
prefix=`pkgprefix apache`
prefix_auto=0
set_confopt
hook_add postmake 5 'mnemosyne_modpython_addconf'

+ 1
- 1
pkg_conf/mod_security.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
@ -12,6 +11,7 @@
# 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 ---
hook_add postmake 5 'modsec_install_conf'
modsec_install_conf() {
cat <<-EOT > $sysconfdir/conf.d/mod_security.conf-dist

+ 0
- 1
pkg_conf/mozplugger.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#

+ 0
- 1
pkg_conf/mplayerplug-in.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#

+ 0
- 1
pkg_conf/openssh.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#

+ 0
- 1
pkg_conf/php.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#

+ 3
- 2
pkg_conf/qmail.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
@ -12,7 +11,9 @@
# 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 ---
prefix_auto=0; prefix=opt/qmail
prefix=opt/qmail
prefix_auto=0
set_confopt
controldir="${sysconfdir#$root/}/control"

+ 0
- 1
pkg_conf/runit.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#

+ 1
- 0
pkg_conf/samba.conf

@ -11,6 +11,7 @@
# 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 pkginstalled openldap; then
pkgprefix -t openldap
hook_add postmake 5 'cp -v examples/LDAP/samba.schema $( pkgprefix sysconfdir openldap )/schema/'

+ 0
- 1
pkg_conf/subversion.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#

+ 0
- 1
pkg_conf/sudo.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#

+ 0
- 1
pkg_conf/thunderbird.conf

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#

+ 0
- 1
pkgsel.in

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#

Loading…
Cancel
Save