Added listAll utility function which will always fetch all resources.
[arvados.git] / sdk / pam / fpm-info.sh
index 0c259eaa3b7408fd2509957d530f313b8413fd8c..6440bdfbd4795756ac6d059738b443e5e8b06d97 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 case "$TARGET" in
     debian* | ubuntu*)
         fpm_depends+=('libpam-python')
@@ -13,5 +17,3 @@ case "$FORMAT" in
         fpm_args+=('--deb-recommends=system-log-daemon')
         ;;
 esac
-
-fpm_args+=('--config-files=examples/pam-auth-update_arvados')