mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
10 lines
518 B
Text
10 lines
518 B
Text
--- usr/share/google/run-shutdown-scripts.orig 2014-12-24 22:40:30 UTC
|
|
+++ usr/share/google/run-shutdown-scripts
|
|
@@ -27,5 +27,5 @@ declare -r SHUTDOWN_SCRIPT=/var/run/goog
|
|
# buffers to disk.
|
|
#
|
|
# The shutdown script blocks other shutdown operations from proceeding.
|
|
-/usr/share/google/fetch_script ${SHUTDOWN_SCRIPT} shutdown
|
|
-/usr/share/google/run-scripts ${SHUTDOWN_SCRIPT} shutdown
|
|
+%%PREFIX%%/share/google/fetch_script ${SHUTDOWN_SCRIPT} shutdown
|
|
+%%PREFIX%%/share/google/run-scripts ${SHUTDOWN_SCRIPT} shutdown
|