summaryrefslogtreecommitdiff
path: root/mk/pkginstall
diff options
context:
space:
mode:
authormartti <martti>2006-12-15 13:15:06 +0000
committermartti <martti>2006-12-15 13:15:06 +0000
commit51d3a3219b6f0390d3b35fee6bb0f9757ec07abe (patch)
tree03ade063a5c9c888a51d974e8f2cdd77bc3b2d67 /mk/pkginstall
parente329248a397ea9596f2f90c9dba08c7d364447a2 (diff)
downloadpkgsrc-51d3a3219b6f0390d3b35fee6bb0f9757ec07abe.tar.gz
Remove trailing tabs.
Diffstat (limited to 'mk/pkginstall')
-rw-r--r--mk/pkginstall/files4
-rw-r--r--mk/pkginstall/usergroupfuncs6
-rw-r--r--mk/pkginstall/usergroupfuncs.DragonFly6
-rw-r--r--mk/pkginstall/usergroupfuncs.FreeBSD6
-rw-r--r--mk/pkginstall/usergroupfuncs.Linux6
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"