]> Frank Brehm's Git Trees - config/uhu1/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@uhu1.uhu-banane.de>
Sun, 29 Jan 2012 12:09:22 +0000 (13:09 +0100)
committerroot <root@uhu1.uhu-banane.de>
Sun, 29 Jan 2012 12:09:22 +0000 (13:09 +0100)
Package changes:
+dev-php/pecl-apc-3.1.7

.etckeeper
php/apache2-php5.3/ext-active/apc.ini [new symlink]
php/apache2-php5.3/ext/apc.ini [new file with mode: 0644]
php/cgi-php5.3/ext-active/apc.ini [new symlink]
php/cgi-php5.3/ext/apc.ini [new file with mode: 0644]
php/cli-php5.3/ext-active/apc.ini [new symlink]
php/cli-php5.3/ext/apc.ini [new file with mode: 0644]
php/fpm-php5.3/ext-active/apc.ini [new symlink]
php/fpm-php5.3/ext/apc.ini [new file with mode: 0644]

index 0d484dee2a07c6983d423db736ea78b4b0157985..dd3686e5c66100db7606a180db667f3a40069436 100755 (executable)
@@ -5,16 +5,8 @@ mkdir -p './courier-imap/shared'
 mkdir -p './courier-imap/shared.tmp'
 mkdir -p './foomatic/direct'
 mkdir -p './gconf/schemas'
-mkdir -p './php/apache2-php5.3/ext'
-mkdir -p './php/apache2-php5.3/ext-active'
-mkdir -p './php/cgi-php5.3/ext'
-mkdir -p './php/cgi-php5.3/ext-active'
-mkdir -p './php/cli-php5.3/ext'
-mkdir -p './php/cli-php5.3/ext-active'
 mkdir -p './php/embed-php5.3/ext'
 mkdir -p './php/embed-php5.3/ext-active'
-mkdir -p './php/fpm-php5.3/ext'
-mkdir -p './php/fpm-php5.3/ext-active'
 mkdir -p './security/limits.d'
 mkdir -p './security/namespace.d'
 mkdir -p './sensors.d'
@@ -899,14 +891,17 @@ maybe chmod 0755 './php'
 maybe chmod 0755 './php/apache2-php5.3'
 maybe chmod 0755 './php/apache2-php5.3/ext'
 maybe chmod 0755 './php/apache2-php5.3/ext-active'
+maybe chmod 0644 './php/apache2-php5.3/ext/apc.ini'
 maybe chmod 0644 './php/apache2-php5.3/php.ini'
 maybe chmod 0755 './php/cgi-php5.3'
 maybe chmod 0755 './php/cgi-php5.3/ext'
 maybe chmod 0755 './php/cgi-php5.3/ext-active'
+maybe chmod 0644 './php/cgi-php5.3/ext/apc.ini'
 maybe chmod 0644 './php/cgi-php5.3/php.ini'
 maybe chmod 0755 './php/cli-php5.3'
 maybe chmod 0755 './php/cli-php5.3/ext'
 maybe chmod 0755 './php/cli-php5.3/ext-active'
+maybe chmod 0644 './php/cli-php5.3/ext/apc.ini'
 maybe chmod 0644 './php/cli-php5.3/php.ini'
 maybe chmod 0755 './php/embed-php5.3'
 maybe chmod 0755 './php/embed-php5.3/ext'
@@ -915,6 +910,7 @@ maybe chmod 0644 './php/embed-php5.3/php.ini'
 maybe chmod 0755 './php/fpm-php5.3'
 maybe chmod 0755 './php/fpm-php5.3/ext'
 maybe chmod 0755 './php/fpm-php5.3/ext-active'
+maybe chmod 0644 './php/fpm-php5.3/ext/apc.ini'
 maybe chmod 0644 './php/fpm-php5.3/php-fpm.conf'
 maybe chmod 0644 './php/fpm-php5.3/php.ini'
 maybe chmod 0644 './policyd-weight.conf'
diff --git a/php/apache2-php5.3/ext-active/apc.ini b/php/apache2-php5.3/ext-active/apc.ini
new file mode 120000 (symlink)
index 0000000..3c72dfd
--- /dev/null
@@ -0,0 +1 @@
+/etc/php/apache2-php5.3/ext/apc.ini
\ No newline at end of file
diff --git a/php/apache2-php5.3/ext/apc.ini b/php/apache2-php5.3/ext/apc.ini
new file mode 100644 (file)
index 0000000..119e167
--- /dev/null
@@ -0,0 +1,26 @@
+extension=apc.so
+apc.enabled="1"
+apc.shm_segments="1"
+apc.shm_size="30M"
+apc.num_files_hint="1024"
+apc.ttl="7200"
+apc.user_ttl="7200"
+apc.gc_ttl="3600"
+apc.cache_by_default="1"
+;apc.filters=""
+;apc.mmap_file_mask="/tmp/apcphp5.XXXXXX"
+apc.slam_defense="0"
+apc.file_update_protection="2"
+apc.enable_cli="0"
+apc.max_file_size="1M"
+apc.stat="1"
+apc.write_lock="1"
+apc.report_autofilter="0"
+apc.include_once_override="0"
+apc.rfc1867="0"
+apc.rfc1867_prefix="upload_"
+apc.rfc1867_name="APC_UPLOAD_PROGRESS"
+apc.rfc1867_freq="0"
+apc.localcache="0"
+apc.localcache.size="512"
+apc.coredump_unmap="0"
diff --git a/php/cgi-php5.3/ext-active/apc.ini b/php/cgi-php5.3/ext-active/apc.ini
new file mode 120000 (symlink)
index 0000000..4a1574c
--- /dev/null
@@ -0,0 +1 @@
+/etc/php/cgi-php5.3/ext/apc.ini
\ No newline at end of file
diff --git a/php/cgi-php5.3/ext/apc.ini b/php/cgi-php5.3/ext/apc.ini
new file mode 100644 (file)
index 0000000..119e167
--- /dev/null
@@ -0,0 +1,26 @@
+extension=apc.so
+apc.enabled="1"
+apc.shm_segments="1"
+apc.shm_size="30M"
+apc.num_files_hint="1024"
+apc.ttl="7200"
+apc.user_ttl="7200"
+apc.gc_ttl="3600"
+apc.cache_by_default="1"
+;apc.filters=""
+;apc.mmap_file_mask="/tmp/apcphp5.XXXXXX"
+apc.slam_defense="0"
+apc.file_update_protection="2"
+apc.enable_cli="0"
+apc.max_file_size="1M"
+apc.stat="1"
+apc.write_lock="1"
+apc.report_autofilter="0"
+apc.include_once_override="0"
+apc.rfc1867="0"
+apc.rfc1867_prefix="upload_"
+apc.rfc1867_name="APC_UPLOAD_PROGRESS"
+apc.rfc1867_freq="0"
+apc.localcache="0"
+apc.localcache.size="512"
+apc.coredump_unmap="0"
diff --git a/php/cli-php5.3/ext-active/apc.ini b/php/cli-php5.3/ext-active/apc.ini
new file mode 120000 (symlink)
index 0000000..56e9bdf
--- /dev/null
@@ -0,0 +1 @@
+/etc/php/cli-php5.3/ext/apc.ini
\ No newline at end of file
diff --git a/php/cli-php5.3/ext/apc.ini b/php/cli-php5.3/ext/apc.ini
new file mode 100644 (file)
index 0000000..119e167
--- /dev/null
@@ -0,0 +1,26 @@
+extension=apc.so
+apc.enabled="1"
+apc.shm_segments="1"
+apc.shm_size="30M"
+apc.num_files_hint="1024"
+apc.ttl="7200"
+apc.user_ttl="7200"
+apc.gc_ttl="3600"
+apc.cache_by_default="1"
+;apc.filters=""
+;apc.mmap_file_mask="/tmp/apcphp5.XXXXXX"
+apc.slam_defense="0"
+apc.file_update_protection="2"
+apc.enable_cli="0"
+apc.max_file_size="1M"
+apc.stat="1"
+apc.write_lock="1"
+apc.report_autofilter="0"
+apc.include_once_override="0"
+apc.rfc1867="0"
+apc.rfc1867_prefix="upload_"
+apc.rfc1867_name="APC_UPLOAD_PROGRESS"
+apc.rfc1867_freq="0"
+apc.localcache="0"
+apc.localcache.size="512"
+apc.coredump_unmap="0"
diff --git a/php/fpm-php5.3/ext-active/apc.ini b/php/fpm-php5.3/ext-active/apc.ini
new file mode 120000 (symlink)
index 0000000..50d4b8c
--- /dev/null
@@ -0,0 +1 @@
+/etc/php/fpm-php5.3/ext/apc.ini
\ No newline at end of file
diff --git a/php/fpm-php5.3/ext/apc.ini b/php/fpm-php5.3/ext/apc.ini
new file mode 100644 (file)
index 0000000..119e167
--- /dev/null
@@ -0,0 +1,26 @@
+extension=apc.so
+apc.enabled="1"
+apc.shm_segments="1"
+apc.shm_size="30M"
+apc.num_files_hint="1024"
+apc.ttl="7200"
+apc.user_ttl="7200"
+apc.gc_ttl="3600"
+apc.cache_by_default="1"
+;apc.filters=""
+;apc.mmap_file_mask="/tmp/apcphp5.XXXXXX"
+apc.slam_defense="0"
+apc.file_update_protection="2"
+apc.enable_cli="0"
+apc.max_file_size="1M"
+apc.stat="1"
+apc.write_lock="1"
+apc.report_autofilter="0"
+apc.include_once_override="0"
+apc.rfc1867="0"
+apc.rfc1867_prefix="upload_"
+apc.rfc1867_name="APC_UPLOAD_PROGRESS"
+apc.rfc1867_freq="0"
+apc.localcache="0"
+apc.localcache.size="512"
+apc.coredump_unmap="0"