Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 601deba

Browse files
committed
Revise paths in distributed conf files
1 parent ed3a789 commit 601deba

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

data/camera1-dist.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; @sysconfdir@/motionplus/camera1.conf
1+
; @prefix@/etc/motionplus/camera1.conf
22
;
33
; This config file was generated by @PACKAGE_NAME@ @PACKAGE_VERSION@
44

data/camera2-dist.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; @sysconfdir@/motionplus/camera2.conf
1+
; @prefix@/etc/motionplus/camera2.conf
22
;
33
; This config file was generated by @PACKAGE_NAME@ @PACKAGE_VERSION@
44

data/camera3-dist.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; @sysconfdir@/motionplus/camera3.conf
1+
; @prefix@/etc/motionplus/camera3.conf
22
;
33
; This config file was generated by @PACKAGE_NAME@ @PACKAGE_VERSION@
44

data/motionplus-dist.conf.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ stream_preview_method 0
9797
;*************************************************
9898
; Device config files - One for each device.
9999
;*************************************************
100-
; camera @sysconfdir@/motionplus/camera1.conf
101-
; camera @sysconfdir@/motionplus/camera2.conf
102-
; camera @sysconfdir@/motionplus/camera3.conf
103-
; sound @sysconfdir@/motionplus/sound1.conf
100+
; camera @prefix@/etc/motionplus/camera1.conf
101+
; camera @prefix@/etc/motionplus/camera2.conf
102+
; camera @prefix@/etc/motionplus/camera3.conf
103+
; sound @prefix@/etc/motionplus/sound1.conf
104104

105105
;*************************************************
106106
; Directory to read '.conf' files for devices.
107107
;*************************************************
108-
; config_dir @sysconfdir@/motionplus/conf.d
108+
; config_dir @prefix@/etc/motionplus/conf.d

data/sound1-dist.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; @sysconfdir@/motionplus/sound1.conf
1+
; @prefix@/etc/motionplus/sound1.conf
22
;
33
; This config file was generated by @PACKAGE_NAME@ @PACKAGE_VERSION@
44

0 commit comments

Comments
 (0)