Changeset 913
- Timestamp:
- 03/29/06 11:42:51 (7 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 4 edited
- 8 moved
-
aide (added)
-
aide/bin (moved) (moved from trunk/bureau/admin/aide/bin)
-
aide/brouteur.sgml (moved) (moved from trunk/bureau/admin/aide/brouteur.sgml)
-
aide/domain.sgml (moved) (moved from trunk/bureau/admin/aide/domain.sgml)
-
aide/ftp.sgml (moved) (moved from trunk/bureau/admin/aide/ftp.sgml)
-
aide/index.sgml (moved) (moved from trunk/bureau/admin/aide/index.sgml)
-
aide/sommaire.sgml (moved) (moved from trunk/bureau/admin/aide/sommaire.sgml)
-
aide/stats.sgml (moved) (moved from trunk/bureau/admin/aide/stats.sgml)
-
aide/test.sgml (moved) (moved from trunk/bureau/admin/aide/test.sgml)
-
bureau/class/m_mail.php (modified) (1 diff)
-
debian/control (modified) (1 diff)
-
debian/rules (modified) (2 diffs)
-
src/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bureau/class/m_mail.php
r799 r913 617 617 618 618 619 /* ----------------------------------------------------------------- */ 620 /** 621 * Returns the declaration of all xml rpc exportable functions 622 * related to mail service. Each method is returned as an array 623 * containing the function name, function, signature and docstring. 624 * @access private 625 * EXPERIMENTAL 'sid' function ;) 626 */ 627 function alternc_xmlrpc_server() { 628 } 629 630 619 631 } /* Class m_mail */ 620 632 -
trunk/debian/control
r903 r913 4 4 Maintainer: Antoine Beaupré <anarcat@koumbit.org> 5 5 Build-Depends: debhelper (>= 4.0.2), findutils (>= 4.1.7), gcc (>= 2:2.95.4), gettext (>= 0.10.40-5) 6 Standards-Version: 3.6. 16 Standards-Version: 3.6.2.2 7 7 8 8 Package: alternc -
trunk/debian/rules
r883 r913 48 48 49 49 # Fix permisions 50 chmod 75 1debian/alternc/etc/alternc50 chmod 755 debian/alternc/etc/alternc 51 51 chmod 644 debian/alternc/etc/alternc/phpmyadmin.inc.php 52 52 chown -R root:www-data debian/alternc/var/alternc/bureau 53 chmod -R 64 0debian/alternc/var/alternc/bureau53 chmod -R 644 debian/alternc/var/alternc/bureau 54 54 chmod -R a+X debian/alternc/var/alternc/bureau 55 55 chown -R www-data:www-data debian/alternc/var/alternc/dns … … 64 64 chmod a+x debian/alternc/usr/share/alternc/install/reset_root.php 65 65 chmod a+x debian/alternc/usr/share/alternc/install/upgrade_check.sh 66 chmod a+x debian/alternc/usr/share/alternc/install/upgrades/0.9.1.sh 67 chmod a+x debian/alternc/usr/share/alternc/install/upgrades/0.9.2.php 66 chmod a+x debian/alternc/usr/share/alternc/install/upgrades/* 68 67 # Ex old alternc-admintools 69 68 install tools/top_http_users debian/alternc/usr/bin -
trunk/src/Makefile
r724 r913 37 37 install: all 38 38 chown root:www-data $(BIN) 39 chmod 75 0$(BIN)39 chmod 755 $(BIN) 40 40 install -o root -g www-data -m4750 $(PROGS) du.pl $(BIN) 41 41 install -o root -g www-data -m0750 $(SCRIPTS) $(BIN)
Note: See TracChangeset
for help on using the changeset viewer.
