add _PATH_ARLA_OPENBSD & c/o

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13176 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-12-02 17:28:18 +00:00
parent 39e3a6595f
commit 1b0cfc72b1
2 changed files with 7 additions and 0 deletions

View File

@@ -277,6 +277,8 @@ _kafs_afslog_all_local_cells(kafs_data *data, uid_t uid, const char *homedir)
find_cells(_PATH_OPENAFS_DEBIAN_THISCELL, &cells, &index);
find_cells(_PATH_ARLA_DEBIAN_THESECELLS, &cells, &index);
find_cells(_PATH_ARLA_DEBIAN_THISCELL, &cells, &index);
find_cells(_PATH_ARLA_OPENBSD_THESECELLS, &cells, &index);
find_cells(_PATH_ARLA_OPENBSD_THISCELL, &cells, &index);
ret = afslog_cells(data, cells, index, uid, homedir);
while(index > 0)