-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2021-07-31 Fred Gleason <[email protected]>
* Added a warning to files derived by the build system. Signed-off-by: Fred Gleason <[email protected]>
- Loading branch information
1 parent
35e23c2
commit 8d182fd
Showing
18 changed files
with
83 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22134,3 +22134,5 @@ | |
2021-07-31 Fred Gleason <[email protected]> | ||
* Fixed a bug in 'systemd/daemon-reload.sh' that broke the | ||
'make deb' target. | ||
2021-07-31 Fred Gleason <[email protected]> | ||
* Added a warning to files derived by the build system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@GENERATED_SCRIPT_FILE_WARNING@ | ||
|
||
prefix=@prefix@ | ||
exec_prefix=@exec_prefix@ | ||
libdir=@libdir@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
#!/bin/sh | ||
|
||
@GENERATED_SCRIPT_FILE_WARNING@ | ||
|
||
# build_debs.sh | ||
# | ||
# Build Debian packages. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# rd-bin.conf | ||
# | ||
|
||
@GENERATED_SCRIPT_FILE_WARNING@ | ||
|
||
# This is the Apache Web Server configuration for Rivendell. | ||
# | ||
# (C) Copyright 2007-2020 Fred Gleason <[email protected]> | ||
# (C) Copyright 2007-2021 Fred Gleason <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License version 2 as | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* | ||
************************************************************************** | ||
* WARNING! WARNING! WARNING! * | ||
* * | ||
* The contents of this file are automatically generated by the build * | ||
* system. Do not make any changes directly to this file; such changes * | ||
* will be silently ignored and overwritten! * | ||
* * | ||
* The template whence this file's contents were derived are in a file * | ||
* of the same name with ".in" appended. * | ||
************************************************************************** | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
#!/bin/sh | ||
|
||
@GENERATED_SCRIPT_FILE_WARNING@ | ||
|
||
# install_python.sh | ||
# | ||
# (C) Copyright 2018 Fred Gleason <[email protected]> | ||
# (C) Copyright 2018-2021 Fred Gleason <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License version 2 as | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
############################################################################ | ||
# WARNING! WARNING! WARNING! # | ||
# # | ||
# The contents of this file are automatically generated by the build # | ||
# system. Do not make any changes directly to this file; such changes # | ||
# will be silently ignored and overwritten! # | ||
# # | ||
# The template whence this file's contents were derived are in a file # | ||
# of the same name with ".in" appended. # | ||
############################################################################ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!-- | ||
************************************************************************** | ||
* WARNING! WARNING! WARNING! * | ||
* * | ||
* The contents of this file are automatically generated by the build * | ||
* system. Do not make any changes directly to this file; such changes * | ||
* will be silently ignored and overwritten! * | ||
* * | ||
* The template whence this file's contents are derived are in a file * | ||
* of the same name with ".in" appended. * | ||
************************************************************************** | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
// rdpaths.h | ||
// | ||
|
||
@GENERATED_C_FILE_WARNING@ | ||
|
||
// Install-Dependent Path Values for Rivendell | ||
// | ||
// (C) Copyright 2008-2021 Fred Gleason <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
## rivendell.spec.in | ||
## | ||
|
||
@GENERATED_SCRIPT_FILE_WARNING@ | ||
|
||
## The Rivendell Radio Automation System | ||
## Copyright (C) 2002-2021 Fred Gleason <[email protected]> | ||
## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
#!/bin/sh | ||
|
||
@GENERATED_SCRIPT_FILE_WARNING@ | ||
|
||
# install_usermode.sh | ||
# | ||
# Install support files for usermode wrapper | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@GENERATED_SCRIPT_FILE_WARNING@ | ||
|
||
USER=root | ||
PROGRAM=@prefix@/bin/rdalsaconfig | ||
SESSION=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@GENERATED_SCRIPT_FILE_WARNING@ | ||
|
||
USER=root | ||
PROGRAM=@prefix@/bin/rddbconfig | ||
SESSION=true |