]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Make bosserver less picky about permissions and remove the attempt to
authorRuss Allbery <rra@debian.org>
Mon, 11 Jul 2005 02:04:13 +0000 (02:04 +0000)
committerRuss Allbery <rra@debian.org>
Mon, 11 Jul 2005 02:04:13 +0000 (02:04 +0000)
    set /etc/openafs/server-local not-world-readable since dh_fixperms was
    overridding it anyway.  (Closes: #312921)

debian/changelog
debian/rules
src/bozo/bosoprocs.c

index e2030ec8ffcaba9ab3436934f7fa076d3d83dfd4..59eba75a9a8ceb87acbad491a5ab1a6c48db6a63 100644 (file)
@@ -2,6 +2,9 @@ openafs (1.3.82-2) unstable; urgency=low
 
   * 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)
index 8013401d63d9ff5a70ad18ca178d2b8a07ec2097..c75904d6b1d72acdea758b25729f9a44f4958c50 100755 (executable)
@@ -138,9 +138,6 @@ install: build
        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
index 74192bb70f6eb2d6ee11441a13b768660c621ea4..7c8647f50c3064dae6f983a1908789a1119812ab 100644 (file)
@@ -1324,12 +1324,12 @@ SBOZO_EnumerateInstance(acall, anum, ainstance)
 
 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 */