From kde-bugs-dist Sun Apr 30 05:18:02 2000 From: owner () bugs ! kde ! org (Stephan Kulow) Date: Sun, 30 Apr 2000 05:18:02 +0000 To: kde-bugs-dist Subject: Bug#81: marked as done (kedit changes group id of a file. A) X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=95707207603164 Your message dated Sat, 29 Apr 2000 22:16:36 -0700 with message-id <00042922163600.06864@wantelbos> and subject line Fixed. has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 21 Jan 1999 14:28:27 +0000 From: Mika Löf Subject: kedit changes group id of a file. A To: submit@bugs.kde.org Package: kedit Version: 0.7.3 Old Bugnum = 306 Fixed = No System = Linux/i586 Distrib = Binaries in tar.gz format ======================== kedit changes group id of a file. A file owned by root.ppp will after editing it be saved as owner/group root.root. Try for example 'touch testfile ; chown root.ppp testfile ; ls -l testfile ; kedit testfile ; ls -l testfile'. This happens only when you are root. I'm aware that this is actually a feature, but why does kedit have to play around with the file id anyway?