diff options
author | martti <martti@pkgsrc.org> | 2006-12-15 13:15:06 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-12-15 13:15:06 +0000 |
commit | e2610fb8c820eb8b980e4903b6e8df8adafee4b0 (patch) | |
tree | 03ade063a5c9c888a51d974e8f2cdd77bc3b2d67 /mk/pkginstall | |
parent | f71b87f6f8e4f627b299770626c1e3a9267f855d (diff) | |
download | pkgsrc-e2610fb8c820eb8b980e4903b6e8df8adafee4b0.tar.gz |
Remove trailing tabs.
Diffstat (limited to 'mk/pkginstall')
-rw-r--r-- | mk/pkginstall/files | 4 | ||||
-rw-r--r-- | mk/pkginstall/usergroupfuncs | 6 | ||||
-rw-r--r-- | mk/pkginstall/usergroupfuncs.DragonFly | 6 | ||||
-rw-r--r-- | mk/pkginstall/usergroupfuncs.FreeBSD | 6 | ||||
-rw-r--r-- | mk/pkginstall/usergroupfuncs.Linux | 6 |
5 files changed, 14 insertions, 14 deletions
diff --git a/mk/pkginstall/files b/mk/pkginstall/files index 5ab7d98009e..8571577a4d8 100644 --- a/mk/pkginstall/files +++ b/mk/pkginstall/files @@ -1,4 +1,4 @@ -# $NetBSD: files,v 1.2 2006/07/19 22:26:26 jlam Exp $ +# $NetBSD: files,v 1.3 2006/12/15 13:15:06 martti Exp $ # # Generate a +FILES script that reference counts config files that are # required for the proper functioning of the package. @@ -396,7 +396,7 @@ CHECK-PERMS) *:$f_user:$f_group) continue ;; esac ;; - [!:]*::) + [!:]*::) case "$perms" in $longmode:*:*) continue ;; esac diff --git a/mk/pkginstall/usergroupfuncs b/mk/pkginstall/usergroupfuncs index 77e4f8b4e4b..c0bab9b31ee 100644 --- a/mk/pkginstall/usergroupfuncs +++ b/mk/pkginstall/usergroupfuncs @@ -1,4 +1,4 @@ -# $NetBSD: usergroupfuncs,v 1.1 2006/05/21 23:50:15 jlam Exp $ +# $NetBSD: usergroupfuncs,v 1.2 2006/12/15 13:15:06 martti Exp $ # # Default implementations of user_exists() and group_exists() shell # functions for checking the existence of users and groups, and of @@ -16,7 +16,7 @@ # Returns 1 if neither $group nor $groupid exist # Returns 2 if $group or $groupid exist but don't match # Returns 3 for all errors -# +# group_exists() { _group="$1"; _groupid="$2" @@ -56,7 +56,7 @@ group_exists() # Returns 1 if neither $user nor $userid exist # Returns 2 if $user or $userid exist but don't match # Returns 3 for all errors -# +# user_exists() { _user="$1"; _userid="$2" diff --git a/mk/pkginstall/usergroupfuncs.DragonFly b/mk/pkginstall/usergroupfuncs.DragonFly index 25ff3163103..39579bd49e2 100644 --- a/mk/pkginstall/usergroupfuncs.DragonFly +++ b/mk/pkginstall/usergroupfuncs.DragonFly @@ -1,4 +1,4 @@ -# $NetBSD: usergroupfuncs.DragonFly,v 1.1 2006/05/21 23:50:15 jlam Exp $ +# $NetBSD: usergroupfuncs.DragonFly,v 1.2 2006/12/15 13:15:06 martti Exp $ # # Platform-specific adduser and addgroup functionality # on top of pw(8). @@ -8,7 +8,7 @@ # Returns 1 if neither $group nor $groupid exist # Returns 2 if $group or $groupid exist but don't match # Returns 3 for all errors -# +# group_exists() { _group="$1"; _groupid="$2" @@ -48,7 +48,7 @@ group_exists() # Returns 1 if neither $user nor $userid exist # Returns 2 if $user or $userid exist but don't match # Returns 3 for all errors -# +# user_exists() { _user="$1"; _userid="$2" diff --git a/mk/pkginstall/usergroupfuncs.FreeBSD b/mk/pkginstall/usergroupfuncs.FreeBSD index 763e5b1e4b1..111c915c6f1 100644 --- a/mk/pkginstall/usergroupfuncs.FreeBSD +++ b/mk/pkginstall/usergroupfuncs.FreeBSD @@ -1,4 +1,4 @@ -# $NetBSD: usergroupfuncs.FreeBSD,v 1.1 2006/05/21 23:50:15 jlam Exp $ +# $NetBSD: usergroupfuncs.FreeBSD,v 1.2 2006/12/15 13:15:06 martti Exp $ # # Platform-specific adduser and addgroup functionality # on top of pw(8). @@ -8,7 +8,7 @@ # Returns 1 if neither $group nor $groupid exist # Returns 2 if $group or $groupid exist but don't match # Returns 3 for all errors -# +# group_exists() { _group="$1"; _groupid="$2" @@ -48,7 +48,7 @@ group_exists() # Returns 1 if neither $user nor $userid exist # Returns 2 if $user or $userid exist but don't match # Returns 3 for all errors -# +# user_exists() { _user="$1"; _userid="$2" diff --git a/mk/pkginstall/usergroupfuncs.Linux b/mk/pkginstall/usergroupfuncs.Linux index 3c86e4f2f46..bdbd3cfc3c6 100644 --- a/mk/pkginstall/usergroupfuncs.Linux +++ b/mk/pkginstall/usergroupfuncs.Linux @@ -1,4 +1,4 @@ -# $NetBSD: usergroupfuncs.Linux,v 1.1 2006/10/12 23:10:55 ben Exp $ +# $NetBSD: usergroupfuncs.Linux,v 1.2 2006/12/15 13:15:06 martti Exp $ # # Platform-specific adduser and addgroup functionality # on top of shadow-utils. (Not libuser) @@ -8,7 +8,7 @@ # Returns 1 if neither $group nor $groupid exist # Returns 2 if $group or $groupid exist but don't match # Returns 3 for all errors -# +# group_exists() { _group="$1"; _groupid="$2" @@ -48,7 +48,7 @@ group_exists() # Returns 1 if neither $user nor $userid exist # Returns 2 if $user or $userid exist but don't match # Returns 3 for all errors -# +# user_exists() { _user="$1"; _userid="$2" |