diff options
Diffstat (limited to 'source/ap/slackpkg/files/post-functions.conf-sample')
-rw-r--r-- | source/ap/slackpkg/files/post-functions.conf-sample | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source/ap/slackpkg/files/post-functions.conf-sample b/source/ap/slackpkg/files/post-functions.conf-sample index 1cbe04ad..79b5b1b1 100644 --- a/source/ap/slackpkg/files/post-functions.conf-sample +++ b/source/ap/slackpkg/files/post-functions.conf-sample @@ -1,4 +1,4 @@ -# You can list here the .new files and the default action +# You can list here the .new files and the default action # to do for each file. The list format is: # # /full/path/of/dot/new/file.new:action @@ -9,6 +9,11 @@ # R to Remove the new file # K to Keep the current and the .new files # +# Using "default" as file name, you'll set the action for +# the .new files in batch mode. The action for each file +# takes precedence over the "default" one. +# # E.g: #/etc/slackpkg/mirrors.new:K #/etc/ntp.conf.new:R +#default:O |