]> git.p6c8.net - devedit.git/commitdiff
- There is no need to load the POSIX module twice
authorpcanterino <>
Sun, 31 Oct 2004 15:15:17 +0000 (15:15 +0000)
committerpcanterino <>
Sun, 31 Oct 2004 15:15:17 +0000 (15:15 +0000)
- Dev-Editor also shows the current umask of the process in the about dialogue

templates/about.htm

index b30f5de6dd53ec58d319111f6bd9869527ec4159..761be8f38b68c49f38956c3a8abb063ab123c84e 100644 (file)
@@ -211,6 +211,11 @@ WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 <td><b>Group:</b></td>
 <td>{GROUP} (GID: {GID})</td>
 </tr>
 <td><b>Group:</b></td>
 <td>{GROUP} (GID: {GID})</td>
 </tr>
+
+<tr>
+<td><b>Process umask:</b></td>
+<td>{UMASK}</td>
+</tr>
 {ENDIF}
 </table>
 
 {ENDIF}
 </table>
 

patrick-canterino.de