aboutsummaryrefslogtreecommitdiff
path: root/sysutils/kdeadmin3
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-02-06 04:08:36 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-02-06 04:08:36 +0000
commitf23794e8c4d8b937a0e62adb04df3bf0c54a3d74 (patch)
tree411443d5615b2bbfc61e40c4c6644c14b8df9714 /sysutils/kdeadmin3
parentb7c4344b35d6f32261c337f6123477126403272b (diff)
downloadports-f23794e8c4d8b937a0e62adb04df3bf0c54a3d74.tar.gz
ports-f23794e8c4d8b937a0e62adb04df3bf0c54a3d74.zip
Remove stale patch
Notes
Notes: svn path=/head/; revision=100107
Diffstat (limited to 'sysutils/kdeadmin3')
-rw-r--r--sysutils/kdeadmin3/files/patch-kuser-kuser.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/sysutils/kdeadmin3/files/patch-kuser-kuser.cpp b/sysutils/kdeadmin3/files/patch-kuser-kuser.cpp
deleted file mode 100644
index d2c5a4239774..000000000000
--- a/sysutils/kdeadmin3/files/patch-kuser-kuser.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
---- kuser/kuser.cpp.orig Wed Dec 10 22:03:21 2003
-+++ kuser/kuser.cpp Wed Dec 10 22:05:05 2003
-@@ -479,6 +479,14 @@
-
- // Start reading passwd file(s)
-
-+#ifdef Q_OS_FREEBSD
-+ // For FreeBSD, some weird effect in the C++ libraries
-+ // eats the first entry of the passwd file on -CURRENT,
-+ // which renders KUser a system-destroyer instead of
-+ // just a useless tool.
-+ setpwent();
-+#endif
-+
- for(int i = 0; i < MAXFILES; i++) {
- rc = stat(QFile::encodeName(filename), &st);
- if(rc != 0) {