File: pidfile-tmp

package info (click to toggle)
pgmemcache 2.3.0-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 284 kB
  • sloc: ansic: 975; sql: 220; makefile: 62; sh: 22
file content (22 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$HOME might not be available in build chroots, use /tmp instead

--- a/expected/start_memcached.out
+++ b/expected/start_memcached.out
@@ -1 +1 @@
-\! memcached -p 33211 -P $HOME/.pgmemcache-memcached.pid -d
+\! memcached -p 33211 -P /tmp/pgmemcache-memcached.pid -d
--- a/expected/stop_memcached.out
+++ b/expected/stop_memcached.out
@@ -1 +1 @@
-\! kill `cat $HOME/.pgmemcache-memcached.pid`
+\! kill `cat /tmp/pgmemcache-memcached.pid`
--- a/sql/start_memcached.sql
+++ b/sql/start_memcached.sql
@@ -1 +1 @@
-\! memcached -p 33211 -P $HOME/.pgmemcache-memcached.pid -d
+\! memcached -p 33211 -P /tmp/pgmemcache-memcached.pid -d
--- a/sql/stop_memcached.sql
+++ b/sql/stop_memcached.sql
@@ -1 +1 @@
-\! kill `cat $HOME/.pgmemcache-memcached.pid`
+\! kill `cat /tmp/pgmemcache-memcached.pid`