Skip to content

Commit

Permalink
streamline comments in inc files (#3818)
Browse files Browse the repository at this point in the history
* streamline comments

* streamline comments

* streamline comments

* streamline comments

* streamline comments
  • Loading branch information
glitsj16 authored Dec 14, 2020
1 parent e634257 commit 21e4fc5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion etc/inc/whitelist-common.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Local customizations come here
# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include whitelist-common.local

# common whitelist for all profiles
Expand Down
3 changes: 2 additions & 1 deletion etc/inc/whitelist-players.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Local customizations come here
# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include whitelist-players.local

# common whitelist for all media players
Expand Down
3 changes: 2 additions & 1 deletion etc/inc/whitelist-runuser-common.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Local customizations come here
# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include whitelist-runuser-common.local

# common ${RUNUSER} (=/run/user/$UID) whitelist for all profiles
Expand Down
3 changes: 2 additions & 1 deletion etc/inc/whitelist-usr-share-common.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Local customizations come here
# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include whitelist-usr-share-common.local

# common /usr/share whitelist for all profiles
Expand Down
3 changes: 2 additions & 1 deletion etc/inc/whitelist-var-common.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Local customizations come here
# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include whitelist-var-common.local

# common /var whitelist for all profiles
Expand Down

0 comments on commit 21e4fc5

Please sign in to comment.