* Output error messages from heredocs in the init script with cat rather
than echo. Thanks, Reid Barton. (Closes: #311729)
+ * Make bosserver less picky about permissions and remove the attempt to
+ set /etc/openafs/server-local not-world-readable since dh_fixperms was
+ overridding it anyway. (Closes: #312921)
* Fix some spacing and capitalization errors in the debconf templates.
Thanks, Clytie Siddall. (Closes: Bug#316597)
* Initial Czech translation, thanks Martin Sin. (Closes: #310699)
find debian/libopenafs-dev/usr/include -type f -print | \
xargs chmod a-x
- # bosserver gets annoyed at loose perms on /etc/openafs/server-local
- chmod 700 debian/openafs-fileserver/etc/openafs/server-local
-
# Build architecture-independent files here. Pass -i to all debhelper
# commands in this target to reduce clutter.
binary-indep: DH_OPTIONS=-i
struct bozo_bosEntryStats bozo_bosEntryStats[] = {
{NULL, 1, 1, 0755, 02}, /* AFSDIR_SERVER_AFS_DIRPATH */
- {NULL, 1, 1, 0755, 02}, /* AFSDIR_SERVER_ETC_DIRPATH */
+ {NULL, 1, 1, 0700, 02}, /* AFSDIR_SERVER_ETC_DIRPATH */
{NULL, 1, 1, 0755, 02}, /* AFSDIR_SERVER_BIN_DIRPATH */
{NULL, 1, 1, 0755, 02}, /* AFSDIR_SERVER_LOGS_DIRPATH */
{NULL, 1, 0, 0700, 07}, /* AFSDIR_SERVER_BACKUP_DIRPATH */
{NULL, 1, 1, 0700, 07}, /* AFSDIR_SERVER_DB_DIRPATH */
- {NULL, 1, 1, 0700, 07}, /* AFSDIR_SERVER_LOCAL_DIRPATH */
+ {NULL, 1, 1, 0700, 02}, /* AFSDIR_SERVER_LOCAL_DIRPATH */
{NULL, 0, 1, 0600, 07}, /* AFSDIR_SERVER_KEY_FILEPATH */
{NULL, 0, 1, 0600, 03}
}; /* AFSDIR_SERVER_ULIST_FILEPATH */