mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
changed default log directory mode to 0700 and file mode to 0600.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1949 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
91d1be7e67
commit
ee93268315
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef __LOG_H
|
||||
#define __LOG_H
|
||||
|
||||
#define LOG_DIR_CREATE_MODE 0770
|
||||
#define LOG_DIR_CREATE_MODE 0700
|
||||
|
||||
enum {
|
||||
LOG_ITEM_TARGET, /* channel, query, .. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue