]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Removed PATH= from init.in files, as it's also in the openstack-pkg-tools template.
authorThomas Goirand <thomas@goirand.fr>
Sun, 12 Oct 2014 12:11:39 +0000 (20:11 +0800)
committerThomas Goirand <thomas@goirand.fr>
Sun, 12 Oct 2014 12:11:39 +0000 (20:11 +0800)
Rewritten-From: 1added56deec4fe2e0a2b66916ef0c9f8398c21e

xenial/debian/cinder-api.init.in
xenial/debian/cinder-backup.init.in
xenial/debian/cinder-scheduler.init.in
xenial/debian/cinder-volume.init.in

index a3eaf8edcb2fe8a3a79da0fce3a4a420919223bf..d3a21a925b4247be774179e0a8eb0e676ea1c37b 100644 (file)
 #                    virtual machine instances
 ### END INIT INFO
 
-# Author: Julien Danjou <acid@debian.org>, Thomas Goirand <zigo@debian.org>
+# Author: Thomas Goirand <zigo@debian.org>
 
-# PATH should only include /usr/* if it runs after the mountnfs.sh script
-PATH=/sbin:/usr/sbin:/bin:/usr/bin
 DESC="OpenStack Cinder Api"
 PROJECT_NAME=cinder
 NAME=${PROJECT_NAME}-api
index 8ac22037bba834b4dbeb71a1fcee32bbf35f0103..a57c7443d11db86604aa49e4c969ed97b267fb40 100644 (file)
@@ -13,8 +13,6 @@
 
 # Author: Thomas Goirand <zigo@debian.org>
 
-# PATH should only include /usr/* if it runs after the mountnfs.sh script
-PATH=/sbin:/usr/sbin:/bin:/usr/bin
 DESC="OpenStack Cinder Backup"
 PROJECT_NAME=cinder
 NAME=${PROJECT_NAME}-backup
index c5caa292e3c2aa35bd85016bb917ca57fa0e88cd..bf531ae3c074a6f39f07287f2a163943fd47a30e 100644 (file)
 #                    virtual machine instances
 ### END INIT INFO
 
-# Author: Julien Danjou <acid@debian.org>, Thomas Goirand <zigo@debian.org>
+# Author: Thomas Goirand <zigo@debian.org>
 
-# PATH should only include /usr/* if it runs after the mountnfs.sh script
-PATH=/sbin:/usr/sbin:/bin:/usr/bin
 DESC="OpenStack Cinder Scheduler"
 PROJECT_NAME=cinder
 NAME=${PROJECT_NAME}-scheduler
index 15193efcce43317bb3599bed2d426c11227fae3d..4134d7bfcdce27d4c320d79869a6bfe49a28eeb5 100644 (file)
 #                    virtual machine instances
 ### END INIT INFO
 
-# Author: Julien Danjou <acid@debian.org>
+# Author: Thomas Goirand <zigo@debian.org>
 
-# PATH should only include /usr/* if it runs after the mountnfs.sh script
-PATH=/sbin:/usr/sbin:/bin:/usr/bin
 DESC="OpenStack Cinder Volume"
 PROJECT_NAME=cinder
 NAME=${PROJECT_NAME}-volume